|
30 | 30 | "watch": "concurrently -r pnpm:test:watch \"wait-on coverage && serve coverage/lcov-report\" \"wait-on -s 1 tcp:5000 && open-cli http://localhost:5000\""
|
31 | 31 | },
|
32 | 32 | "dependencies": {
|
33 |
| - "@graphql-codegen/core": "^3.1.0", |
34 |
| - "@graphql-codegen/plugin-helpers": "^4.2.0", |
35 |
| - "@graphql-codegen/typed-document-node": "^4.0.1", |
36 |
| - "@graphql-codegen/typescript": "^3.0.4", |
37 |
| - "@graphql-codegen/typescript-operations": "^3.0.4", |
38 |
| - "@graphql-codegen/typescript-resolvers": "^3.2.1", |
39 |
| - "@graphql-codegen/visitor-plugin-common": "^3.1.1", |
| 33 | + "@graphql-codegen/core": "^4.0.2", |
| 34 | + "@graphql-codegen/plugin-helpers": "^5.1.0", |
| 35 | + "@graphql-codegen/typed-document-node": "^5.0.12", |
| 36 | + "@graphql-codegen/typescript": "^4.1.2", |
| 37 | + "@graphql-codegen/typescript-operations": "^4.4.0", |
| 38 | + "@graphql-codegen/typescript-resolvers": "^4.4.1", |
| 39 | + "@graphql-codegen/visitor-plugin-common": "^5.6.0", |
40 | 40 | "@graphql-tools/load-files": "^7.0.0",
|
41 | 41 | "@graphql-tools/utils": "^10.7.0",
|
42 | 42 | "@graphql-typed-document-node/core": "^3.2.0",
|
|
0 commit comments