Skip to content

Commit

Permalink
bugfix: sets proper versions for react et al. + react-lifecycles-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
rouzbeh84 committed Jun 5, 2018
1 parent c08f2c9 commit 2258262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@
"object-assign": "4.1.1",
"prettier": "1.9.1",
"prop-types": "^15.5.8",
"react": "16.0.0-beta.5",
"react-dom": "16.0.0-beta.5",
"react-lifecycles-compat": "^1.0.2",
"react-test-renderer": "16.0.0-beta.5",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-lifecycles-compat": "1.1.4",
"react-test-renderer": "16.2.0",
"run-sequence": "2.2.1",
"signedsource": "^1.0.0",
"webpack": "1.13.1",
Expand Down

0 comments on commit 2258262

Please sign in to comment.