Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Update to [email protected] to fix bug with currentResult
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 14, 2016
1 parent 8d9fcd9 commit bd2f887
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
},
"license": "MIT",
"peerDependencies": {
"apollo-client": "^0.4.21 || ^0.5.0",
"apollo-client": "^0.4.21 || ^0.5.1",
"react": "0.14.x || 15.* || ^15.0.0",
"redux": "^2.0.0 || ^3.0.0"
},
Expand All @@ -75,7 +75,7 @@
"@types/redux-form": "^4.0.29",
"@types/redux-immutable": "^3.0.30",
"@types/sinon": "^1.16.29",
"apollo-client": "0.5.0-1",
"apollo-client": "0.5.2",
"babel-jest": "^14.1.0",
"babel-preset-react-native": "^1.9.0",
"browserify": "^13.0.0",
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -177,12 +177,11 @@ any-promise@^1.0.0, any-promise@^1.1.0, any-promise@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/any-promise/-/any-promise-1.3.0.tgz#abc6afeedcea52e809cdc0376aed3ce39635d17f"

[email protected].0-1:
version "0.5.0-1"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-0.5.0-1.tgz#3d77278a6961db933fb8fd77a51a3ab87650ed7b"
[email protected].2:
version "0.5.2"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-0.5.2.tgz#ed7d13f9e79c031063b4c76490ca09698d879115"
dependencies:
es6-promise "^4.0.3"
graphql-anywhere "^0.2.3"
graphql-anywhere "^0.2.4"
graphql-tag "^0.1.13"
lodash.assign "^4.0.8"
lodash.clonedeep "^4.3.2"
Expand Down Expand Up @@ -2260,10 +2259,6 @@ es6-error@^3.1.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/es6-error/-/es6-error-3.2.0.tgz#e567cfdcb324d4e7ae5922a3700ada5de879a0ca"

es6-promise@^4.0.3:
version "4.0.5"
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.0.5.tgz#7882f30adde5b240ccfa7f7d78c548330951ae42"

escape-html@~1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
Expand Down Expand Up @@ -2806,7 +2801,7 @@ graceful-fs@^4.0.0, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6,
version "1.0.1"
resolved "https://registry.yarnpkg.com/graceful-readlink/-/graceful-readlink-1.0.1.tgz#4cafad76bc62f02fa039b2f94e9a3dd3a391a725"

graphql-anywhere@^0.2.3:
graphql-anywhere@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-0.2.4.tgz#700d5106dc7fbd39a08084d81a6f543475589774"
dependencies:
Expand Down

0 comments on commit bd2f887

Please sign in to comment.