From 77497ccd12daa22e2f539f9ef0b0a5f90a32abdc Mon Sep 17 00:00:00 2001 From: Brandon Romano Date: Wed, 7 Apr 2021 09:45:00 -0700 Subject: [PATCH] Updates the StackMenu to the latest (#1074) --- website/package-lock.json | 6 +++--- website/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/website/package-lock.json b/website/package-lock.json index 5df95aa9c1..66538dced0 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1893,9 +1893,9 @@ "integrity": "sha512-a2eWgjLwGAC2LjUHE7Xt6sRGGjyTWfrc4N+qVxsyZw4eE0EiNhMIKDYHWjmtb+tGh8r8j+ca3tSjsuOUePVPUw==" }, "@hashicorp/react-hashi-stack-menu": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.1.0.tgz", - "integrity": "sha512-WPrMJT64V5y6JPVajCQduAXKTz1ij8OXCOKdvavjhoSpteuA+/xWuQZyeNQaUWnsKCXnNydbBUzuCb2or03vsA==", + "version": "1.2.1-canary.0", + "resolved": "https://registry.npmjs.org/@hashicorp/react-hashi-stack-menu/-/react-hashi-stack-menu-1.2.1-canary.0.tgz", + "integrity": "sha512-tAghrysfxZrcILFjEFQu1hzlY7d2R/I7N49UkH8n22juVrqd6FlXI/gnXpnJayRbbOGmDKda8f3SEH2Uwq4I3g==", "requires": { "@hashicorp/react-inline-svg": "^1.0.2", "slugify": "1.3.4" diff --git a/website/package.json b/website/package.json index b167929601..0cecc5127c 100644 --- a/website/package.json +++ b/website/package.json @@ -11,7 +11,7 @@ "@hashicorp/react-button": "4.0.0", "@hashicorp/react-content": "6.1.1", "@hashicorp/react-docs-page": "12.0.0", - "@hashicorp/react-hashi-stack-menu": "1.1.0", + "@hashicorp/react-hashi-stack-menu": "1.2.1-canary.0", "@hashicorp/react-head": "1.1.6", "@hashicorp/react-hero": "5.0.0", "@hashicorp/react-image": "3.0.3",