Skip to content

Commit cc2e270

Browse files
committed
Relax React dep requirements
1 parent 2cbb760 commit cc2e270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-error-overlay/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"babel-code-frame": "6.22.0",
3636
"babel-runtime": "6.26.0",
3737
"html-entities": "1.2.1",
38-
"react": "^15.5.4",
39-
"react-dom": "^15.5.4",
38+
"react": "^15 || ^16",
39+
"react-dom": "^15 || ^16",
4040
"settle-promise": "1.0.0",
4141
"source-map": "0.5.6"
4242
},

0 commit comments

Comments
 (0)