update deps to fix search index (#11306)

pull/11313/head
Bryce Kalow 5 years ago committed by GitHub
parent 12a89719b7
commit e200a86377
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff

@ -14,16 +14,16 @@
"@hashicorp/react-button": "^6.0.1",
"@hashicorp/react-command-line-terminal": "^2.0.4",
"@hashicorp/react-consent-manager": "^7.0.1",
"@hashicorp/react-docs-page": "^14.2.5",
"@hashicorp/react-docs-page": "^14.4.0",
"@hashicorp/react-hashi-stack-menu": "^2.0.7",
"@hashicorp/react-head": "^3.1.2",
"@hashicorp/react-inline-svg": "^6.0.3",
"@hashicorp/react-markdown-page": "^1.4.3",
"@hashicorp/react-product-downloads-page": "^2.5.2",
"@hashicorp/react-product-features-list": "^5.0.0",
"@hashicorp/react-search": "^6.0.1",
"@hashicorp/react-search": "^6.0.2",
"@hashicorp/react-section-header": "^5.0.4",
"@hashicorp/react-subnav": "^9.0.1",
"@hashicorp/react-subnav": "^9.1.0",
"@hashicorp/react-text-split-with-image": "^4.2.5",
"@hashicorp/react-vertical-text-block-list": "^7.0.0",
"adm-zip": "^0.5.5",
@ -44,7 +44,11 @@
"prettier": "2.2.1",
"typescript": "^4.3.5"
},
"husky": { "hooks": { "pre-commit": "next-hashicorp precommit" } },
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",
"scripts": {
"build": "node --max-old-space-size=8192 ./node_modules/.bin/next build",
@ -58,5 +62,7 @@
"static": "npm run build && npm run export && cp _redirects out/.",
"linkcheck": "linkcheck https://packer.io"
},
"engines": { "npm": ">=7.0.0" }
"engines": {
"npm": ">=7.0.0"
}
}

Loading…
Cancel
Save