website: chore: upgrades react-content (#12120)

This commit is contained in:
Bryce Kalow 2022-01-19 14:36:56 -06:00 committed by GitHub
parent 393584bd41
commit 049f3d2790
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
"@hashicorp/react-callouts": "^8.0.1",
"@hashicorp/react-code-block": "^4.1.5",
"@hashicorp/react-consent-manager": "^7.1.0",
"@hashicorp/react-content": "^8.0.2",
"@hashicorp/react-content": "^8.2.0",
"@hashicorp/react-docs-page": "^14.14.0",
"@hashicorp/react-enterprise-alert": "^6.0.1",
"@hashicorp/react-featured-slider": "^5.0.1",
@ -1725,9 +1725,9 @@
}
},
"node_modules/@hashicorp/react-content": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-8.1.1.tgz",
"integrity": "sha512-NaUxDcXKacKleZjhMtjxjRaC/BqpAlWzla9P5dJJXFJHAlQJxjbpb1QmPTXOqMTJ3woSqA1+6l59w67BvAnN8g==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-8.2.0.tgz",
"integrity": "sha512-9wKJQodndiOIdnVXb4zQGwm0CZU3WAJgxTwJGHQDDepPgHvh5nXK336PhTpLcjFK5T0Fg5uvYgaNqfNHZaoquQ==",
"dependencies": {
"@hashicorp/platform-product-meta": "^0.1.0",
"classnames": "^2.3.1"
@ -21494,9 +21494,9 @@
}
},
"@hashicorp/react-content": {
"version": "8.1.1",
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-8.1.1.tgz",
"integrity": "sha512-NaUxDcXKacKleZjhMtjxjRaC/BqpAlWzla9P5dJJXFJHAlQJxjbpb1QmPTXOqMTJ3woSqA1+6l59w67BvAnN8g==",
"version": "8.2.0",
"resolved": "https://registry.npmjs.org/@hashicorp/react-content/-/react-content-8.2.0.tgz",
"integrity": "sha512-9wKJQodndiOIdnVXb4zQGwm0CZU3WAJgxTwJGHQDDepPgHvh5nXK336PhTpLcjFK5T0Fg5uvYgaNqfNHZaoquQ==",
"requires": {
"@hashicorp/platform-product-meta": "^0.1.0",
"classnames": "^2.3.1"

View File

@ -19,7 +19,7 @@
"@hashicorp/react-callouts": "^8.0.1",
"@hashicorp/react-code-block": "^4.1.5",
"@hashicorp/react-consent-manager": "^7.1.0",
"@hashicorp/react-content": "^8.0.2",
"@hashicorp/react-content": "^8.2.0",
"@hashicorp/react-docs-page": "^14.14.0",
"@hashicorp/react-enterprise-alert": "^6.0.1",
"@hashicorp/react-featured-slider": "^5.0.1",