Update SubNav component (#8587)

Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com>
This commit is contained in:
Jonathan Neal 2020-03-30 13:45:05 -04:00 committed by GitHub
parent 6550ba2b0e
commit c147927d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1884,9 +1884,9 @@
}
},
"@hashicorp/react-subnav": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-2.0.2.tgz",
"integrity": "sha512-4ZHtKiaMgwaSJDJ3+4bsb8S/ELjS5h77ZkhqN51GxkZF2QN/Q/qKEsvfhwIEA/0obpxhzM9s1s1kDoK2s0pCFg==",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-subnav/-/react-subnav-2.2.0.tgz",
"integrity": "sha512-FFhd3qebT5FGzy56MV6smEGFy2nXzpCqgH7+M/0CvrG8FAF/PQLsQGWFv2QgRpKOGD+yXqF5RHLGZqPZANIqjg==",
"requires": {
"@hashicorp/react-button": "^2.1.6",
"@hashicorp/react-global-styles": "^4.0.10",

View File

@ -22,7 +22,7 @@
"@hashicorp/react-mega-nav": "^4.0.1-2",
"@hashicorp/react-product-downloader": "^3.0.2",
"@hashicorp/react-section-header": "^2.0.0",
"@hashicorp/react-subnav": "^2.0.2",
"@hashicorp/react-subnav": "^2.2.0",
"@hashicorp/react-text-and-content": "^4.0.6",
"@hashicorp/react-use-cases": "^1.0.4",
"@hashicorp/react-vertical-text-block-list": "^2.0.1",