diff --git a/website/package-lock.json b/website/package-lock.json index 188d7da56..6b41e5612 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1667,9 +1667,9 @@ "integrity": "sha512-lv6XR2plm2m3+qO6VE+RYquTzOODIt3mQ/1fBT1bn7wsR0qxFiuryW4JfsF94oCGk++LkDkRt/8V742HiT+fHw==" }, "@hashicorp/react-hashi-stack-menu": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.2.tgz", - "integrity": "sha512-ur52VUvHeQ3XERN4Ga7h6dXPNSiM3fU805D7PdCPwzOY8GxQfEN/6AWJm9HtVZ0BZupzK+kph1p3p48qXh7Wlw==", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.0.3.tgz", + "integrity": "sha512-bzO6fBodh61OrunYIMQKfGSJQUKIq70TQ74dt2trBPjBsgURHMCIkiMmKffjuSdJjhCxx2nb+y0/B/PwxxHxmg==", "requires": { "@hashicorp/react-inline-svg": "^1.0.2", "slugify": "1.3.4" @@ -1714,14 +1714,6 @@ "is-absolute-url": "^3.0.3" } }, - "@hashicorp/react-mega-nav": { - "version": "4.0.1-2", - "resolved": "https://registry.npmjs.org/@hashicorp/react-mega-nav/-/react-mega-nav-4.0.1-2.tgz", - "integrity": "sha512-uDw+vk6YBDSR9sZoZa3oYd0N15UzYpuGLV1/2lofM6O4/IhEkWlGlsyWpzWABV+pcHBB4KOqnCUxpvmS9Ar61g==", - "requires": { - "@hashicorp/react-inline-svg": "^1.0.0" - } - }, "@hashicorp/react-product-downloader": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/@hashicorp/react-product-downloader/-/react-product-downloader-4.0.2.tgz", diff --git a/website/package.json b/website/package.json index 536f29000..2214f140d 100644 --- a/website/package.json +++ b/website/package.json @@ -10,9 +10,8 @@ "@hashicorp/react-docs-page": "4.0.0", "@hashicorp/react-docs-sidenav": "3.2.5", "@hashicorp/react-global-styles": "4.4.0", - "@hashicorp/react-hashi-stack-menu": "^1.0.2", + "@hashicorp/react-hashi-stack-menu": "^1.0.3", "@hashicorp/react-head": "1.1.1", - "@hashicorp/react-mega-nav": "4.0.1-2", "@hashicorp/react-product-downloader": "4.0.2", "@hashicorp/react-search": "^2.1.0", "@hashicorp/react-section-header": "2.0.0", diff --git a/website/pages/style.css b/website/pages/style.css index 0f69bc8ec..de32f6c7f 100644 --- a/website/pages/style.css +++ b/website/pages/style.css @@ -15,7 +15,6 @@ @import '~@hashicorp/react-content/dist/style.css'; @import '~@hashicorp/react-docs-page/style.css'; @import '~@hashicorp/react-docs-sidenav/dist/style.css'; -@import '~@hashicorp/react-mega-nav/style.css'; @import '~@hashicorp/react-product-downloader/dist/style.css'; @import '~@hashicorp/react-search/dist/style.css'; @import '~@hashicorp/react-section-header/dist/style.css';