Bump @giscus/react from 2.4.0 to 3.0.0

Bumps [@giscus/react](https://github.com/giscus/giscus-component/tree/HEAD/react) from 2.4.0 to 3.0.0.
- [Release notes](https://github.com/giscus/giscus-component/releases)
- [Commits](https://github.com/giscus/giscus-component/commits/@giscus/react-v3.0.0/react)

---
updated-dependencies:
- dependency-name: "@giscus/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-26 19:11:35 +00:00 committed by GitHub
parent 0aebc3aeaa
commit 222a5c843d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -21,7 +21,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1",
"@giscus/react": "^2.4.0",
"@giscus/react": "^3.0.0",
"prettier": "3.2.5"
},
"engines": {
@ -2804,12 +2804,12 @@
}
},
"node_modules/@giscus/react": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/@giscus/react/-/react-2.4.0.tgz",
"integrity": "sha512-y8d8qiZ2sBuaXRcgn/ZWfMlRs9bx26p62BU/HEKQQ+IfHo3B/kglgPjX/IqudwlX+DOlHUl1NvtFo9C8Eqo0eQ==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/@giscus/react/-/react-3.0.0.tgz",
"integrity": "sha512-hgCjLpg3Wgh8VbTF5p8ZLcIHI74wvDk1VIFv12+eKhenNVUDjgwNg2B1aq/3puyHOad47u/ZSyqiMtohjy/OOA==",
"dev": true,
"dependencies": {
"giscus": "^1.4.0"
"giscus": "^1.5.0"
},
"peerDependencies": {
"react": "^16 || ^17 || ^18",
@ -7046,12 +7046,12 @@
}
},
"node_modules/giscus": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/giscus/-/giscus-1.4.0.tgz",
"integrity": "sha512-Pll+pcclTx47NcFDw8nuka2Ja85Gc4XWpzSgL0rszOQaMQRQIV8UMR+zP4a+/N3tV2TXc1SZ537kWlsN6EsAaw==",
"version": "1.5.0",
"resolved": "https://registry.npmjs.org/giscus/-/giscus-1.5.0.tgz",
"integrity": "sha512-t3LL0qbSO3JXq3uyQeKpF5CegstGfKX/0gI6eDe1cmnI7D56R7j52yLdzw4pdKrg3VnufwCgCM3FDz7G1Qr6lg==",
"dev": true,
"dependencies": {
"lit": "^3.1.0"
"lit": "^3.1.2"
}
},
"node_modules/github-slugger": {

View File

@ -27,7 +27,7 @@
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "3.1.1",
"@giscus/react": "^2.4.0",
"@giscus/react": "^3.0.0",
"prettier": "3.2.5"
},
"browserslist": {