website: update next and nextjs-scripts (#9698)
Co-authored-by: Jeff Escalante <jescalan@users.noreply.github.com> Co-authored-by: Kendall Strautman <36613477+kendallstrautman@users.noreply.github.com>
This commit is contained in:
parent
19c99dc104
commit
5b54842e44
|
@ -1,4 +1,4 @@
|
|||
import { Tabs, Tab } from '@hashicorp/nextjs-scripts/lib/providers/docs'
|
||||
import Tabs, { Tab } from '@hashicorp/react-tabs'
|
||||
import EnterpriseAlertBase from '@hashicorp/react-enterprise-alert'
|
||||
|
||||
/**
|
||||
|
|
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": "14.0.2",
|
||||
"@hashicorp/nextjs-scripts": "16.0.1",
|
||||
"@hashicorp/react-alert-banner": "5.0.0",
|
||||
"@hashicorp/react-button": "4.0.0",
|
||||
"@hashicorp/react-call-to-action": "1.0.3",
|
||||
|
@ -20,12 +20,13 @@
|
|||
"@hashicorp/react-product-features-list": "3.0.0",
|
||||
"@hashicorp/react-section-header": "3.0.1",
|
||||
"@hashicorp/react-subnav": "7.1.0",
|
||||
"@hashicorp/react-tabs": "3.0.0",
|
||||
"@hashicorp/react-text-split": "1.2.0",
|
||||
"@hashicorp/react-text-split-with-code": "2.0.4",
|
||||
"@hashicorp/react-text-split-with-image": "3.0.0",
|
||||
"@hashicorp/react-use-cases": "2.0.1",
|
||||
"@hashicorp/react-vertical-text-block-list": "3.0.1",
|
||||
"next": "9.5.5",
|
||||
"next": "10.0.6",
|
||||
"next-mdx-remote": "2.1.0",
|
||||
"next-remote-watch": "0.3.0",
|
||||
"nuka-carousel": "4.7.5",
|
||||
|
|
Loading…
Reference in New Issue