From 6a87bc8be90ec6ff13790223dad47f70f9945467 Mon Sep 17 00:00:00 2001 From: Bryce Kalow Date: Wed, 22 Feb 2023 11:22:26 -0600 Subject: [PATCH] fix: hydration errors caused by EnterpriseAlert (#1653) --- next-env.d.ts | 5 ----- package-lock.json | 14 +++++++------- package.json | 2 +- 3 files changed, 8 insertions(+), 13 deletions(-) diff --git a/next-env.d.ts b/next-env.d.ts index 0001c33a72..2532e77aba 100644 --- a/next-env.d.ts +++ b/next-env.d.ts @@ -1,8 +1,3 @@ -/** - * Copyright (c) HashiCorp, Inc. - * SPDX-License-Identifier: MPL-2.0 - */ - /// // NOTE: This file should not be edited diff --git a/package-lock.json b/package-lock.json index 319ba468fb..cb85471ff5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@hashicorp/react-consent-manager": "^8.2.1", "@hashicorp/react-docs-page": "^17.7.1", "@hashicorp/react-docs-sidenav": "^9.1.0", - "@hashicorp/react-enterprise-alert": "^7.0.0", + "@hashicorp/react-enterprise-alert": "^7.0.1", "@hashicorp/react-error-view": "^0.2.0", "@hashicorp/react-featured-slider": "^5.0.1", "@hashicorp/react-hashi-stack-menu": "^3.0.0", @@ -3307,9 +3307,9 @@ } }, "node_modules/@hashicorp/react-enterprise-alert": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-enterprise-alert/-/react-enterprise-alert-7.0.0.tgz", - "integrity": "sha512-zni+UhcWnfW3PEcb27dFezEDxdDDe/bJBJzR89hO6LMM6di6JMMuOmYVUjYAZiQfucV0jEBMEh1Uoe82Eg76EA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-enterprise-alert/-/react-enterprise-alert-7.0.1.tgz", + "integrity": "sha512-YUAGFLDzHTxa8ZhDtGNkXxw9sRR1tkTR+OwKhB0KhKKyOtN6YFDSFw9/BO1rUwCe+xkBKidmjFrYjFh8qIlfLQ==", "dependencies": { "@hashicorp/platform-product-meta": "^0.1.0", "classnames": "^2.3.1" @@ -42946,9 +42946,9 @@ } }, "@hashicorp/react-enterprise-alert": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-enterprise-alert/-/react-enterprise-alert-7.0.0.tgz", - "integrity": "sha512-zni+UhcWnfW3PEcb27dFezEDxdDDe/bJBJzR89hO6LMM6di6JMMuOmYVUjYAZiQfucV0jEBMEh1Uoe82Eg76EA==", + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@hashicorp/react-enterprise-alert/-/react-enterprise-alert-7.0.1.tgz", + "integrity": "sha512-YUAGFLDzHTxa8ZhDtGNkXxw9sRR1tkTR+OwKhB0KhKKyOtN6YFDSFw9/BO1rUwCe+xkBKidmjFrYjFh8qIlfLQ==", "requires": { "@hashicorp/platform-product-meta": "^0.1.0", "classnames": "^2.3.1" diff --git a/package.json b/package.json index 47b445cdff..13c766c76c 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "@hashicorp/react-consent-manager": "^8.2.1", "@hashicorp/react-docs-page": "^17.7.1", "@hashicorp/react-docs-sidenav": "^9.1.0", - "@hashicorp/react-enterprise-alert": "^7.0.0", + "@hashicorp/react-enterprise-alert": "^7.0.1", "@hashicorp/react-error-view": "^0.2.0", "@hashicorp/react-featured-slider": "^5.0.1", "@hashicorp/react-hashi-stack-menu": "^3.0.0",