diff --git a/packages/sync/package.json b/packages/sync/package.json index 22c5ca88..7e09a7aa 100644 --- a/packages/sync/package.json +++ b/packages/sync/package.json @@ -48,22 +48,15 @@ "dependencies": { "@aerogear/core": "2.5.0", "apollo-cache-inmemory": "1.5.1", - "apollo-cache-persist": "0.1.1", + "apollo-cache-persist": "^0.1.1", "apollo-client": "2.5.1", - "apollo-link": "1.2.11", - "apollo-link-context": "1.0.17", - "apollo-link-error": "1.1.10", - "apollo-link-http": "1.5.14", - "apollo-link-retry": "2.2.13", - "apollo-link-ws": "1.0.17", - "apollo-upload-client": "10.0.1", - "offix-offline": "0.7.0-rc.1", "debug": "4.1.1", "graphql": "14.3.1", "graphql-tag": "2.10.1", "graphql-tools": "4.0.4", "idb-localstorage": "0.2.0", - "offix-cache": "0.6.0", + "offix-cache": "0.7.0-rc.1", + "offix-offline": "0.7.0-rc.1", "subscriptions-transport-ws": "0.9.16", "util": "0.12.0" }