Skip to content

Commit 1a053a2

Browse files
committed
feat: add React 19 to peer dependencies
1 parent 21c00f6 commit 1a053a2

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
@@ -48,7 +48,7 @@
4848
]
4949
},
5050
"peerDependencies": {
51-
"react": "^17.0.2 || ^18"
51+
"react": "^17.0.2 || ^18.0.0 || ^19.0.0"
5252
},
5353
"devDependencies": {
5454
"@babel/core": "^7.16.12",

0 commit comments

Comments
 (0)