Skip to content

Commit 95a96c1

Browse files
fix: add react 19 to peer dependencies (#171)
1 parent e2e3bd4 commit 95a96c1

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
@@ -32,8 +32,8 @@
3232
"types": "src/types/index.d.ts",
3333
"peerDependencies": {
3434
"prop-types": "^15.7.2",
35-
"react": "^16.12.0 || ^17.0.0 || ^18.2.0",
36-
"react-dom": "^16.12.0 || ^17.0.0 || ^18.2.0"
35+
"react": "^16.12.0 || ^17.0.0 || ^18.2.0 || ^19.0.0",
36+
"react-dom": "^16.12.0 || ^17.0.0 || ^18.2.0 || ^19.0.0"
3737
},
3838
"devDependencies": {
3939
"@babel/cli": "7.10.5",

0 commit comments

Comments
 (0)