Skip to content

Commit 30ad060

Browse files
committed
fix: upgrade react to 19.1.0
1 parent f25ec90 commit 30ad060

File tree

3 files changed

+223
-231
lines changed

3 files changed

+223
-231
lines changed

examples/next/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "poool-react-access-next-example",
33
"dependencies": {
44
"@poool/react-access": "portal:../../",
5-
"next": "15.1.0",
6-
"react": "19.0.0",
7-
"react-dom": "19.0.0"
5+
"next": "15.4.1",
6+
"react": "19.1.0",
7+
"react-dom": "19.1.0"
88
},
99
"scripts": {
1010
"dev": "next"

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@testing-library/react": "16.3.0",
3030
"@types/jest": "30.0.0",
3131
"@types/node": "22.10.1",
32-
"@types/react": "19.0.1",
33-
"@types/react-dom": "19.0.2",
32+
"@types/react": "19.1.8",
33+
"@types/react-dom": "19.1.6",
3434
"@types/webpack": "5.28.5",
3535
"@types/webpack-dev-server": "4.7.2",
3636
"@typescript-eslint/eslint-plugin": "8.37.0",
@@ -48,9 +48,9 @@
4848
"jest-dev-server": "11.0.0",
4949
"jest-environment-jsdom": "30.0.4",
5050
"puppeteer": "24.13.0",
51-
"react": "19.0.0",
52-
"react-dom": "19.0.0",
53-
"react-router-dom": "7.0.2",
51+
"react": "19.1.0",
52+
"react-dom": "19.1.0",
53+
"react-router-dom": "7.6.3",
5454
"swc-loader": "0.2.6",
5555
"ts-node": "10.9.2",
5656
"tsup": "8.5.0",

0 commit comments

Comments
 (0)