|
36 | 36 | "tsconfig-paths": "3.9.0" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@graphql-codegen/add": "1.17.7", |
40 | | - "@graphql-codegen/cli": "1.20.1", |
41 | | - "@graphql-codegen/typescript": "1.20.2", |
42 | | - "@graphql-codegen/typescript-mongodb": "1.18.0", |
43 | | - "@graphql-codegen/typescript-operations": "1.17.14", |
44 | | - "@graphql-codegen/typescript-resolvers": "1.18.1", |
| 39 | + "@graphql-codegen/add": "^4.0.1", |
| 40 | + "@graphql-codegen/cli": "^3.2.1", |
| 41 | + "@graphql-codegen/typescript": "^3.0.1", |
| 42 | + "@graphql-codegen/typescript-mongodb": "2.4.6", |
| 43 | + "@graphql-codegen/typescript-operations": "^3.0.1", |
| 44 | + "@graphql-codegen/typescript-resolvers": "^3.1.0", |
45 | 45 | "@graphql-tools/graphql-file-loader": "6.0.14", |
46 | 46 | "@graphql-tools/load": "6.0.14", |
47 | 47 | "@graphql-tools/merge": "6.0.14", |
48 | 48 | "@jest/globals": "26.1.0", |
49 | | - "@types/jest": "26.0.4", |
| 49 | + "@types/jest": "29.4.0", |
50 | 50 | "@types/node": "14.0.23", |
51 | 51 | "@types/shelljs": "0.8.8", |
52 | 52 | "@typescript-eslint/eslint-plugin": "4.5.0", |
|
58 | 58 | "eslint-plugin-import": "2.22.1", |
59 | 59 | "eslint-plugin-prettier": "3.1.4", |
60 | 60 | "chimp": "latest", |
61 | | - "chimp-graphql-codegen-plugin": "0.1.0", |
62 | | - "jest": "26.4.0", |
| 61 | + "chimp-graphql-codegen-plugin": "latest", |
| 62 | + "jest": "29.4.0", |
63 | 63 | "lint-staged": "10.2.11", |
64 | 64 | "nodemon": "2.0.4", |
65 | 65 | "prettier": "2.0.5", |
66 | 66 | "shelljs": "0.8.4", |
67 | 67 | "testdouble": "3.16.1", |
68 | 68 | "testdouble-jest": "2.0.0", |
69 | | - "ts-jest": "26.1.3", |
| 69 | + "ts-jest": "29.0.5", |
70 | 70 | "ts-node": "8.10.2", |
71 | 71 | "typescript": "4.7.4" |
72 | 72 | } |
|
0 commit comments