chore: upgrade nextjs-scripts & next (#908)

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

File diff suppressed because it is too large Load Diff

@ -6,7 +6,7 @@
"dependencies": {
"@apidevtools/json-schema-ref-parser": "9.0.6",
"@hashicorp/mktg-global-styles": "2.1.0",
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
"@hashicorp/nextjs-scripts": "16.0.1",
"@hashicorp/react-alert-banner": "5.0.0",
"@hashicorp/react-button": "4.0.0",
"@hashicorp/react-content": "6.1.1",
@ -23,7 +23,7 @@
"@hashicorp/react-vertical-text-block-list": "3.0.1",
"change-case": "4.1.2",
"classnames": "2.2.6",
"next": "9.5.5",
"next": "10.0.6",
"next-mdx-remote": "1.0.1",
"react": "16.13.1",
"react-dom": "16.13.1",

@ -6,8 +6,8 @@
@import '~@hashicorp/react-hero/style.css';
@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-consent-manager/style.css';
@import '~@hashicorp/react-toggle/style.css';
@import '~@hashicorp/react-section-header/style.css';
@import '~@hashicorp/react-vertical-text-block-list/style.css';
@import '~@hashicorp/react-docs-sidenav/style.css';
@ -16,7 +16,7 @@
@import '~@hashicorp/react-content/style.css';
@import '~@hashicorp/react-subnav/style.css';
@import '~@hashicorp/react-tabs/style.css';
@import '~@hashicorp/react-enterprise-alert/dist/style.css';
@import '~@hashicorp/react-enterprise-alert/style.css';
@import '~@hashicorp/react-product-features-list/style.css';
@import '~@hashicorp/react-use-cases/dist/style.css';
@import '~@hashicorp/react-alert-banner/style.css';

Loading…
Cancel
Save