Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
fix: Use upstream cache persist
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed May 15, 2019
1 parent 316b5cc commit e839c92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"dependencies": {
"@aerogear/core": "2.5.0-rc1",
"@graphqlheroes/apollo-cache-persist": "0.1.2",
"apollo-cache-persist": "0.1.1",
"apollo-cache-inmemory": "1.5.1",
"apollo-client": "2.5.1",
"apollo-link": "1.2.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/sync/src/offline/storage/defaultStorage.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Store } from "idb-localstorage";
import { persistCache } from "@graphqlheroes/apollo-cache-persist";
import { persistCache } from "apollo-cache-persist";
import { InMemoryCache } from "apollo-cache-inmemory";
import { PersistedData, PersistentStore } from "./PersistentStore";

Expand Down

0 comments on commit e839c92

Please sign in to comment.