Browse Source

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>
pull/9745/head
Bryce Kalow 4 years ago committed by GitHub
parent
commit
7ef8b1c2b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      website/components/config-entry-reference/index.jsx
  2. 3700
      website/package-lock.json
  3. 5
      website/package.json

2
website/components/config-entry-reference/index.jsx

@ -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'
/**

3700
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

5
website/package.json

@ -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…
Cancel
Save