Skip to content

Commit 465d7eb

Browse files
build(deps): bump React 19 to latest versions
- Update React and React DOM to version 19.1.0 - Update React type definitions to match version 19 - Update peer dependencies to support both React 18 and 19
1 parent f463f2b commit 465d7eb

File tree

2 files changed

+31
-36
lines changed

2 files changed

+31
-36
lines changed

package-lock.json

Lines changed: 27 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"@types/jest": "^29.2.3",
4949
"@types/md5": "^2.3.2",
5050
"@types/node": "^22.0.0",
51-
"@types/react": "^18.0.25",
52-
"@types/react-dom": "^18.0.9",
51+
"@types/react": "^19.1.2",
52+
"@types/react-dom": "^19.1.2",
5353
"@types/ws": "^8.2.0",
5454
"@typescript-eslint/eslint-plugin": "^6.11.0",
5555
"@typescript-eslint/parser": "^6.11.0",
@@ -67,8 +67,8 @@
6767
"jest-environment-jsdom": "^29.3.1",
6868
"jest-junit": "^16.0.0",
6969
"jest-transform-stub": "^2.0.0",
70-
"react": "^19.0.0",
71-
"react-dom": "^19.0.0",
70+
"react": "^19.1.0",
71+
"react-dom": "^19.1.0",
7272
"sass-loader": "^16.0.0",
7373
"source-map-loader": "^5.0.0",
7474
"style-loader": "^4.0.0",

0 commit comments

Comments
 (0)