Skip to content

Commit

Permalink
fix(deps): update dependency apollo-link-http to v1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Jul 4, 2018
1 parent ff7a65a commit e2b6e73
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"apollo-link": "1.2.2",
"apollo-link-http": "1.5.3",
"apollo-link-http": "1.5.4",
"cross-fetch": "2.1.1",
"graphql": "0.13.2",
"graphql-binding": "1.4.0-beta.23",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,18 +122,18 @@ apollo-codegen@^0.19.1:
source-map-support "^0.5.0"
yargs "^10.0.3"

apollo-link-http-common@^0.2.3:
apollo-link-http-common@^0.2.4:
version "0.2.4"
resolved "https://registry.yarnpkg.com/apollo-link-http-common/-/apollo-link-http-common-0.2.4.tgz#877603f7904dc8f70242cac61808b1f8d034b2c3"
dependencies:
apollo-link "^1.2.2"

apollo-link-http@1.5.3:
version "1.5.3"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.3.tgz#3aa0d3ecfe5666ef0c360f359c425ff6ea1d285b"
apollo-link-http@1.5.4:
version "1.5.4"
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.5.4.tgz#b80b7b4b342c655b6a5614624b076a36be368f43"
dependencies:
apollo-link "^1.2.1"
apollo-link-http-common "^0.2.3"
apollo-link "^1.2.2"
apollo-link-http-common "^0.2.4"

apollo-link@1.2.1:
version "1.2.1"
Expand Down

0 comments on commit e2b6e73

Please sign in to comment.