Merge pull request #11669 from hashicorp/pruett.update-product-downloader

Update @hashicorp/react-product-downloader dependency
This commit is contained in:
Kevin Pruett 2020-06-04 17:29:52 -04:00 committed by GitHub
commit 5ce0f57e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1579,9 +1579,9 @@
}
},
"@hashicorp/react-product-downloader": {
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-product-downloader/-/react-product-downloader-3.3.0.tgz",
"integrity": "sha512-/7kVCUCN7WAyOITvrW5ga1x5+/yDkzt7SJqyH+o+2TEpZWUiP2BQ8yRHvAuxby9IU1k55XLXtsXzJkrztZNDzQ==",
"version": "3.3.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-product-downloader/-/react-product-downloader-3.3.1.tgz",
"integrity": "sha512-J3cYejY+jMjGCAKwRGINFY35dNCulfJF4PPYjK7sItng4kgnz0ind3T8QaFhYHEWYFVgXs3vMnV+6K1rlFSSXw==",
"requires": {
"@hashicorp/react-button": "^2.2.0"
}

View File

@ -15,7 +15,7 @@
"@hashicorp/react-head": "^1.0.0",
"@hashicorp/react-image": "^2.0.1",
"@hashicorp/react-mega-nav": "^4.0.1-2",
"@hashicorp/react-product-downloader": "^3.3.0",
"@hashicorp/react-product-downloader": "^3.3.1",
"@hashicorp/react-section-header": "^2.0.0",
"@hashicorp/react-subnav": "^3.2.1",
"@hashicorp/react-tabs": "^0.4.0",