Skip to content

Commit

Permalink
fix: Deps
Browse files Browse the repository at this point in the history
  • Loading branch information
simonas-notcat committed Nov 14, 2019
1 parent 6b4b6fc commit a230eba
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions packages/daf-trust-graph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,15 @@
"daf-core": "^0.0.19",
"debug": "^4.1.1",
"did-jwt": "^3.0.0",
"graphql-tag": "^2.10.1"
"graphql-tag": "^2.10.1",
"graphql": "^14.0.0",
"subscriptions-transport-ws": "^0.9.0"
},
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/ws": "^6.0.3",
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"subscriptions-transport-ws": "^0.9.0",
"typescript": "^3.7.2"
},
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0",
"subscriptions-transport-ws": "^0.9.0"
},
"files": [
"build/**/*",
"src/**/*",
Expand Down

0 comments on commit a230eba

Please sign in to comment.