Skip to content

Commit

Permalink
Relax React dep requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored and JohnNilsson committed Sep 9, 2017
1 parent ee75676 commit 169ef76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-error-overlay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"babel-code-frame": "6.22.0",
"babel-runtime": "6.26.0",
"html-entities": "1.2.1",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react": "^15 || ^16",
"react-dom": "^15 || ^16",
"settle-promise": "1.0.0",
"source-map": "0.5.6"
},
Expand Down

0 comments on commit 169ef76

Please sign in to comment.