Skip to content

Commit

Permalink
Add support for react 15.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski authored and KyleAMathews committed Apr 18, 2016
1 parent 27537dd commit 61ee2fb
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 @@ -20,7 +20,7 @@
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-stage-0": "^6.5.0",
"boom": "^2.7.2",
"cjsx-loader": "^2.0.1",
"cjsx-loader": "^3.0.0",
"coffee-loader": "^0.7.2",
"coffee-script": "^1.9.3",
"commander": "^2.9.0",
Expand All @@ -30,7 +30,7 @@
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"front-matter": "^2.0.7",
"fs-extra": "^0.27.0",
"fs-extra": "^0.28.0",
"glob": "^7.0.0",
"hapi": "^8.5.1",
"hapi-webpack-plugin": "^1.3.0",
Expand All @@ -48,7 +48,7 @@
"moment": "^2.11.2",
"negotiator": "^0.6.0",
"node-cjsx": "^1.0.0",
"node-libs-browser": "^0.5.2",
"node-libs-browser": "^1.0.0",
"node-sass": "^3.4.2",
"null-loader": "^0.1.1",
"object-assign": "^4.0.1",
Expand All @@ -60,9 +60,9 @@
"postcss-loader": "^0.8.1",
"postcss-reporter": "^1.3.3",
"raw-loader": "^0.5.1",
"react": "^0.14.7",
"react": "^15.0.1",
"react-document-title": "^2.0.1",
"react-dom": "^0.14.7",
"react-dom": "^15.0.1",
"react-hot-loader": "^1.3.0",
"react-router": "^2.2.4",
"sass-loader": "^3.1.2",
Expand Down

0 comments on commit 61ee2fb

Please sign in to comment.