Skip to content

Commit 02baf8d

Browse files
chore(deps): update react monorepo to v19
1 parent 53afb05 commit 02baf8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

packages/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
},
3434
"devDependencies": {
3535
"next": "15.2.3",
36-
"react": "19.0.0"
36+
"react": "19.1.0"
3737
},
3838
"repository": {
3939
"type": "git",

packages/react-auth-kit/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060
"@types/jest": "29.5.14",
6161
"@types/js-cookie": "3.0.6",
6262
"@types/node": "22.13.17",
63-
"@types/react": "19.0.8",
64-
"@types/react-dom": "19.0.3",
63+
"@types/react": "19.1.2",
64+
"@types/react-dom": "19.1.2",
6565
"jest": "29.7.0",
6666
"jest-environment-jsdom": "^29.4.3",
6767
"next": "^15.0.0",

packages/react-router/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
},
4747
"devDependencies": {
4848
"@types/node": "22.13.17",
49-
"@types/react": "19.0.8",
49+
"@types/react": "19.1.2",
5050
"@types/react-router-dom": "5.3.3",
51-
"react": "19.0.0",
51+
"react": "19.1.0",
5252
"react-router": "7.1.3",
5353
"react-router-dom": "7.1.3"
5454
},

0 commit comments

Comments
 (0)