Skip to content

Commit 8f21bf7

Browse files
committed
fix(examples): use locally built library version instead of published
1 parent c7619e2 commit 8f21bf7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

examples/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@apollo/client": "^3.3.6",
1414
"@react-native-async-storage/async-storage": "^1.13.2",
15-
"apollo3-cache-persist": "^0.10.0",
15+
"apollo3-cache-persist": "../../lib",
1616
"graphql": "^15.4.0",
1717
"react": "16.13.1",
1818
"react-native": "0.63.4",

examples/react-native/yarn.lock

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1570,10 +1570,8 @@ anymatch@^3.0.3:
15701570
normalize-path "^3.0.0"
15711571
picomatch "^2.0.4"
15721572

1573-
apollo3-cache-persist@^0.10.0:
1574-
version "0.10.0"
1575-
resolved "https://registry.yarnpkg.com/apollo3-cache-persist/-/apollo3-cache-persist-0.10.0.tgz#8dd186818898bd433a9952fe4055adf3f4fb16a4"
1576-
integrity sha512-3W558cKQ9OymUaLMD3Mv8FuUmIDu/GP6aJA+5iLH6fw5MxG4dwF09fFz8NBHn/qfa/zrxv8AtDzKehZUPm107A==
1573+
apollo3-cache-persist@../../lib:
1574+
version "0.0.0"
15771575

15781576
argparse@^1.0.7:
15791577
version "1.0.10"

0 commit comments

Comments
 (0)