|
33 | 33 | "@accounts/types": "^0.18.0",
|
34 | 34 | "@gql2ts/from-schema": "1.10.1",
|
35 | 35 | "@gql2ts/types": "1.9.0",
|
| 36 | + "@graphql-codegen/add": "^1.6.1", |
| 37 | + "@graphql-codegen/cli": "^1.6.1", |
| 38 | + "@graphql-codegen/typescript": "^1.6.1", |
| 39 | + "@graphql-codegen/typescript-operations": "^1.6.1", |
| 40 | + "@graphql-codegen/typescript-resolvers": "^1.6.1", |
| 41 | + "@graphql-codegen/typescript-type-graphql": "^1.6.1", |
36 | 42 | "@graphql-modules/core": "0.7.9",
|
37 |
| - "@types/graphql": "14.2.3", |
38 | 43 | "@types/jest": "24.0.16",
|
39 | 44 | "@types/request-ip": "0.0.33",
|
40 | 45 | "concurrently": "4.1.1",
|
41 | 46 | "graphql": "14.4.2",
|
42 |
| - "graphql-code-generator": "0.18.2", |
43 |
| - "graphql-codegen-add": "0.18.2", |
44 |
| - "graphql-codegen-typescript-common": "0.18.2", |
45 |
| - "graphql-codegen-typescript-resolvers": "0.18.2", |
46 |
| - "graphql-codegen-typescript-server": "0.18.2", |
47 | 47 | "graphql-tools": "4.0.5",
|
48 | 48 | "jest": "24.8.0",
|
49 | 49 | "lodash": "4.17.15",
|
50 | 50 | "nock": "10.0.6",
|
51 |
| - "ts-node": "8.3.0" |
| 51 | + "ts-node": "8.3.0", |
| 52 | + "typescript": "^3.5.3" |
52 | 53 | },
|
53 | 54 | "peerDependencies": {
|
54 | 55 | "@accounts/password": "^0.9.3",
|
|
62 | 63 | "graphql-toolkit": "^0.4.1",
|
63 | 64 | "request-ip": "2.1.3",
|
64 | 65 | "tslib": "1.10.0"
|
| 66 | + }, |
| 67 | + "optionalDependencies": { |
| 68 | + "type-graphql": "^0.17.5" |
65 | 69 | }
|
66 | 70 | }
|
0 commit comments