website: upgrade code-block (#10436)

* website: upgrade code-block

* website: bump to latest stable releases
This commit is contained in:
Zachary Shilton 2021-06-22 17:38:54 -04:00 committed by GitHub
parent 2e72003328
commit f6fd8e2a0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 894 additions and 719 deletions

1606
website/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,12 +6,13 @@
"dependencies": {
"@hashicorp/mktg-global-styles": "3.0.1",
"@hashicorp/mktg-logos": "1.0.2",
"@hashicorp/nextjs-scripts": "18.1.0",
"@hashicorp/nextjs-scripts": "19.0.2",
"@hashicorp/react-alert": "5.0.0",
"@hashicorp/react-alert-banner": "6.1.1",
"@hashicorp/react-button": "5.0.1",
"@hashicorp/react-call-to-action": "3.0.1",
"@hashicorp/react-callouts": "7.0.2",
"@hashicorp/react-code-block": "4.1.2",
"@hashicorp/react-content": "7.0.1",
"@hashicorp/react-docs-page": "13.2.0",
"@hashicorp/react-featured-slider": "4.0.0",
@ -29,7 +30,7 @@
"@hashicorp/react-subnav": "8.1.0",
"@hashicorp/react-tabs": "6.0.1",
"@hashicorp/react-text-split": "3.1.1",
"@hashicorp/react-text-split-with-code": "3.1.1",
"@hashicorp/react-text-split-with-code": "3.3.2",
"@hashicorp/react-text-split-with-image": "4.1.1",
"@hashicorp/react-use-cases": "3.0.2",
"@hashicorp/react-vertical-text-block-list": "6.0.2",

View File

@ -1,6 +1,5 @@
/* Global Component Styles */
@import '~@hashicorp/mktg-global-styles/style.css';
@import '~@hashicorp/nextjs-scripts/prism/style.css';
@import '~@hashicorp/mktg-global-styles/_temporary-to-remove/layout.css';
@import '~@hashicorp/mktg-global-styles/_temporary-to-remove/tables.css';
@ -15,7 +14,6 @@
@import '~@hashicorp/react-button/styles/index.css';
@import '~@hashicorp/react-callouts/style.css';
@import '~@hashicorp/react-call-to-action/style.css';
@import '~@hashicorp/react-code-block/style.css';
@import '~@hashicorp/react-consent-manager/style.css';
@import '~@hashicorp/react-content/style.css';
@import '~@hashicorp/react-docs-page/style.css';