Skip to content

Commit

Permalink
upgrade React to stable (15.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinerousseau committed Apr 8, 2016
1 parent 48a8d92 commit 19f32f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -44,7 +44,7 @@
"lodash": "^4.2.0"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
"react": "^0.14.0 || ^15.0.1"
},
"devDependencies": {
"animation-frame": "^0.2.4",
Expand Down Expand Up @@ -75,10 +75,10 @@
"mocha": "^2.2.5",
"null-loader": "^0.1.0",
"postcss": "^4.0.2",
"react": "^15.0.0-rc.2",
"react": "^15.0.1",
"react-dnd-html5-backend": "^2.1.2",
"react-dnd-test-backend": "^1.0.2",
"react-dom": "^15.0.0-rc.2",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.2.3",
"react-router": "~0.13.2",
"request": "2.46.0",
Expand Down

0 comments on commit 19f32f2

Please sign in to comment.