|
14 | 14 | "react-dom": "16.10.2"
|
15 | 15 | },
|
16 | 16 | "devDependencies": {
|
17 |
| - "@graphql-codegen/cli": "1.8.1", |
18 |
| - "@graphql-codegen/fragment-matcher": "1.8.1", |
19 |
| - "@graphql-codegen/introspection": "1.8.1", |
20 |
| - "@graphql-codegen/typescript": "1.8.1", |
21 |
| - "@graphql-codegen/typescript-operations": "1.8.1", |
22 |
| - "@graphql-codegen/typescript-react-apollo": "1.8.1", |
| 17 | + "@graphql-codegen/cli": "2.6.2", |
| 18 | + "@graphql-codegen/fragment-matcher": "3.2.1", |
| 19 | + "@graphql-codegen/introspection": "2.1.1", |
| 20 | + "@graphql-codegen/typescript": "2.4.11", |
| 21 | + "@graphql-codegen/typescript-operations": "2.4.0", |
| 22 | + "@graphql-codegen/typescript-react-apollo": "3.2.14", |
23 | 23 | "@types/graphql": "14.2.3",
|
24 |
| - "@types/node": "12.11.1", |
25 |
| - "@types/react": "16.9.7", |
26 |
| - "@types/react-dom": "16.9.2", |
| 24 | + "@types/node": "16.11.35", |
| 25 | + "@types/react": "18.0.9", |
| 26 | + "@types/react-dom": "18.0.4", |
27 | 27 | "@types/yaml": "1.2.0",
|
28 |
| - "dotenv": "8.2.0", |
29 |
| - "ts-node": "8.4.1", |
30 |
| - "typescript": "3.6.4", |
31 |
| - "yaml": "1.7.2" |
| 28 | + "dotenv": "16.0.1", |
| 29 | + "ts-node": "10.7.0", |
| 30 | + "typescript": "4.6.4", |
| 31 | + "yaml": "2.1.0" |
32 | 32 | },
|
33 | 33 | "scripts": {
|
34 | 34 | "codegen": "graphql-codegen --require dotenv/config"
|
|
0 commit comments