hard pin and update dependencies
This commit is contained in:
parent
deb37c91b7
commit
7c80b94c60
|
@ -12950,9 +12950,9 @@
|
|||
}
|
||||
},
|
||||
"react-device-detect": {
|
||||
"version": "1.12.1",
|
||||
"resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.12.1.tgz",
|
||||
"integrity": "sha512-BQ7xIEHx0VqPBGEtEFJRybHnhZ1Qn3BXX8dRR3EKLRfSTKpITUw925VYCGnygZDpmgYSq5NX0IvHGhy0w7Sckg==",
|
||||
"version": "1.13.1",
|
||||
"resolved": "https://registry.npmjs.org/react-device-detect/-/react-device-detect-1.13.1.tgz",
|
||||
"integrity": "sha512-XTPgAMsUVHC5lMNUGiAeO2UfAfhMfjq0CBUM67eHnc9XfO7iESh6h/cffKV8VGgrZBX+dyuqJl23bLLHoav5Ig==",
|
||||
"requires": {
|
||||
"ua-parser-js": "^0.7.21"
|
||||
}
|
||||
|
|
|
@ -4,46 +4,46 @@
|
|||
"version": "0.0.1",
|
||||
"author": "HashiCorp",
|
||||
"dependencies": {
|
||||
"@hashicorp/nextjs-scripts": "^10.0.2",
|
||||
"@hashicorp/react-alert-banner": "^3.1.0",
|
||||
"@hashicorp/react-button": "^2.2.1",
|
||||
"@hashicorp/react-call-to-action": "^0.2.1",
|
||||
"@hashicorp/react-case-study-slider": "^2.1.1",
|
||||
"@hashicorp/react-content": "^4.0.0",
|
||||
"@hashicorp/react-docs-page": "^4.0.0",
|
||||
"@hashicorp/react-docs-sidenav": "^3.2.5",
|
||||
"@hashicorp/react-global-styles": "^4.4.0",
|
||||
"@hashicorp/react-head": "^1.1.1",
|
||||
"@hashicorp/react-hero": "^3.1.2",
|
||||
"@hashicorp/react-image": "^2.0.1",
|
||||
"@hashicorp/react-inline-svg": "^1.0.0",
|
||||
"@hashicorp/react-mega-nav": "^4.0.1-2",
|
||||
"@hashicorp/react-product-downloader": "^4.0.2",
|
||||
"@hashicorp/react-section-header": "^2.0.0",
|
||||
"@hashicorp/react-subnav": "^3.2.3",
|
||||
"@hashicorp/react-text-and-content": "^4.1.1",
|
||||
"@hashicorp/react-text-split": "^0.3.1",
|
||||
"@hashicorp/nextjs-scripts": "10.0.2",
|
||||
"@hashicorp/react-alert-banner": "3.1.0",
|
||||
"@hashicorp/react-button": "2.2.1",
|
||||
"@hashicorp/react-call-to-action": "0.2.1",
|
||||
"@hashicorp/react-case-study-slider": "2.1.1",
|
||||
"@hashicorp/react-content": "4.0.0",
|
||||
"@hashicorp/react-docs-page": "4.0.0",
|
||||
"@hashicorp/react-docs-sidenav": "3.2.5",
|
||||
"@hashicorp/react-global-styles": "4.4.0",
|
||||
"@hashicorp/react-head": "1.1.1",
|
||||
"@hashicorp/react-hero": "3.1.2",
|
||||
"@hashicorp/react-image": "2.0.1",
|
||||
"@hashicorp/react-inline-svg": "1.0.0",
|
||||
"@hashicorp/react-mega-nav": "4.0.1-2",
|
||||
"@hashicorp/react-product-downloader": "4.0.2",
|
||||
"@hashicorp/react-section-header": "2.0.0",
|
||||
"@hashicorp/react-subnav": "3.2.3",
|
||||
"@hashicorp/react-text-and-content": "4.1.1",
|
||||
"@hashicorp/react-text-split": "0.3.1",
|
||||
"@hashicorp/react-text-split-with-code": "0.1.1",
|
||||
"@hashicorp/react-text-split-with-image": "^1.3.1",
|
||||
"@hashicorp/react-use-cases": "^1.0.4",
|
||||
"@hashicorp/react-vertical-text-block-list": "^2.0.1",
|
||||
"algoliasearch": "^4.3.0",
|
||||
"babel-plugin-import-glob-array": "^0.2.0",
|
||||
"imagemin-mozjpeg": "^9.0.0",
|
||||
"imagemin-optipng": "^8.0.0",
|
||||
"imagemin-svgo": "^8.0.0",
|
||||
"marked": "^0.7.0",
|
||||
"@hashicorp/react-text-split-with-image": "1.3.1",
|
||||
"@hashicorp/react-use-cases": "1.0.4",
|
||||
"@hashicorp/react-vertical-text-block-list": "2.0.1",
|
||||
"algoliasearch": "4.3.0",
|
||||
"babel-plugin-import-glob-array": "0.2.0",
|
||||
"imagemin-mozjpeg": "9.0.0",
|
||||
"imagemin-optipng": "8.0.0",
|
||||
"imagemin-svgo": "8.0.0",
|
||||
"marked": "0.7.0",
|
||||
"next": "9.4.4",
|
||||
"nuka-carousel": "^4.7.0",
|
||||
"react": "^16.13.1",
|
||||
"react-device-detect": "^1.12.1",
|
||||
"react-dom": "^16.13.1"
|
||||
"nuka-carousel": "4.7.0",
|
||||
"react": "16.13.1",
|
||||
"react-device-detect": "1.13.1",
|
||||
"react-dom": "16.13.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"dart-linkcheck": "^2.0.15",
|
||||
"husky": "^4.2.5",
|
||||
"dotenv": "^8.2.0",
|
||||
"prettier": "^2.0.5"
|
||||
"dart-linkcheck": "2.0.15",
|
||||
"husky": "4.2.5",
|
||||
"dotenv": "8.2.0",
|
||||
"prettier": "2.0.5"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
Loading…
Reference in New Issue