Skip to content

Commit 95c8e7c

Browse files
authored
feat: Extend support to React 19 (#3378)
1 parent 7c53c56 commit 95c8e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"weekstart": "^1.1.0"
4747
},
4848
"peerDependencies": {
49-
"react": "^16.8 || ^17 || ^18",
50-
"react-dom": "^16.8 || ^17 || ^18"
49+
"react": "^16.8 || ^17 || ^18 || ^19",
50+
"react-dom": "^16.8 || ^17 || ^18 || ^19"
5151
},
5252
"devDependencies": {
5353
"@babel/core": "^7.23.7",

0 commit comments

Comments
 (0)