Skip to content

Commit

Permalink
Merge pull request #18 from nfl/feature/deps-fix
Browse files Browse the repository at this point in the history
fix(package): Fix react dependency
  • Loading branch information
taak77 committed Apr 15, 2016
2 parents aa277f7 + c23da84 commit aee0c8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@
"fbjs": "^0.7.2",
"hoist-non-react-statics": "^1.0.5",
"querystring": "^0.2.0",
"react": "^0.14.8",
"react-dom": "^0.14.8",
"rimraf": "^2.5.1"
},
"devDependencies": {
"analytics.js": "^2.9.1",
"babel-cli": "^6.5.1",
"babel-core": "^6.5.1",
"babel-eslint": "^5.0.0",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.3",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015-without-strict": "0.0.2",
Expand Down Expand Up @@ -79,9 +81,7 @@
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"path-to-regexp": "^1.2.1",
"react": "^0.14.7",
"react-addons-test-utils": "0.14.7",
"react-dom": "^0.14.7",
"react-addons-test-utils": "^0.14.8",
"react-redux": "^4.4.0",
"react-router": "^2.0.0",
"redux": "^3.3.1",
Expand Down

0 comments on commit aee0c8d

Please sign in to comment.