Update website dependencies (#682)

* update dependencies to the latest versions

* remove post npm install hook which is broken
pull/687/head
Jeff Escalante 5 years ago committed by GitHub
parent 7fda3765fe
commit f008dff9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because it is too large Load Diff

@ -4,39 +4,39 @@
"version": "1.0.0",
"author": "HashiCorp",
"dependencies": {
"@apidevtools/json-schema-ref-parser": "^9.0.6",
"@hashicorp/mktg-assets": "^1.0.0-alpha.20",
"@apidevtools/json-schema-ref-parser": "9.0.6",
"@hashicorp/mktg-assets": "1.0.0-alpha.20",
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
"@hashicorp/react-alert-banner": "^4.1.0",
"@hashicorp/react-button": "^3.0.1",
"@hashicorp/react-content": "5.1.0",
"@hashicorp/react-docs-page": "6.2.0",
"@hashicorp/react-global-styles": "4.5.0",
"@hashicorp/react-hashi-stack-menu": "^1.0.5",
"@hashicorp/react-head": "1.1.3",
"@hashicorp/react-content": "5.2.1",
"@hashicorp/react-docs-page": "6.3.1",
"@hashicorp/react-global-styles": "4.6.1",
"@hashicorp/react-hashi-stack-menu": "^1.0.6",
"@hashicorp/react-head": "1.1.4",
"@hashicorp/react-hero": "^3.1.9",
"@hashicorp/react-image": "3.0.1",
"@hashicorp/react-product-downloader": "4.1.3",
"@hashicorp/react-product-features-list": "^2.1.0",
"@hashicorp/react-section-header": "2.0.2",
"@hashicorp/react-product-downloader": "4.1.5",
"@hashicorp/react-product-features-list": "^2.1.2",
"@hashicorp/react-section-header": "3.0.0",
"@hashicorp/react-subnav": "5.0.0",
"@hashicorp/react-tabs": "^0.6.1",
"@hashicorp/react-tabs": "1.0.0",
"@hashicorp/react-use-cases": "2.0.1",
"@hashicorp/react-vertical-text-block-list": "2.0.3",
"@hashicorp/react-vertical-text-block-list": "3.0.0",
"babel-plugin-import-glob-array": "0.2.0",
"change-case": "^4.1.1",
"classnames": "^2.2.6",
"change-case": "4.1.1",
"classnames": "2.2.6",
"fs-exists-sync": "0.1.0",
"gray-matter": "4.0.2",
"js-yaml": "3.14.0",
"line-reader": "0.4.0",
"next": "9.5.3",
"next": "9.5.5",
"next-mdx-remote": "1.0.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-intersection-observer": "^8.29.0",
"react-player": "^2.6.2",
"readdirp": "3.4.0",
"react-intersection-observer": "8.29.0",
"react-player": "2.6.2",
"readdirp": "3.5.0",
"semver": "^7.3.2"
},
"devDependencies": {
@ -48,9 +48,7 @@
},
"husky": {
"hooks": {
"pre-commit": "next-hashicorp precommit",
"post-merge": "post-npm-install",
"post-rebase": "post-npm-install"
"pre-commit": "next-hashicorp precommit"
}
},
"main": "index.js",

@ -10,13 +10,13 @@
@import '~@hashicorp/react-button/styles/index.css';
@import '~@hashicorp/react-consent-manager/dist/style.css';
@import '~@hashicorp/react-toggle/dist/style.css';
@import '~@hashicorp/react-section-header/dist/style.css';
@import '~@hashicorp/react-section-header/style.css';
@import '~@hashicorp/react-product-downloader/dist/style.css';
@import '~@hashicorp/react-vertical-text-block-list/dist/style.css';
@import '~@hashicorp/react-vertical-text-block-list/style.css';
@import '~@hashicorp/react-docs-sidenav/style.css';
@import '~@hashicorp/react-content/style.css';
@import '~@hashicorp/react-subnav/style.css';
@import '~@hashicorp/react-tabs/dist/style.css';
@import '~@hashicorp/react-tabs/style.css';
@import '~@hashicorp/react-enterprise-alert/dist/style.css';
@import '~@hashicorp/react-docs-page/style.css';
@import '~@hashicorp/react-product-features-list/style.css';

Loading…
Cancel
Save