Skip to content

Commit b1fefa5

Browse files
committed
Update react and react-dom
``` npm install --save-exact react@^19.0.0 react-dom@^19.0.0` npm install --save-exact @types/react@^19.0.0 @types/react-dom@^19.0.0 ```
1 parent 73c6c02 commit b1fefa5

File tree

2 files changed

+32
-60
lines changed

2 files changed

+32
-60
lines changed

package-lock.json

Lines changed: 28 additions & 56 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
@@ -44,8 +44,8 @@
4444
"@jest/globals": "^29.2.2",
4545
"@types/jest": "^29.2.0",
4646
"@types/node": "^18.11.3",
47-
"@types/react": "^18.3.9",
48-
"@types/react-dom": "^18.3.0",
47+
"@types/react": "19.2.7",
48+
"@types/react-dom": "19.2.3",
4949
"@typescript-eslint/eslint-plugin": "^5.40.1",
5050
"@typescript-eslint/parser": "^5.40.1",
5151
"css-loader": "^7.1.2",
@@ -60,8 +60,8 @@
6060
"jest-environment-jsdom": "^29.2.1",
6161
"jsdom": "^20.0.1",
6262
"mkcert": "^3.2.0",
63-
"react": "^18.3.1",
64-
"react-dom": "^18.3.1",
63+
"react": "19.2.1",
64+
"react-dom": "19.2.1",
6565
"sass": "^1.79.3",
6666
"sass-loader": "^16.0.2",
6767
"ts-jest": "^29.0.3",

0 commit comments

Comments
 (0)