diff --git a/package-lock.json b/package-lock.json index df2599f859..63f2eeba4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", "@hashicorp/react-code-block": "^6.7.0", - "@hashicorp/react-components": "^0.0.0-canary.06ed51b", + "@hashicorp/react-components": "^1.1.4", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.05f1ad1", @@ -5067,9 +5067,9 @@ } }, "node_modules/@hashicorp/react-components": { - "version": "0.0.0-canary.06ed51b", - "resolved": "https://registry.npmjs.org/@hashicorp/react-components/-/react-components-0.0.0-canary.06ed51b.tgz", - "integrity": "sha512-+ch413as6lkUtzBiU7eptNCA1iYLnn4WF2mWR9QajPuNdPt1CLZMt5vWVb60/shGPDiWu0w3kZdOnkf1cNNeEA==", + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/@hashicorp/react-components/-/react-components-1.1.4.tgz", + "integrity": "sha512-zUoKgjF8+3OCFbWgsVCI0BPaNARHnu1ID2ezbSclGAUgW6mJQy5bknyZk2O0ZZtI6jxlMrKnUM0O1q+P/Uyp5w==", "dependencies": { "@hashicorp/flight-icons": "^3.5.0", "@hashicorp/platform-product-meta": "^0.1.1", diff --git a/package.json b/package.json index fe0e0d3f45..30335c04db 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "@hashicorp/react-alert-banner": "^7.1.0", "@hashicorp/react-button": "^6.3.1", "@hashicorp/react-code-block": "^6.7.0", - "@hashicorp/react-components": "^0.0.0-canary.06ed51b", + "@hashicorp/react-components": "^1.1.4", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.05f1ad1",