Skip to content

Commit 72f1e05

Browse files
committed
Allow react 17 as a peer dependency
1 parent 5126f4e commit 72f1e05

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
@@ -55,8 +55,8 @@
5555
"typeorm": "^0.2.24"
5656
},
5757
"peerDependencies": {
58-
"react": "^16.13.1",
59-
"react-dom": "^16.13.1"
58+
"react": "^16.13.1 || ^17",
59+
"react-dom": "^16.13.1 || ^17"
6060
},
6161
"peerOptionalDependencies": {
6262
"mongodb": "^3.5.9",

0 commit comments

Comments
 (0)