Skip to content

Commit

Permalink
[Core] Adjust dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmarks committed Apr 12, 2016
1 parent b939857 commit 24f80c7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"test:unit:coverage": "babel-node node_modules/.bin/isparta cover --report lcovonly --include-all-sources --dir test/coverage/unit test/unit.js"
},
"peerDependencies": {
"react": "^15.0.1",
"react-dom": "^15.0.1",
"react": "^15.0.0",
"react-dom": "^15.0.0",
"react-tap-event-plugin": "^1.0.0"
},
"dependencies": {
Expand All @@ -49,9 +49,9 @@
"lodash.flowright": "^3.2.1",
"lodash.merge": "^4.1.0",
"lodash.throttle": "^4.0.0",
"react-addons-create-fragment": "^15.0.1",
"react-addons-transition-group": "^15.0.1",
"react-addons-update": "^15.0.1",
"react-addons-create-fragment": "^15.0.0",
"react-addons-transition-group": "^15.0.0",
"react-addons-update": "^15.0.0",
"react-event-listener": "^0.1.1",
"recompose": "^0.17.0",
"simple-assign": "^0.1.0",
Expand Down Expand Up @@ -98,9 +98,9 @@
"mocha": "^2.4.5",
"nodemon": "^1.9.1",
"phantomjs-prebuilt": "^2.1.6",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-hot-loader": "^1.3.0",
"react-tap-event-plugin": "^1.0.0",
"recursive-readdir-sync": "^1.0.6",
Expand Down

0 comments on commit 24f80c7

Please sign in to comment.