Skip to content

Commit 6421528

Browse files
committed
fix peer dependencies
1 parent 41b205d commit 6421528

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
@@ -30,8 +30,8 @@
3030
]
3131
},
3232
"peerDependencies": {
33-
"react": ">17.0.2",
34-
"react-dom": ">17.0.2"
33+
"react": ">=17.0.0",
34+
"react-dom": ">=17.0.0"
3535
},
3636
"scripts": {
3737
"start": "react-scripts start",

0 commit comments

Comments
 (0)