Skip to content

Commit

Permalink
fix(examples): use locally built library version instead of published
Browse files Browse the repository at this point in the history
  • Loading branch information
wodCZ committed Aug 10, 2021
1 parent c7619e2 commit 8f21bf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"@apollo/client": "^3.3.6",
"@react-native-async-storage/async-storage": "^1.13.2",
"apollo3-cache-persist": "^0.10.0",
"apollo3-cache-persist": "../../lib",
"graphql": "^15.4.0",
"react": "16.13.1",
"react-native": "0.63.4",
Expand Down
6 changes: 2 additions & 4 deletions examples/react-native/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1570,10 +1570,8 @@ anymatch@^3.0.3:
normalize-path "^3.0.0"
picomatch "^2.0.4"

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

argparse@^1.0.7:
version "1.0.10"
Expand Down

0 comments on commit 8f21bf7

Please sign in to comment.