build(deps): bump react and @types/react in /website (#4731)

* build(deps): bump react and @types/react in /website

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together.

Updates `react` from 19.2.3 to 19.2.4
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react)

Updates `@types/react` from 19.2.8 to 19.2.10
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: react
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: "@types/react"
  dependency-version: 19.2.10
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* build(deps): bump react-dom from 19.2.3 to 19.2.4 in /website (#4729)

Bumps [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom) from 19.2.3 to 19.2.4.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v19.2.4/packages/react-dom)

---
updated-dependencies:
- dependency-name: react-dom
  dependency-version: 19.2.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fleny <Fleny113@outlook.com>
This commit is contained in:
dependabot[bot]
2026-02-04 21:01:33 +01:00
committed by GitHub
parent 8acae1c5bd
commit 53ce4207d7
2 changed files with 15 additions and 15 deletions

View File

@@ -27,15 +27,15 @@
"@mdx-js/react": "^3.1.1",
"@xyflow/react": "^12.10.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.3",
"react-dom": "^19.2.3"
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@biomejs/biome": "2.3.13",
"@docusaurus/module-type-aliases": "^3.9.2",
"@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2",
"@types/react": "^19.2.9",
"@types/react": "^19.2.11",
"turbo": "^2.8.1",
"typescript": "5.9.3",
"webpack": "5.104.1"

View File

@@ -18125,14 +18125,14 @@ __metadata:
languageName: node
linkType: hard
"react-dom@npm:^19.2.3":
version: 19.2.3
resolution: "react-dom@npm:19.2.3"
"react-dom@npm:^19.2.4":
version: 19.2.4
resolution: "react-dom@npm:19.2.4"
dependencies:
scheduler: "npm:^0.27.0"
peerDependencies:
react: ^19.2.3
checksum: 10c0/dc43f7ede06f46f3acc16ee83107c925530de9b91d1d0b3824583814746ff4c498ea64fd65cd83aba363205268adff52e2827c582634ae7b15069deaeabc4892
react: ^19.2.4
checksum: 10c0/f0c63f1794dedb154136d4d0f59af00b41907f4859571c155940296808f4b94bf9c0c20633db75b5b2112ec13d8d7dd4f9bf57362ed48782f317b11d05a44f35
languageName: node
linkType: hard
@@ -18269,10 +18269,10 @@ __metadata:
languageName: node
linkType: hard
"react@npm:^19.2.3":
version: 19.2.3
resolution: "react@npm:19.2.3"
checksum: 10c0/094220b3ba3a76c1b668f972ace1dd15509b157aead1b40391d1c8e657e720c201d9719537375eff08f5e0514748c0319063392a6f000e31303aafc4471f1436
"react@npm:^19.2.4":
version: 19.2.4
resolution: "react@npm:19.2.4"
checksum: 10c0/cd2c9ff67a720799cc3b38a516009986f7fc4cb8d3e15716c6211cf098d1357ee3e348ab05ad0600042bbb0fd888530ba92e329198c92eafa0994f5213396596
languageName: node
linkType: hard
@@ -20869,11 +20869,11 @@ __metadata:
"@docusaurus/types": "npm:^3.9.2"
"@easyops-cn/docusaurus-search-local": "npm:^0.52.1"
"@mdx-js/react": "npm:^3.1.1"
"@types/react": "npm:^19.2.9"
"@types/react": "npm:^19.2.11"
"@xyflow/react": "npm:^12.10.0"
prism-react-renderer: "npm:^2.4.1"
react: "npm:^19.2.3"
react-dom: "npm:^19.2.3"
react: "npm:^19.2.4"
react-dom: "npm:^19.2.4"
turbo: "npm:^2.8.1"
typescript: "npm:5.9.3"
webpack: "npm:5.104.1"