Skip to content

Commit cda41f2

Browse files
chore(deps): bump the react group with 2 updates
Bumps the react group with 2 updates: [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [react-dom](https://github.com/facebook/react/tree/HEAD/packages/react-dom). Updates `react` from 19.2.1 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 `react-dom` from 19.2.1 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 dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react - dependency-name: react-dom dependency-version: 19.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: react ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 459ab5d commit cda41f2

6 files changed

Lines changed: 1261 additions & 961 deletions

File tree

docs-site/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,16 @@
2727
"next-themes": "^0.2.1",
2828
"postcss": "^8.5.6",
2929
"prismjs": "^1.30.0",
30-
"react": "^19.2.1",
31-
"react-dom": "^19.2.1",
30+
"react": "^19.2.5",
31+
"react-dom": "^19.2.5",
3232
"react-router-dom": "6.30.3",
3333
"react-syntax-highlighter": "^16.1.0",
3434
"tailwind-merge": "^2.6.0",
3535
"tailwindcss": "^4.1.17"
3636
},
3737
"devDependencies": {
3838
"@types/node": "^22.15.30",
39-
"@types/react": "^19.0.0",
39+
"@types/react": "^19.2.14",
4040
"@types/react-dom": "^19.0.0",
4141
"@types/react-syntax-highlighter": "^15.5.13",
4242
"globals": "^15.9.0",

examples/next-rwa/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"ora": "^8.0.1",
2424
"postcss": "^8.5.5",
2525
"radix-ui": "^1.4.3",
26-
"react": "^19.2.1",
27-
"react-dom": "^19.2.1",
26+
"react": "^19.2.5",
27+
"react-dom": "^19.2.5",
2828
"react-hook-form": "^7.57.0",
2929
"react-i18next": "^15.5.3",
3030
"tailwind-merge": "^3.5.0",
3131
"tailwindcss": "^4.1.17"
3232
},
3333
"devDependencies": {
34-
"@types/react": "^19.1.2"
34+
"@types/react": "^19.2.14"
3535
}
3636
}

examples/react-spa-npm/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"i18next": "^25.2.1",
1919
"lucide-react": "^0.511.0",
2020
"radix-ui": "^1.4.3",
21-
"react": "^19.2.1",
22-
"react-dom": "^19.2.1",
21+
"react": "^19.2.5",
22+
"react-dom": "^19.2.5",
2323
"react-hook-form": "^7.57.0",
2424
"react-i18next": "^15.5.3",
2525
"react-router-dom": "7.12.0",
@@ -29,7 +29,7 @@
2929
"devDependencies": {
3030
"@tailwindcss/postcss": "^4.1.10",
3131
"@types/node": "^22.15.27",
32-
"@types/react": "^19.1.2",
32+
"@types/react": "^19.2.14",
3333
"@types/react-dom": "^19.1.2",
3434
"@vitejs/plugin-react": "^4.4.1",
3535
"globals": "^16.0.0",

examples/react-spa-shadcn/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"next-themes": "^0.3.0",
5656
"qrcode": "^1.5.4",
5757
"radix-ui": "^1.4.3",
58-
"react": "^19.2.1",
58+
"react": "^19.2.5",
5959
"react-day-picker": "^8.10.1",
60-
"react-dom": "^19.2.1",
60+
"react-dom": "^19.2.5",
6161
"react-hook-form": "^7.57.0",
6262
"react-i18next": "^15.5.3",
6363
"react-resizable-panels": "^2.1.3",
@@ -74,7 +74,7 @@
7474
"@tailwindcss/postcss": "^4.1.10",
7575
"@tailwindcss/typography": "^0.5.15",
7676
"@types/node": "^22.5.5",
77-
"@types/react": "^19.1.7",
77+
"@types/react": "^19.2.14",
7878
"@types/react-dom": "^19.2.2",
7979
"@vitejs/plugin-react-swc": "^3.5.0",
8080
"tailwindcss": "^4.1.10",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@testing-library/jest-dom": "^6.6.3",
100100
"@testing-library/react": "^16.3.0",
101101
"@testing-library/user-event": "^14.6.1",
102-
"@types/react": "^19.1.2",
102+
"@types/react": "^19.2.14",
103103
"@types/react-dom": "^19.1.2",
104104
"postcss": "^8.5.6",
105105
"postcss-cli": "^11.0.1",

0 commit comments

Comments
 (0)