Browse Source

website: bump use-cases to latest (#10472)

* website: bump use-cases to latest

* chore: bump use-cases to stable release
pull/10476/head
Zachary Shilton 3 years ago committed by GitHub
parent
commit
8c9134a84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      website/package-lock.json
  2. 2
      website/package.json

14
website/package-lock.json generated

@ -1808,13 +1808,12 @@
"integrity": "sha512-wB/SE9ZA8dYr47ezA8rfGFp/HovcGElYVsN/O7qaL2BJkQMs36s7ok2qTDnimmTIX87q2OwnbLNfpyZZsXYnwg==" "integrity": "sha512-wB/SE9ZA8dYr47ezA8rfGFp/HovcGElYVsN/O7qaL2BJkQMs36s7ok2qTDnimmTIX87q2OwnbLNfpyZZsXYnwg=="
}, },
"@hashicorp/react-use-cases": { "@hashicorp/react-use-cases": {
"version": "3.0.2", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-use-cases/-/react-use-cases-3.0.2.tgz", "resolved": "https://registry.npmjs.org/@hashicorp/react-use-cases/-/react-use-cases-4.0.0.tgz",
"integrity": "sha512-ICha+uTe62qq1BpnKlIrZhMFKBf+YD8efJITsV+HiKVZnhNdeoTmq8xzv4mK2tz/hCkxT3fNC1HYwTxUczFErQ==", "integrity": "sha512-CEu0UcPtewOWXa3IY34hdpnpWocHGarDRKy7hOPGREc+/ofVGaN7DxGwpWU6+t4UeBSa0M1KnrlM2LQ9bm3img==",
"requires": { "requires": {
"@hashicorp/react-image": "^4.0.1", "@hashicorp/react-image": "^4.0.1",
"@hashicorp/react-inline-svg": "^6.0.1", "@hashicorp/react-inline-svg": "^6.0.1"
"marked": "^0.7.0"
} }
}, },
"@hashicorp/react-vertical-text-block-list": { "@hashicorp/react-vertical-text-block-list": {
@ -8347,11 +8346,6 @@
"repeat-string": "^1.0.0" "repeat-string": "^1.0.0"
} }
}, },
"marked": {
"version": "0.7.0",
"resolved": "https://registry.npmjs.org/marked/-/marked-0.7.0.tgz",
"integrity": "sha512-c+yYdCZJQrsRjTPhUx7VKkApw9bwDkNbHUKo1ovgcfDjb2kc8rLuRbIFyXL5WOEUwzSSKo3IXpph2K6DqB/KZg=="
},
"mathml-tag-names": { "mathml-tag-names": {
"version": "2.1.3", "version": "2.1.3",
"resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz",

2
website/package.json

@ -32,7 +32,7 @@
"@hashicorp/react-text-split": "3.1.1", "@hashicorp/react-text-split": "3.1.1",
"@hashicorp/react-text-split-with-code": "3.3.2", "@hashicorp/react-text-split-with-code": "3.3.2",
"@hashicorp/react-text-split-with-image": "4.1.1", "@hashicorp/react-text-split-with-image": "4.1.1",
"@hashicorp/react-use-cases": "3.0.2", "@hashicorp/react-use-cases": "4.0.0",
"@hashicorp/react-vertical-text-block-list": "6.0.2", "@hashicorp/react-vertical-text-block-list": "6.0.2",
"next": "10.1.3", "next": "10.1.3",
"next-mdx-remote": "3.0.1", "next-mdx-remote": "3.0.1",

Loading…
Cancel
Save