From e184e07d0050576a8c77d34d6c347715a139f98e Mon Sep 17 00:00:00 2001 From: Noel Quiles <3746694+EnMod@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:04:05 -0400 Subject: [PATCH] chore: Use latest @hashicorp/react-components --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 93d393d8de..47e1e05e1b 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": "^1.1.5", + "@hashicorp/react-components": "^1.1.7", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.05f1ad1", @@ -5068,9 +5068,9 @@ } }, "node_modules/@hashicorp/react-components": { - "version": "1.1.5", - "resolved": "https://registry.npmjs.org/@hashicorp/react-components/-/react-components-1.1.5.tgz", - "integrity": "sha512-o/T1o7kAJCZEZRaXTflfxikj6XPAu1t3EwA1NMRCk6byN8pKAx8lhW+vg1bA1EtTISgFIcOq3Jp10w2YSlDoeA==", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/@hashicorp/react-components/-/react-components-1.1.7.tgz", + "integrity": "sha512-msBiHCjdqkILvjampDTqsgvUG7t0Hj7vsYF9YAkx/hxcAYG8Li0qGfO6uW6Ux3u8UnOa/HMTqfxhlsAWZIB8dg==", "dependencies": { "@hashicorp/flight-icons": "^3.5.0", "@hashicorp/platform-product-meta": "^0.1.1", diff --git a/package.json b/package.json index d3de8ce506..d6991bbad3 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": "^1.1.5", + "@hashicorp/react-components": "^1.1.7", "@hashicorp/react-consent-manager": "^9.3.0", "@hashicorp/react-content": "^8.3.0", "@hashicorp/react-design-system-components": "0.0.0-nightly.05f1ad1",