Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit b1fab7b

Browse files
authored
Merge pull request #4313 from withspectrum/depfu/update/mobile/yarn/apollo-cache-inmemory-1.3.11
[mobile] Update apollo-cache-inmemory: 1.3.10 → 1.3.11 (patch)
2 parents 2d9b165 + c56b4bc commit b1fab7b

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed

mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"dependencies": {
55
"@expo/react-native-action-sheet": "^1.1.2",
6-
"apollo-cache-inmemory": "^1.3.9",
6+
"apollo-cache-inmemory": "^1.3.11",
77
"@sentry/cli": "^1.36.4",
88
"apollo-client": "^2.4.7",
99
"apollo-link": "^1.2.4",

mobile/yarn.lock

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -943,29 +943,22 @@ anymatch@^2.0.0:
943943
micromatch "^3.1.4"
944944
normalize-path "^2.1.1"
945945

946-
apollo-cache-inmemory@^1.3.9:
947-
version "1.3.10"
948-
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.10.tgz#2e5375ad7ac0d30d59aaae3a2b5967673d0cf968"
949-
integrity sha512-cJL8xxX2iytludvxY4goxYJ41n8avXirAjQkEwgSvGqrEzC0PG2DwtHZZh1QTnRRuM1rgj4MKiUiX/Ykhc5L+Q==
946+
apollo-cache-inmemory@^1.3.11:
947+
version "1.3.11"
948+
resolved "https://registry.yarnpkg.com/apollo-cache-inmemory/-/apollo-cache-inmemory-1.3.11.tgz#6cb8f24ec812715169f9acbb0b67833f9a19ec90"
949+
integrity sha512-fSoyjBV5RV57J3i/VHDDB74ZgXc0PFiogheNFHEhC0mL6rg5e/DjTx0Vg+csIBk23gvlzTvV+eypx7Q2NJ+dYg==
950950
dependencies:
951-
apollo-cache "^1.1.20"
952-
apollo-utilities "^1.0.25"
951+
apollo-cache "^1.1.21"
952+
apollo-utilities "^1.0.26"
953953
optimism "^0.6.6"
954954

955-
955+
[email protected], apollo-cache@^1.1.21:
956956
version "1.1.21"
957957
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.21.tgz#950025e2272741ba8e5064419906e3ac4072925d"
958958
integrity sha512-5ErNb78KHtrJNimkDBTEigcvHkIqUmS7QJIk4lpZZ+XLVVgvk2fD+GhD1PLP+s8vHfAKVbO6vdbRxCCjGGrh5w==
959959
dependencies:
960960
apollo-utilities "^1.0.26"
961961

962-
apollo-cache@^1.1.20:
963-
version "1.1.20"
964-
resolved "https://registry.yarnpkg.com/apollo-cache/-/apollo-cache-1.1.20.tgz#6152cc4baf6a63e376efee79f75de4f5c84bf90e"
965-
integrity sha512-+Du0/4kUSuf5PjPx0+pvgMGV12ezbHA8/hubYuqRQoy/4AWb4faa61CgJNI6cKz2mhDd9m94VTNKTX11NntwkQ==
966-
dependencies:
967-
apollo-utilities "^1.0.25"
968-
969962
apollo-client@^2.4.7:
970963
version "2.4.7"
971964
resolved "https://registry.yarnpkg.com/apollo-client/-/apollo-client-2.4.7.tgz#b6712fd4c9ba346e3c44cfec7e6868e532b6a957"
@@ -1041,7 +1034,7 @@ [email protected], apollo-utilities@^1.0.26:
10411034
dependencies:
10421035
fast-json-stable-stringify "^2.0.0"
10431036

1044-
apollo-utilities@^1.0.0, apollo-utilities@^1.0.25:
1037+
apollo-utilities@^1.0.0:
10451038
version "1.0.25"
10461039
resolved "https://registry.yarnpkg.com/apollo-utilities/-/apollo-utilities-1.0.25.tgz#899b00f5f990fb451675adf84cb3de82eb6372ea"
10471040
integrity sha512-AXvqkhni3Ir1ffm4SA1QzXn8k8I5BBl4PVKEyak734i4jFdp+xgfUyi2VCqF64TJlFTA/B73TRDUvO2D+tKtZg==

0 commit comments

Comments
 (0)