Skip to content

Commit

Permalink
fix(deps): update apolloclient monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Sep 12, 2018
1 parent e3e94d8 commit ae4d0e1
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 73 deletions.
6 changes: 3 additions & 3 deletions advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"build": "node build/build.js"
},
"dependencies": {
"apollo-cache-inmemory": "1.2.9",
"apollo-client": "2.4.1",
"apollo-cache-inmemory": "1.2.10",
"apollo-client": "2.4.2",
"apollo-link": "1.2.2",
"apollo-link-context": "1.0.8",
"apollo-link-http": "1.5.4",
"apollo-link-state": "0.4.1",
"apollo-link-ws": "1.0.8",
"apollo-utilities": "1.0.20",
"apollo-utilities": "1.0.21",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
"jwt-decode": "2.2.0",
Expand Down
49 changes: 27 additions & 22 deletions advanced/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,29 +125,29 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

apollo-cache-inmemory@1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
apollo-cache-inmemory@1.2.10:
version "1.2.10"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.10.tgz#362d6c36cfd815a309b966f71e5d2b6c770c7989"
dependencies:
apollo-cache "^1.1.16"
apollo-utilities "^1.0.20"
graphql-anywhere "^4.1.18"
apollo-cache "^1.1.17"
apollo-utilities "^1.0.21"
graphql-anywhere "^4.1.19"

apollo-cache@1.1.16, apollo-cache@^1.1.16:
version "1.1.16"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
apollo-cache@1.1.17, apollo-cache@^1.1.17:
version "1.1.17"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.17.tgz#1fcca8423125223723b97fd72808be91a1a76490"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

apollo-client@2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
apollo-client@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.2.tgz#d2f044d8740723bf98a6d8d8b9684ee8c36150e6"
dependencies:
"@types/zen-observable" "^0.8.0"
apollo-cache "1.1.16"
apollo-cache "1.1.17"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "1.0.20"
apollo-utilities "1.0.21"
symbol-observable "^1.0.2"
zen-observable "^0.8.0"
optionalDependencies:
Expand Down Expand Up @@ -207,11 +207,12 @@ apollo-link@^1.0.0, apollo-link@^1.1.0:
apollo-utilities "^1.0.0"
zen-observable "^0.7.0"

apollo-utilities@1.0.20, apollo-utilities@^1.0.20:
version "1.0.20"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
apollo-utilities@1.0.21, apollo-utilities@^1.0.21:
version "1.0.21"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.21.tgz#cb8b5779fe275850b16046ff8373f4af2de90765"
dependencies:
fast-json-stable-stringify "^2.0.0"
fclone "^1.0.11"

apollo-utilities@^1.0.0, apollo-utilities@^1.0.8:
version "1.0.8"
Expand Down Expand Up @@ -2417,6 +2418,10 @@ faye-websocket@~0.11.0:
dependencies:
websocket-driver ">=0.5.1"

fclone@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"

file-loader@1.1.11:
version "1.1.11"
resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-1.1.11.tgz#6fe886449b0f2a936e43cabaac0cdbfb369506f8"
Expand Down Expand Up @@ -2692,11 +2697,11 @@ graphql-anywhere@^4.1.0-alpha.0:
dependencies:
apollo-utilities "^1.0.8"

graphql-anywhere@^4.1.18:
version "4.1.18"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
graphql-anywhere@^4.1.19:
version "4.1.19"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.19.tgz#5f6ca3b58218e5449f4798e3c6d942fcd2fef082"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

graphql-tag@2.9.2:
version "2.9.2"
Expand Down
4 changes: 2 additions & 2 deletions basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node build/build.js"
},
"dependencies": {
"apollo-cache-inmemory": "1.2.9",
"apollo-client": "2.4.1",
"apollo-cache-inmemory": "1.2.10",
"apollo-client": "2.4.2",
"apollo-link": "1.2.2",
"apollo-link-http": "1.5.4",
"apollo-link-ws": "1.0.8",
Expand Down
49 changes: 27 additions & 22 deletions basic/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,29 +147,29 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

apollo-cache-inmemory@1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
apollo-cache-inmemory@1.2.10:
version "1.2.10"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.10.tgz#362d6c36cfd815a309b966f71e5d2b6c770c7989"
dependencies:
apollo-cache "^1.1.16"
apollo-utilities "^1.0.20"
graphql-anywhere "^4.1.18"
apollo-cache "^1.1.17"
apollo-utilities "^1.0.21"
graphql-anywhere "^4.1.19"

apollo-cache@1.1.16, apollo-cache@^1.1.16:
version "1.1.16"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
apollo-cache@1.1.17, apollo-cache@^1.1.17:
version "1.1.17"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.17.tgz#1fcca8423125223723b97fd72808be91a1a76490"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

apollo-client@2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
apollo-client@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.2.tgz#d2f044d8740723bf98a6d8d8b9684ee8c36150e6"
dependencies:
"@types/zen-observable" "^0.8.0"
apollo-cache "1.1.16"
apollo-cache "1.1.17"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "1.0.20"
apollo-utilities "1.0.21"
symbol-observable "^1.0.2"
zen-observable "^0.8.0"
optionalDependencies:
Expand Down Expand Up @@ -216,11 +216,12 @@ apollo-link@^1.0.0, apollo-link@^1.1.0:
apollo-utilities "^1.0.0"
zen-observable "^0.7.0"

apollo-utilities@1.0.20, apollo-utilities@^1.0.20:
version "1.0.20"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
apollo-utilities@1.0.21, apollo-utilities@^1.0.21:
version "1.0.21"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.21.tgz#cb8b5779fe275850b16046ff8373f4af2de90765"
dependencies:
fast-json-stable-stringify "^2.0.0"
fclone "^1.0.11"

apollo-utilities@^1.0.0:
version "1.0.8"
Expand Down Expand Up @@ -2569,6 +2570,10 @@ faye-websocket@~0.11.0:
dependencies:
websocket-driver ">=0.5.1"

fclone@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"

figures@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
Expand Down Expand Up @@ -2879,11 +2884,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql-anywhere@^4.1.18:
version "4.1.18"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
graphql-anywhere@^4.1.19:
version "4.1.19"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.19.tgz#5f6ca3b58218e5449f4798e3c6d942fcd2fef082"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

graphql-tag@2.9.2:
version "2.9.2"
Expand Down
4 changes: 2 additions & 2 deletions minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "node build/build.js"
},
"dependencies": {
"apollo-cache-inmemory": "1.2.9",
"apollo-client": "2.4.1",
"apollo-cache-inmemory": "1.2.10",
"apollo-client": "2.4.2",
"apollo-link-http": "1.5.4",
"graphql": "0.13.2",
"graphql-tag": "2.9.2",
Expand Down
49 changes: 27 additions & 22 deletions minimal/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,29 +147,29 @@ anymatch@^2.0.0:
micromatch "^3.1.4"
normalize-path "^2.1.1"

apollo-cache-inmemory@1.2.9:
version "1.2.9"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.9.tgz#26e0c8c6a6c865bf9987d741114388cdbc3fae23"
apollo-cache-inmemory@1.2.10:
version "1.2.10"
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.10.tgz#362d6c36cfd815a309b966f71e5d2b6c770c7989"
dependencies:
apollo-cache "^1.1.16"
apollo-utilities "^1.0.20"
graphql-anywhere "^4.1.18"
apollo-cache "^1.1.17"
apollo-utilities "^1.0.21"
graphql-anywhere "^4.1.19"

apollo-cache@1.1.16, apollo-cache@^1.1.16:
version "1.1.16"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.16.tgz#0c7460ee8eff1898462979143b4e922aaba73cf8"
apollo-cache@1.1.17, apollo-cache@^1.1.17:
version "1.1.17"
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.17.tgz#1fcca8423125223723b97fd72808be91a1a76490"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

apollo-client@2.4.1:
version "2.4.1"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.1.tgz#d2ebaac1831fa170f7d0070bb9d581cccb5f64e3"
apollo-client@2.4.2:
version "2.4.2"
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.2.tgz#d2f044d8740723bf98a6d8d8b9684ee8c36150e6"
dependencies:
"@types/zen-observable" "^0.8.0"
apollo-cache "1.1.16"
apollo-cache "1.1.17"
apollo-link "^1.0.0"
apollo-link-dedup "^1.0.0"
apollo-utilities "1.0.20"
apollo-utilities "1.0.21"
symbol-observable "^1.0.2"
zen-observable "^0.8.0"
optionalDependencies:
Expand Down Expand Up @@ -210,11 +210,12 @@ apollo-link@^1.2.2:
apollo-utilities "^1.0.0"
zen-observable-ts "^0.8.9"

apollo-utilities@1.0.20, apollo-utilities@^1.0.20:
version "1.0.20"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.20.tgz#b14318686cb67838279fb5f009cca0ec97a4d140"
apollo-utilities@1.0.21, apollo-utilities@^1.0.21:
version "1.0.21"
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.21.tgz#cb8b5779fe275850b16046ff8373f4af2de90765"
dependencies:
fast-json-stable-stringify "^2.0.0"
fclone "^1.0.11"

apollo-utilities@^1.0.0:
version "1.0.8"
Expand Down Expand Up @@ -2555,6 +2556,10 @@ faye-websocket@~0.11.0:
dependencies:
websocket-driver ">=0.5.1"

fclone@^1.0.11:
version "1.0.11"
resolved "https://registry.yarnpkg.com/fclone/-/fclone-1.0.11.tgz#10e85da38bfea7fc599341c296ee1d77266ee640"

figures@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/figures/-/figures-2.0.0.tgz#3ab1a2d2a62c8bfb431a0c94cb797a2fce27c962"
Expand Down Expand Up @@ -2865,11 +2870,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
version "4.1.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"

graphql-anywhere@^4.1.18:
version "4.1.18"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.18.tgz#29bfc5d42bf8ee1f5cdc9a9857c98c3eb4b7fab4"
graphql-anywhere@^4.1.19:
version "4.1.19"
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.19.tgz#5f6ca3b58218e5449f4798e3c6d942fcd2fef082"
dependencies:
apollo-utilities "^1.0.20"
apollo-utilities "^1.0.21"

graphql-tag@2.9.2:
version "2.9.2"
Expand Down

0 comments on commit ae4d0e1

Please sign in to comment.