Skip to content

Commit

Permalink
Add React 15.0.0 to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moroshko committed Mar 18, 2016
1 parent 9ea189f commit 29e7fcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
"prepublish": "npm run dist && npm run standalone"
},
"dependencies": {
"react-autowhatever": "^3.0.0",
"react-autowhatever": "^3.1.0",
"react-redux": "^4.4.0",
"redux": "^3.3.1"
},
"peerDependencies": {
"react": "^0.14.7"
"react": "^0.14.7 || ^15.0.0-rc.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
Expand All @@ -55,9 +55,9 @@
"less": "^2.6.1",
"less-loader": "^2.2.2",
"mocha": "^2.4.5",
"react": "^0.14.7",
"react-addons-test-utils": "^0.14.7",
"react-dom": "^0.14.7",
"react": "^15.0.0-rc.1",
"react-addons-test-utils": "^15.0.0-rc.1",
"react-dom": "^15.0.0-rc.1",
"react-transform-hmr": "^1.0.3",
"redux-thunk": "^1.0.3",
"sinon": "^1.17.3",
Expand Down

0 comments on commit 29e7fcf

Please sign in to comment.