Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Oct 23, 2018. It is now read-only.

Commit 7d73d86

Browse files
renovate[bot]DevanB
authored andcommitted
fix(deps): update dependency apollo-client-preset to v1.0.8 (#89)
1 parent 2a2c37e commit 7d73d86

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

‎basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"preset": "jest-expo"
2020
},
2121
"dependencies": {
22-
"apollo-client-preset": "1.0.6",
22+
"apollo-client-preset": "1.0.8",
2323
"expo": "25.0.0",
2424
"graphql": "0.12.3",
2525
"graphql-tag": "2.6.1",

‎basic/yarn.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
component-type "^1.2.1"
6969
join-component "^1.1.0"
7070

71-
"@types/async@2.0.46":
72-
version "2.0.46"
73-
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.46.tgz#f13a6c336a6582b95d0c0269e796b709488fd54d"
71+
"@types/async@2.0.47":
72+
version "2.0.47"
73+
resolved "https://registry.yarnpkg.com/@types/async/-/async-2.0.47.tgz#f49ba1dd1f189486beb6e1d070a850f6ab4bd521"
7474

7575
"@types/zen-observable@0.5.3", "@types/zen-observable@^0.5.3":
7676
version "0.5.3"
@@ -218,43 +218,43 @@ anymatch@^1.3.0:
218218
micromatch "^2.1.5"
219219
normalize-path "^2.0.0"
220220

221-
apollo-cache-inmemory@^1.1.5:
222-
version "1.1.5"
223-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.5.tgz#74111367fd59caee120197ef663dcb2516971300"
221+
apollo-cache-inmemory@^1.1.7:
222+
version "1.1.7"
223+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.1.7.tgz#15e6200f70431414d29bd5f20e86d81739e26430"
224224
dependencies:
225-
apollo-cache "^1.1.0"
226-
apollo-utilities "^1.0.4"
227-
graphql-anywhere "^4.1.1"
225+
apollo-cache "^1.1.2"
226+
apollo-utilities "^1.0.6"
227+
graphql-anywhere "^4.1.3"
228228

229-
apollo-cache@^1.1.0:
230-
version "1.1.0"
231-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.0.tgz#281b6a0fb6ca2c5bce69825642f685de92d05f3c"
229+
apollo-cache@^1.1.2:
230+
version "1.1.2"
231+
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.2.tgz#b1843a0e01d3837239e9925cfaa1d786599b77a9"
232232
dependencies:
233-
apollo-utilities "^1.0.4"
233+
apollo-utilities "^1.0.6"
234234

235-
apollo-client-preset@1.0.6:
236-
version "1.0.6"
237-
resolved "https://registry.yarnpkg.com/apollo-client-preset/-/apollo-client-preset-1.0.6.tgz#c47fc3f316430ccbf580777a88d1e066b1e7892e"
235+
apollo-client-preset@1.0.8:
236+
version "1.0.8"
237+
resolved "https://registry.yarnpkg.com/apollo-client-preset/-/apollo-client-preset-1.0.8.tgz#23bd7176849d0d815f12c648774d009b258a449e"
238238
dependencies:
239-
apollo-cache-inmemory "^1.1.5"
240-
apollo-client "^2.1.0"
239+
apollo-cache-inmemory "^1.1.7"
240+
apollo-client "^2.2.2"
241241
apollo-link "^1.0.6"
242242
apollo-link-http "^1.3.1"
243243
graphql-tag "^2.4.2"
244244

245-
apollo-client@^2.1.0:
246-
version "2.2.0"
247-
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.0.tgz#e22c4ba3a3c01aec6dc916a5dbc0f39c58d277fb"
245+
apollo-client@^2.2.2:
246+
version "2.2.2"
247+
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.2.2.tgz#55d7b7a85d28161a6ecddd86cde8180be52193f6"
248248
dependencies:
249249
"@types/zen-observable" "^0.5.3"
250-
apollo-cache "^1.1.0"
250+
apollo-cache "^1.1.2"
251251
apollo-link "^1.0.0"
252252
apollo-link-dedup "^1.0.0"
253-
apollo-utilities "^1.0.4"
253+
apollo-utilities "^1.0.6"
254254
symbol-observable "^1.0.2"
255255
zen-observable "^0.7.0"
256256
optionalDependencies:
257-
"@types/async" "2.0.46"
257+
"@types/async" "2.0.47"
258258

259259
apollo-link-dedup@^1.0.0:
260260
version "1.0.5"
@@ -280,9 +280,9 @@ apollo-utilities@^1.0.0:
280280
version "1.0.3"
281281
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.3.tgz#bf435277609850dd442cf1d5c2e8bc6655eaa943"
282282

283-
apollo-utilities@^1.0.4:
284-
version "1.0.4"
285-
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.4.tgz#560009ea5541b9fdc4ee07ebb1714ee319a76c15"
283+
apollo-utilities@^1.0.6:
284+
version "1.0.6"
285+
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.6.tgz#7bfd7a702b5225c9a4591fe28c5899d9b5f08889"
286286

287287
append-transform@^0.4.0:
288288
version "0.4.0"
@@ -2567,11 +2567,11 @@ graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.3, graceful-fs@^4.1.6,
25672567
version "4.1.11"
25682568
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.11.tgz#0e8bdfe4d1ddb8854d64e04ea7c00e2a026e5658"
25692569

2570-
graphql-anywhere@^4.1.1:
2571-
version "4.1.1"
2572-
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.1.tgz#67924b67b053d1a23bc30d0e4c8db943c1d791a8"
2570+
graphql-anywhere@^4.1.3:
2571+
version "4.1.3"
2572+
resolved "https://registry.yarnpkg.com/graphql-anywhere/-/graphql-anywhere-4.1.3.tgz#ddd857d45d1538f55e8364c6c7a9016817a5ea92"
25732573
dependencies:
2574-
apollo-utilities "^1.0.4"
2574+
apollo-utilities "^1.0.6"
25752575

25762576
graphql-tag@2.6.1, graphql-tag@^2.4.2:
25772577
version "2.6.1"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /