Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Update package.json (#2490)
Browse files Browse the repository at this point in the history
Summary:
https://twitter.com/SemanticRelease/status/1249795728253353986

Pull Request resolved: #2490

Reviewed By: claudiopro

Differential Revision: D22787963

Pulled By: mrkev

fbshipit-source-id: 980bb391854d674b7dba8b3a6f5a84807144e54c
  • Loading branch information
MichaelDeBoey authored and facebook-github-bot committed Jul 30, 2020
1 parent a8f44b1 commit b79082f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"object-assign": "^4.1.1"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0-rc || ^16.0.0-rc || ^16.0.0"
"react": ">=0.14.0",
"react-dom": ">=0.14.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
Expand Down

0 comments on commit b79082f

Please sign in to comment.