chore: upgrade nextjs-scripts & next
This commit is contained in:
parent
f616955ebc
commit
4a686ef66d
File diff suppressed because it is too large
Load Diff
|
@ -5,7 +5,7 @@
|
|||
"author": "HashiCorp",
|
||||
"dependencies": {
|
||||
"@hashicorp/mktg-global-styles": "2.1.0",
|
||||
"@hashicorp/nextjs-scripts": "13.0.0-canary.1",
|
||||
"@hashicorp/nextjs-scripts": "16.0.1",
|
||||
"@hashicorp/react-button": "4.0.0",
|
||||
"@hashicorp/react-docs-page": "^10.3.2",
|
||||
"@hashicorp/react-hashi-stack-menu": "^1.1.0",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"@hashicorp/react-section-header": "3.0.1",
|
||||
"@hashicorp/react-subnav": "7.1.0",
|
||||
"@hashicorp/react-vertical-text-block-list": "3.0.1",
|
||||
"next": "9.5.5",
|
||||
"next": "10.0.6",
|
||||
"next-mdx-remote": "1.0.1",
|
||||
"next-remote-watch": "0.3.0",
|
||||
"react": "16.13.1",
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
}
|
||||
|
||||
@import '~@hashicorp/react-button/styles/index.css';
|
||||
@import '~@hashicorp/react-consent-manager/dist/style.css';
|
||||
@import '~@hashicorp/react-consent-manager/style.css';
|
||||
@import '~@hashicorp/react-content/style.css';
|
||||
@import '~@hashicorp/react-docs-page/style.css';
|
||||
@import '~@hashicorp/react-docs-sidenav/style.css';
|
||||
|
@ -17,8 +17,8 @@
|
|||
@import '~@hashicorp/react-search/style.css';
|
||||
@import '~@hashicorp/react-section-header/style.css';
|
||||
@import '~@hashicorp/react-subnav/style.css';
|
||||
@import '~@hashicorp/react-tabs/dist/style.css';
|
||||
@import '~@hashicorp/react-toggle/dist/style.css';
|
||||
@import '~@hashicorp/react-tabs/style.css';
|
||||
@import '~@hashicorp/react-toggle/style.css';
|
||||
@import '~@hashicorp/react-vertical-text-block-list/style.css';
|
||||
|
||||
/* Local Components */
|
||||
|
|
Loading…
Reference in New Issue