Skip to content

Commit 292cc4f

Browse files
chore(deps): update react monorepo to v19
1 parent 6f4c065 commit 292cc4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
},
3838
"peerDependencies": {
3939
"@types/react": "^18.0.0",
40-
"react": "^18.0.0",
41-
"react-dom": "^18.0.0"
40+
"react": "^18.0.0 || ^19.0.0",
41+
"react-dom": "^18.0.0 || ^19.0.0"
4242
},
4343
"devDependencies": {
4444
"@nighttrax/eslint-config-tsx": "~12.0.0-alpha.3",
@@ -53,8 +53,8 @@
5353
"@types/sinon": "~17.0.0",
5454
"eslint": "~8.57.0",
5555
"jest": "~29.7.0",
56-
"react": "~18.3.0",
57-
"react-dom": "~18.3.0",
56+
"react": "~19.0.0",
57+
"react-dom": "~19.0.0",
5858
"standard-version": "~9.5.0",
5959
"typescript": "~5.7.0"
6060
},

0 commit comments

Comments
 (0)