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

* website: bump use-cases to latest

* chore: bump use-cases to stable release
This commit is contained in:
Zachary Shilton 2021-06-23 15:19:59 -04:00 committed by GitHub
parent b412ca0f89
commit 5563c8cd68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 11 deletions

View File

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

View File

@ -32,7 +32,7 @@
"@hashicorp/react-text-split": "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-use-cases": "4.0.0",
"@hashicorp/react-vertical-text-block-list": "6.0.2",
"next": "10.1.3",
"next-mdx-remote": "3.0.1",