patch docs sidenav to resolve a bug introduced yesterday (#8234)

This commit is contained in:
Jeff Escalante 2020-01-24 14:51:40 -05:00 committed by Chris Hoffman
parent 759f9b38f7
commit e6115388b0
2 changed files with 8 additions and 8 deletions

View File

@ -1625,9 +1625,9 @@
"integrity": "sha512-c9eYZGu/1YC7tGWKE/mPsi4DLfHOTlpOwOjUCXgzauOOwqrjJHEfLiGzJsgd8CMDxWRswZ7Es/i/s8rZnCN5og=="
},
"@hashicorp/react-docs-sidenav": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-docs-sidenav/-/react-docs-sidenav-3.0.1.tgz",
"integrity": "sha512-F1TDKk02U6xFDrKLLgR/+sW2j+gB5cCQX6Vt1iV/pl2biRobEPT7rfdk7ZxsW9CdtGANz6SUvptciAh5T9IMkQ==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/@hashicorp/react-docs-sidenav/-/react-docs-sidenav-3.0.2.tgz",
"integrity": "sha512-qIB+xm+AVds8H/SL/GsQdZhQUzVn58WyO2XL0egutqU9x9noQc5ZxF+u4CDVnQeRGCaRtAT4xyZYsmqTaeyWSQ==",
"requires": {
"@hashicorp/react-link-wrap": "^0.0.3",
"fuzzysearch": "^1.0.3"
@ -7388,9 +7388,9 @@
"integrity": "sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM="
},
"husky": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.0.tgz",
"integrity": "sha512-UcEAvGAZVDyzYSxiguMBEbfxqYkVk/HD2UPTKlgDbVW3QB9/Dm3TNDrGwswkrcDfBTRzRIldiTZAyMU6DP9/PA==",
"version": "4.2.1",
"resolved": "https://registry.npmjs.org/husky/-/husky-4.2.1.tgz",
"integrity": "sha512-Qa0lRreeIf4Tl92sSs42ER6qc3hzoyQPPorzOrFWfPEVbdi6LuvJEqWKPk905fOWIR76iBpp7ECZNIwk+a8xuQ==",
"dev": true,
"requires": {
"chalk": "^3.0.0",

View File

@ -11,7 +11,7 @@
"@hashicorp/react-case-study-slider": "^2.0.4",
"@hashicorp/react-consent-manager": "^2.0.3",
"@hashicorp/react-content": "^2.2.0",
"@hashicorp/react-docs-sidenav": "^3.0.1",
"@hashicorp/react-docs-sidenav": "^3.0.2",
"@hashicorp/react-docs-sitemap": "^1.0.0",
"@hashicorp/react-footer": "3.1.6",
"@hashicorp/react-global-styles": "^4.0.8",
@ -40,7 +40,7 @@
},
"devDependencies": {
"glob": "^7.1.6",
"husky": "^4.2.0",
"husky": "^4.2.1",
"inquirer": "^7.0.3",
"prettier": "^1.19.1"
},