Skip to content

Commit e3ce559

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update apolloclient monorepo
1 parent aa65068 commit e3ce559

File tree

6 files changed

+73
-73
lines changed

6 files changed

+73
-73
lines changed

advanced/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.3",
13-
"apollo-client": "2.3.3",
12+
"apollo-cache-inmemory": "1.2.4",
13+
"apollo-client": "2.3.4",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-context": "1.0.8",
1616
"apollo-link-http": "1.5.4",
1717
"apollo-link-state": "0.4.1",
1818
"apollo-link-ws": "1.0.8",
19-
"apollo-utilities": "1.0.14",
19+
"apollo-utilities": "1.0.15",
2020
"graphql": "0.13.2",
2121
"graphql-tag": "2.9.2",
2222
"jwt-decode": "2.2.0",

advanced/yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -121,29 +121,29 @@ anymatch@^2.0.0:
121121
micromatch "^3.1.4"
122122
normalize-path "^2.1.1"
123123

124-
125-
version "1.2.3"
126-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
124+
125+
version "1.2.4"
126+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.4.tgz#452e731a6777756d744d493a3223cf04f8e50c9b"
127127
dependencies:
128-
apollo-cache "^1.1.10"
129-
apollo-utilities "^1.0.14"
130-
graphql-anywhere "^4.1.12"
128+
apollo-cache "^1.1.11"
129+
apollo-utilities "^1.0.15"
130+
graphql-anywhere "^4.1.13"
131131

132-
apollo-cache@^1.1.10:
133-
version "1.1.10"
134-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
132+
apollo-cache@^1.1.11:
133+
version "1.1.11"
134+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.11.tgz#998e31a4b278e2fbbbf36fef8fce39c08adc35ca"
135135
dependencies:
136-
apollo-utilities "^1.0.14"
136+
apollo-utilities "^1.0.15"
137137

138-
139-
version "2.3.3"
140-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
138+
139+
version "2.3.4"
140+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.4.tgz#308fbfa95423f9bde6827376d9a85802fe93e28d"
141141
dependencies:
142142
"@types/zen-observable" "^0.5.3"
143-
apollo-cache "^1.1.10"
143+
apollo-cache "^1.1.11"
144144
apollo-link "^1.0.0"
145145
apollo-link-dedup "^1.0.0"
146-
apollo-utilities "^1.0.14"
146+
apollo-utilities "^1.0.15"
147147
symbol-observable "^1.0.2"
148148
zen-observable "^0.8.0"
149149
optionalDependencies:
@@ -203,9 +203,9 @@ apollo-link@^1.0.0, apollo-link@^1.1.0:
203203
apollo-utilities "^1.0.0"
204204
zen-observable "^0.7.0"
205205

206-
[email protected].14, apollo-utilities@^1.0.14:
207-
version "1.0.14"
208-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
206+
[email protected].15, apollo-utilities@^1.0.15:
207+
version "1.0.15"
208+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.15.tgz#8f1ba6e4ed9b92cb0de2ce7c032315a768860aae"
209209
dependencies:
210210
fast-json-stable-stringify "^2.0.0"
211211

@@ -2673,11 +2673,11 @@ graphql-anywhere@^4.1.0-alpha.0:
26732673
dependencies:
26742674
apollo-utilities "^1.0.8"
26752675

2676-
graphql-anywhere@^4.1.12:
2677-
version "4.1.12"
2678-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
2676+
graphql-anywhere@^4.1.13:
2677+
version "4.1.13"
2678+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.13.tgz#5314b879b0b7066e6835ad2f5716b4dae381dc63"
26792679
dependencies:
2680-
apollo-utilities "^1.0.14"
2680+
apollo-utilities "^1.0.15"
26812681

26822682
26832683
version "2.9.2"

basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.3",
13-
"apollo-client": "2.3.3",
12+
"apollo-cache-inmemory": "1.2.4",
13+
"apollo-client": "2.3.4",
1414
"apollo-link": "1.2.2",
1515
"apollo-link-http": "1.5.4",
1616
"apollo-link-ws": "1.0.8",

basic/yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -143,29 +143,29 @@ anymatch@^2.0.0:
143143
micromatch "^3.1.4"
144144
normalize-path "^2.1.1"
145145

146-
147-
version "1.2.3"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
146+
147+
version "1.2.4"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.4.tgz#452e731a6777756d744d493a3223cf04f8e50c9b"
149149
dependencies:
150-
apollo-cache "^1.1.10"
151-
apollo-utilities "^1.0.14"
152-
graphql-anywhere "^4.1.12"
150+
apollo-cache "^1.1.11"
151+
apollo-utilities "^1.0.15"
152+
graphql-anywhere "^4.1.13"
153153

154-
apollo-cache@^1.1.10:
155-
version "1.1.10"
156-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
154+
apollo-cache@^1.1.11:
155+
version "1.1.11"
156+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.11.tgz#998e31a4b278e2fbbbf36fef8fce39c08adc35ca"
157157
dependencies:
158-
apollo-utilities "^1.0.14"
158+
apollo-utilities "^1.0.15"
159159

160-
161-
version "2.3.3"
162-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
160+
161+
version "2.3.4"
162+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.4.tgz#308fbfa95423f9bde6827376d9a85802fe93e28d"
163163
dependencies:
164164
"@types/zen-observable" "^0.5.3"
165-
apollo-cache "^1.1.10"
165+
apollo-cache "^1.1.11"
166166
apollo-link "^1.0.0"
167167
apollo-link-dedup "^1.0.0"
168-
apollo-utilities "^1.0.14"
168+
apollo-utilities "^1.0.15"
169169
symbol-observable "^1.0.2"
170170
zen-observable "^0.8.0"
171171
optionalDependencies:
@@ -216,9 +216,9 @@ apollo-utilities@^1.0.0:
216216
version "1.0.8"
217217
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
218218

219-
apollo-utilities@^1.0.14:
220-
version "1.0.14"
221-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
219+
apollo-utilities@^1.0.15:
220+
version "1.0.15"
221+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.15.tgz#8f1ba6e4ed9b92cb0de2ce7c032315a768860aae"
222222
dependencies:
223223
fast-json-stable-stringify "^2.0.0"
224224

@@ -2860,11 +2860,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28602860
version "4.1.11"
28612861
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28622862

2863-
graphql-anywhere@^4.1.12:
2864-
version "4.1.12"
2865-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
2863+
graphql-anywhere@^4.1.13:
2864+
version "4.1.13"
2865+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.13.tgz#5314b879b0b7066e6835ad2f5716b4dae381dc63"
28662866
dependencies:
2867-
apollo-utilities "^1.0.14"
2867+
apollo-utilities "^1.0.15"
28682868

28692869
28702870
version "2.9.2"

minimal/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build": "node build/build.js"
1010
},
1111
"dependencies": {
12-
"apollo-cache-inmemory": "1.2.3",
13-
"apollo-client": "2.3.3",
12+
"apollo-cache-inmemory": "1.2.4",
13+
"apollo-client": "2.3.4",
1414
"apollo-link-http": "1.5.4",
1515
"graphql": "0.13.2",
1616
"graphql-tag": "2.9.2",

minimal/yarn.lock

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -143,29 +143,29 @@ anymatch@^2.0.0:
143143
micromatch "^3.1.4"
144144
normalize-path "^2.1.1"
145145

146-
147-
version "1.2.3"
148-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.3.tgz#873915049dc0f5bbea808d314223eae235d155cd"
146+
147+
version "1.2.4"
148+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.2.4.tgz#452e731a6777756d744d493a3223cf04f8e50c9b"
149149
dependencies:
150-
apollo-cache "^1.1.10"
151-
apollo-utilities "^1.0.14"
152-
graphql-anywhere "^4.1.12"
150+
apollo-cache "^1.1.11"
151+
apollo-utilities "^1.0.15"
152+
graphql-anywhere "^4.1.13"
153153

154-
apollo-cache@^1.1.10:
155-
version "1.1.10"
156-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.10.tgz#8b878155b85a515cf55316b09dd7960abaf0396f"
154+
apollo-cache@^1.1.11:
155+
version "1.1.11"
156+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.11.tgz#998e31a4b278e2fbbbf36fef8fce39c08adc35ca"
157157
dependencies:
158-
apollo-utilities "^1.0.14"
158+
apollo-utilities "^1.0.15"
159159

160-
161-
version "2.3.3"
162-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.3.tgz#876ab4ca6891ba3b158b462686e88ff1fc622786"
160+
161+
version "2.3.4"
162+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.3.4.tgz#308fbfa95423f9bde6827376d9a85802fe93e28d"
163163
dependencies:
164164
"@types/zen-observable" "^0.5.3"
165-
apollo-cache "^1.1.10"
165+
apollo-cache "^1.1.11"
166166
apollo-link "^1.0.0"
167167
apollo-link-dedup "^1.0.0"
168-
apollo-utilities "^1.0.14"
168+
apollo-utilities "^1.0.15"
169169
symbol-observable "^1.0.2"
170170
zen-observable "^0.8.0"
171171
optionalDependencies:
@@ -210,9 +210,9 @@ apollo-utilities@^1.0.0:
210210
version "1.0.8"
211211
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.8.tgz#74d797d38953d2ba35e16f880326e2abcbc8b016"
212212

213-
apollo-utilities@^1.0.14:
214-
version "1.0.14"
215-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.14.tgz#39dc94b6fe827ab2857167545c7dafc11c2b6174"
213+
apollo-utilities@^1.0.15:
214+
version "1.0.15"
215+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.15.tgz#8f1ba6e4ed9b92cb0de2ce7c032315a768860aae"
216216
dependencies:
217217
fast-json-stable-stringify "^2.0.0"
218218

@@ -2846,11 +2846,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2:
28462846
version "4.1.11"
28472847
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
28482848

2849-
graphql-anywhere@^4.1.12:
2850-
version "4.1.12"
2851-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.12.tgz#1284ecce99d7bf060ad478b50970d9fbc53901d0"
2849+
graphql-anywhere@^4.1.13:
2850+
version "4.1.13"
2851+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.13.tgz#5314b879b0b7066e6835ad2f5716b4dae381dc63"
28522852
dependencies:
2853-
apollo-utilities "^1.0.14"
2853+
apollo-utilities "^1.0.15"
28542854

28552855
28562856
version "2.9.2"

0 commit comments

Comments
 (0)