Skip to content

Commit f3e0536

Browse files
committed
chore(graphql-api): upgrade code-gen to 1.x
1 parent 4670d47 commit f3e0536

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

packages/graphql-api/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"jest": "24.9.0",
4949
"lodash": "4.17.15",
5050
"nock": "10.0.6",
51-
"ts-node": "8.3.0"
51+
"ts-node": "8.3.0",
52+
"typescript": "^3.5.3"
5253
},
5354
"peerDependencies": {
5455
"@accounts/password": "^0.9.3",
@@ -62,5 +63,8 @@
6263
"graphql-toolkit": "^0.5.10",
6364
"request-ip": "2.1.3",
6465
"tslib": "1.10.0"
66+
},
67+
"optionalDependencies": {
68+
"type-graphql": "^0.17.5"
6569
}
6670
}

0 commit comments

Comments
 (0)