Skip to content

Commit

Permalink
chore(graphql-api): upgrade code-gen to 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
NickBolles committed Sep 4, 2019
1 parent 4670d47 commit f3e0536
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/graphql-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"jest": "24.9.0",
"lodash": "4.17.15",
"nock": "10.0.6",
"ts-node": "8.3.0"
"ts-node": "8.3.0",
"typescript": "^3.5.3"
},
"peerDependencies": {
"@accounts/password": "^0.9.3",
Expand All @@ -62,5 +63,8 @@
"graphql-toolkit": "^0.5.10",
"request-ip": "2.1.3",
"tslib": "1.10.0"
},
"optionalDependencies": {
"type-graphql": "^0.17.5"
}
}

0 comments on commit f3e0536

Please sign in to comment.