Skip to content

Commit 62419be

Browse files
renovate-botrenovate[bot]
authored andcommitted
fix(deps): update dependency graphql-tag to v2.9.2
1 parent 71cbd55 commit 62419be

2 files changed

Lines changed: 44 additions & 5 deletions

File tree

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-babel": "4.1.2",
2727
"eslint-plugin-prettier": "2.6.0",
2828
"graphql": "0.13.2",
29-
"graphql-tag": "2.9.1",
29+
"graphql-tag": "2.9.2",
3030
"react": "16.3.2",
3131
"react-apollo": "2.1.3",
3232
"react-dom": "16.3.2",

advanced/yarn.lock

Lines changed: 43 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,26 @@ anymatch@^1.3.0:
146146
micromatch "^2.1.5"
147147
normalize-path "^2.0.0"
148148

149+
apollo-boost@0.1.4:
150+
version "0.1.4"
151+
resolved "https://registry.yarnpkg.com/apollo-boost/-/apollo-boost-0.1.4.tgz#c17ce6cd17f5c2859e06880aab9af0265fc929e2"
152+
dependencies:
153+
apollo-cache-inmemory "^1.1.12"
154+
apollo-client "^2.2.8"
155+
apollo-link "^1.0.6"
156+
apollo-link-error "^1.0.3"
157+
apollo-link-http "^1.3.1"
158+
apollo-link-state "^0.4.0"
159+
graphql-tag "^2.4.2"
160+
161+
apollo-cache-inmemory@^1.1.12:
162+
version "1.1.12"
163+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.12.tgz#ab489bf046b3e026556ab28bdebb6e010cac9531"
164+
dependencies:
165+
apollo-cache "^1.1.7"
166+
apollo-utilities "^1.0.11"
167+
graphql-anywhere "^4.1.8"
168+
149169
apollo-cache-inmemory@^1.1.7:
150170
version "1.1.9"
151171
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.9.tgz#8bcd05e8ec4e7dc5ffda7f68252244cab3197b71"
@@ -176,7 +196,7 @@ apollo-client-preset@1.0.8:
176196
apollo-link-http "^1.3.1"
177197
graphql-tag "^2.4.2"
178198

179-
apollo-client@2.2.8:
199+
apollo-client@2.2.8, apollo-client@^2.2.8:
180200
version "2.2.8"
181201
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.8.tgz#b604d31ab2d2dd00db3105d8793b93ee02ce567e"
182202
dependencies:
@@ -210,12 +230,25 @@ apollo-link-dedup@^1.0.0:
210230
dependencies:
211231
apollo-link "^1.1.0"
212232

233+
apollo-link-error@^1.0.3:
234+
version "1.0.9"
235+
resolved "https://registry.yarnpkg.com/apollo-link-error/-/apollo-link-error-1.0.9.tgz#83bbe019a3bca7c602c399889b313a7e5e22713f"
236+
dependencies:
237+
apollo-link "^1.2.2"
238+
213239
apollo-link-http@^1.3.1:
214240
version "1.3.3"
215241
resolved "https://registry.yarnpkg.com/apollo-link-http/-/apollo-link-http-1.3.3.tgz#cb792c73266607e6361c8c1cc4dd42d405ca08f1"
216242
dependencies:
217243
apollo-link "^1.1.0"
218244

245+
apollo-link-state@^0.4.0:
246+
version "0.4.1"
247+
resolved "https://registry.yarnpkg.com/apollo-link-state/-/apollo-link-state-0.4.1.tgz#65e9e0e12c67936b8c4b12b8438434f393104579"
248+
dependencies:
249+
apollo-utilities "^1.0.8"
250+
graphql-anywhere "^4.1.0-alpha.0"
251+
219252
apollo-link-ws@1.0.8:
220253
version "1.0.8"
221254
resolved "https://registry.yarnpkg.com/apollo-link-ws/-/apollo-link-ws-1.0.8.tgz#ac1de8f29e92418728479a9a523af9f75b9ccc8b"
@@ -3142,15 +3175,21 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.4, graceful-fs@^4.1.6,
31423175
version "4.1.11"
31433176
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
31443177

3178+
graphql-anywhere@^4.1.0-alpha.0, graphql-anywhere@^4.1.8:
3179+
version "4.1.8"
3180+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.8.tgz#23882e6a16ec824febbe5bca40937cdd76c5acdc"
3181+
dependencies:
3182+
apollo-utilities "^1.0.11"
3183+
31453184
graphql-anywhere@^4.1.5:
31463185
version "4.1.5"
31473186
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.5.tgz#552ccd27b79a13a899022e20f658a2c2cb75e251"
31483187
dependencies:
31493188
apollo-utilities "^1.0.8"
31503189

3151-
graphql-tag@2.9.1:
3152-
version "2.9.1"
3153-
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.1.tgz#1ab090ef7d3518b06d8c97d1393672145fe91587"
3190+
graphql-tag@2.9.2:
3191+
version "2.9.2"
3192+
resolved "https://registry.yarnpkg.com/graphql-tag/-/graphql-tag-2.9.2.tgz#2f60a5a981375f430bf1e6e95992427dc18af686"
31543193

31553194
graphql-tag@^2.4.2:
31563195
version "2.7.3"

0 commit comments

Comments
 (0)