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

Commit

Permalink
fix: add peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki committed Jul 10, 2019
1 parent 333ccd2 commit 908678e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/sync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,23 +41,21 @@
"chai": "4.2.0",
"del": "4.1.1",
"fetch-mock": "7.3.3",
"graphql": "14.4.2",
"mocha": "6.1.4",
"ts-node": "8.2.0",
"typescript": "3.4.5"
},
"dependencies": {
"@aerogear/core": "2.5.0",
"apollo-cache-inmemory": "1.5.1",
"apollo-cache-persist": "^0.1.1",
"apollo-client": "2.5.1",
"debug": "4.1.1",
"graphql": "14.3.1",
"graphql-tag": "2.10.1",
"graphql-tools": "4.0.4",
"apollo-cache-persist": "0.1.1",
"idb-localstorage": "0.2.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"
},
"peerDependencies": {
"graphql": "^0.12.0 || ^0.13.0 || ^14.0.0"
}
}

0 comments on commit 908678e

Please sign in to comment.