Skip to content

Commit 4d39499

Browse files
authored
feat: add support for React 19 (jquense#2710)
1 parent 1a6a993 commit 4d39499

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"tdd": "NODE_ENV=test jest --watch"
4646
},
4747
"peerDependencies": {
48-
"react": "^16.14.0 || ^17 || ^18",
49-
"react-dom": "^16.14.0 || ^17 || ^18"
48+
"react": "^16.14.0 || ^17 || ^18 || ^19",
49+
"react-dom": "^16.14.0 || ^17 || ^18 || ^19"
5050
},
5151
"devDependencies": {
5252
"@babel/cli": "^7.20.7",

0 commit comments

Comments
 (0)