Skip to content

Commit

Permalink
feat: Bump react version
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Jan 30, 2017
1 parent 85873c4 commit d741a58
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions package.json
Expand Up @@ -52,8 +52,9 @@
"karma-webpack": "^2.0.1",
"node-sass": "^4.3.0",
"postcss-loader": "^1.2.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react": "^15.4.2",
"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.4.2",
"sass-lint": "^1.10.2",
"sass-loader": "^4.1.1",
"sasslint-webpack-plugin": "^1.0.4",
Expand All @@ -62,8 +63,8 @@
"webpack-dev-server": "^1.16.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0",
"react-dom": "^0.14.0 || ^15.0.0"
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"scripts": {
"prebuild": "npm run test && rm -rf lib",
Expand Down

0 comments on commit d741a58

Please sign in to comment.