mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
update deps to fix search index (#11306)
This commit is contained in:
parent
12a89719b7
commit
e200a86377
2 changed files with 44 additions and 1892 deletions
1920
website/package-lock.json
generated
1920
website/package-lock.json
generated
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…
Reference in a new issue