Skip to content

Commit

Permalink
React 15
Browse files Browse the repository at this point in the history
  • Loading branch information
jspears committed May 2, 2016
1 parent 2e2d36f commit b5a8e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"babel-core": "^6.3.26",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-es2015": "^6.3.13",
"babel-preset-es2015-loose": "^7.0.0",
Expand All @@ -33,8 +32,9 @@
"karma-webpack": "^1.7.0",
"lodash": "^3.10.1",
"mocha": "^2.3.4",
"react": "^0.14.6",
"react-addons-test-utils": "^0.14.6",
"react": "^15.0.2",
"react-addons-test-utils": "^15.0.2",
"react-dom": "^15.0.2",
"webpack": "^1.12.9"
},
"scripts": {
Expand Down

0 comments on commit b5a8e26

Please sign in to comment.