Skip to content

Commit

Permalink
chore(deps): update dependency apollo-boost to v0.1.9 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and flybayer committed Jun 16, 2018
1 parent 8da44d2 commit e641261
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@babel/preset-flow": "7.0.0-beta.51",
"@zeit/next-bundle-analyzer": "0.1.1",
"apollo-boost": "0.1.7",
"apollo-boost": "0.1.9",
"currency.js": "1.1.4",
"debounce-fn": "1.0.0",
"graphql": "0.13.2",
Expand Down
57 changes: 30 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -983,41 +983,42 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

[email protected].7:
version "0.1.7"
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.7.tgz#22cd49d2257e44df9b991c606cebb8189ec8f230"
[email protected].9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.9.tgz#09f446c7117cba5f105116ef903bc14fb234ed84"
dependencies:
apollo-cache-inmemory "^1.2.2"
apollo-client "^2.3.2"
apollo-cache "^1.1.11"
apollo-cache-inmemory "^1.2.4"
apollo-client "^2.3.4"
apollo-link "^1.0.6"
apollo-link-error "^1.0.3"
apollo-link-http "^1.3.1"
apollo-link-state "^0.4.0"
graphql-tag "^2.4.2"

apollo-cache-inmemory@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.2.tgz#051b1fec5b3cec1b348bd7ac9c713a72a0bba45b"
apollo-cache-inmemory@^1.2.4:
version "1.2.4"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.4.tgz#452e731a6777756d744d493a3223cf04f8e50c9b"
dependencies:
apollo-cache "^1.1.9"
apollo-utilities "^1.0.13"
graphql-anywhere "^4.1.11"
apollo-cache "^1.1.11"
apollo-utilities "^1.0.15"
graphql-anywhere "^4.1.13"

apollo-cache@^1.1.9:
version "1.1.9"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.9.tgz#90426f25c43bc66ae02808af01194d78fd15ea40"
apollo-cache@^1.1.11:
version "1.1.11"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.11.tgz#998e31a4b278e2fbbbf36fef8fce39c08adc35ca"
dependencies:
apollo-utilities "^1.0.13"
apollo-utilities "^1.0.15"

apollo-client@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.2.tgz#0c4c06eba0aedc63d2d988f247a9310cb2152c2e"
apollo-client@^2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.4.tgz#308fbfa95423f9bde6827376d9a85802fe93e28d"
dependencies:
"@types/zen-observable" "^0.5.3"
apollo-cache "^1.1.9"
apollo-cache "^1.1.11"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "^1.0.13"
apollo-utilities "^1.0.15"
symbol-observable "^1.0.2"
zen-observable "^0.8.0"
optionalDependencies:
Expand Down Expand Up @@ -1067,9 +1068,11 @@ apollo-utilities@^1.0.0, apollo-utilities@^1.0.6, apollo-utilities@^1.0.9:
version "1.0.9"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.9.tgz#16f9f2f92fd6c651d497aba6f2747ce17d87d80a"

apollo-utilities@^1.0.13:
version "1.0.13"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.13.tgz#793c858bb42243f7254d3c2961c64a7158e51022"
apollo-utilities@^1.0.15:
version "1.0.15"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.15.tgz#8f1ba6e4ed9b92cb0de2ce7c032315a768860aae"
dependencies:
fast-json-stable-stringify "^2.0.0"

app-root-path@^2.0.1:
version "2.0.1"
Expand Down Expand Up @@ -2976,11 +2979,11 @@ graphql-anywhere@^4.1.0-alpha.0:
dependencies:
apollo-utilities "^1.0.9"

graphql-anywhere@^4.1.11:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.11.tgz#f91fa82e7e47275260957bb91f2fed5ecd508098"
graphql-anywhere@^4.1.13:
version "4.1.13"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.13.tgz#5314b879b0b7066e6835ad2f5716b4dae381dc63"
dependencies:
apollo-utilities "^1.0.13"
apollo-utilities "^1.0.15"

graphql-tag@^2.4.2:
version "2.8.0"
Expand Down

0 comments on commit e641261

Please sign in to comment.