|
84 | 84 | "@graphql-typed-document-node/core": "^3.2.0", |
85 | 85 | "@molt/command": "^0.9.0", |
86 | 86 | "dprint": "^0.45.1", |
87 | | - "zod": "^3.22.5" |
| 87 | + "zod": "^3.23.0" |
88 | 88 | }, |
89 | 89 | "peerDependencies": { |
90 | 90 | "graphql": "14 - 16" |
91 | 91 | }, |
92 | 92 | "devDependencies": { |
93 | 93 | "@pothos/core": "^3.41.1", |
94 | 94 | "@pothos/plugin-simple-objects": "^3.7.0", |
95 | | - "@tsconfig/node16": "^16.1.3", |
| 95 | + "@tsconfig/node18": "^18.2.4", |
| 96 | + "@tsconfig/strictest": "^2.0.5", |
96 | 97 | "@types/body-parser": "^1.19.5", |
97 | 98 | "@types/express": "^4.17.21", |
98 | 99 | "@types/json-bigint": "^1.0.4", |
99 | 100 | "@types/node": "^20.12.7", |
100 | | - "@typescript-eslint/eslint-plugin": "^7.7.0", |
101 | | - "@typescript-eslint/parser": "^7.7.0", |
| 101 | + "@typescript-eslint/eslint-plugin": "^7.7.1", |
| 102 | + "@typescript-eslint/parser": "^7.7.1", |
102 | 103 | "apollo-server-express": "^3.13.0", |
103 | 104 | "body-parser": "^1.20.2", |
104 | 105 | "doctoc": "^2.2.1", |
105 | 106 | "dripip": "^0.10.0", |
106 | | - "eslint": "^9.0.0", |
| 107 | + "eslint": "^9.1.1", |
107 | 108 | "eslint-config-prisma": "^0.6.0", |
108 | 109 | "eslint-plugin-deprecation": "^2.0.0", |
109 | 110 | "eslint-plugin-only-warn": "^1.1.0", |
|
119 | 120 | "happy-dom": "^14.7.1", |
120 | 121 | "json-bigint": "^1.0.0", |
121 | 122 | "tsx": "^4.7.2", |
122 | | - "type-fest": "^4.15.0", |
| 123 | + "type-fest": "^4.16.0", |
123 | 124 | "typescript": "^5.4.5", |
124 | | - "typescript-eslint": "^7.7.0", |
| 125 | + "typescript-eslint": "^7.7.1", |
125 | 126 | "vitest": "^1.5.0" |
126 | 127 | } |
127 | 128 | } |
0 commit comments