Skip to content

Commit f9f84ed

Browse files
authored
feat: Extend support to React 19 (#105)
1 parent 84b42c2 commit f9f84ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"NOTICE"
4444
],
4545
"peerDependencies": {
46-
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
46+
"react": "^16.8.0 || ^17 || ^18 || ^19"
4747
},
4848
"devDependencies": {
4949
"@testing-library/react": "^11.2.7",

0 commit comments

Comments
 (0)