Skip to content

Commit 29e5706

Browse files
chore(deps): bump react and @types/react
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.6 to 19.2.7 - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v19.2.7/packages/react) Updates `@types/react` from 19.2.14 to 19.2.17 - [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.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: "@types/react" dependency-version: 19.2.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8625159 commit 29e5706

2 files changed

Lines changed: 10 additions & 15 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@docusaurus/theme-mermaid": "^3.10.1",
6060
"@docusaurus/types": "^3.10.1",
6161
"@mdx-js/react": "^3.0.0",
62-
"@types/react": "^19.1.0",
62+
"@types/react": "^19.2.17",
6363
"@types/react-dom": "^19.1.0",
6464
"@vercel/functions": "^3.6.0",
6565
"algoliasearch": "^5.53.0",
@@ -71,7 +71,7 @@
7171
"docusaurus-pushfeedback": "^1.0.3",
7272
"js-yaml": "^4.2.0",
7373
"path": "^0.12.7",
74-
"react": "^19.2.6",
74+
"react": "^19.2.7",
7575
"react-dom": "^19.2.6",
7676
"react-icons": "^5.5.0",
7777
"react-instantsearch": "^7.33.0",

yarn.lock

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4033,10 +4033,10 @@
40334033
"@types/history" "^4.7.11"
40344034
"@types/react" "*"
40354035

4036-
"@types/react@*", "@types/react@^19.1.0":
4037-
version "19.2.14"
4038-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.14.tgz#39604929b5e3957e3a6fa0001dafb17c7af70bad"
4039-
integrity sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==
4036+
"@types/react@*", "@types/react@^19.2.17":
4037+
version "19.2.17"
4038+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.17.tgz#dccac365baa0f1734ec270ff4b51c89465e8dc7f"
4039+
integrity sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==
40404040
dependencies:
40414041
csstype "^3.2.2"
40424042

@@ -12234,15 +12234,10 @@ react-router@5.3.4, react-router@^5.3.4:
1223412234
tiny-invariant "^1.0.2"
1223512235
tiny-warning "^1.0.0"
1223612236

12237-
"react@>= 0.14.0":
12238-
version "19.2.5"
12239-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.5.tgz#c888ab8b8ef33e2597fae8bdb2d77edbdb42858b"
12240-
integrity sha512-llUJLzz1zTUBrskt2pwZgLq59AemifIftw4aB7JxOqf1HY2FDaGDxgwpAPVzHU1kdWabH7FauP4i1oEeer2WCA==
12241-
12242-
react@^19.2.6:
12243-
version "19.2.6"
12244-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.6.tgz#3dadb8e12b2a7934c1d5317973e5dce1301f9a4d"
12245-
integrity sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==
12237+
"react@>= 0.14.0", react@^19.2.7:
12238+
version "19.2.7"
12239+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
12240+
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
1224612241

1224712242
read-file-stdin@^0.2.1:
1224812243
version "0.2.1"

0 commit comments

Comments
 (0)