diff --git a/examples/react-native/package.json b/examples/react-native/package.json index 99ea9b5c..db89f166 100644 --- a/examples/react-native/package.json +++ b/examples/react-native/package.json @@ -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", diff --git a/examples/react-native/yarn.lock b/examples/react-native/yarn.lock index 1c1d3929..b4544c3b 100644 --- a/examples/react-native/yarn.lock +++ b/examples/react-native/yarn.lock @@ -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"