Skip to content
This repository has been archived by the owner on Dec 31, 2018. It is now read-only.

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
gyzerok committed Oct 12, 2015
1 parent 22b4078 commit 2791857
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"flux"
],
"peerDependencies": {
"react": "^0.13.3",
"graphql": "^0.4.3",
"redux": "^2.0.0"
"react": "^0.13.3 || ^0.14.0",
"graphql": "^0.4.7",
"redux": "^3.0.2"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.2",
"babel-eslint": "^4.0.5",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"babel-runtime": "^5.8.20",
"babel-runtime": "^5.8.25",
"babel-tape-runner": "^1.2.0",
"eslint": "^0.24.1",
"eslint-plugin-react": "^3.0.0",
"eslint": "^1.6.0",
"eslint-plugin-react": "^3.5.1",
"tap-spec": "^4.0.2",
"tape": "^4.0.2",
"webpack": "^1.12.0"
"tape": "^4.2.1",
"webpack": "^1.12.2"
},
"dependencies": {
"deepmerge": "^0.2.10",
Expand Down

0 comments on commit 2791857

Please sign in to comment.