|
82 | 82 | "dependencies": {
|
83 | 83 | "@graphql-typed-document-node/core": "^3.2.0",
|
84 | 84 | "@molt/command": "^0.9.0",
|
| 85 | + "is-plain-obj": "^4.1.0", |
85 | 86 | "zod": "^3.23.8"
|
86 | 87 | },
|
87 | 88 | "peerDependencies": {
|
|
103 | 104 | },
|
104 | 105 | "devDependencies": {
|
105 | 106 | "@arethetypeswrong/cli": "^0.15.3",
|
106 |
| - "@pothos/core": "^3.41.1", |
107 |
| - "@pothos/plugin-simple-objects": "^3.7.0", |
| 107 | + "@pothos/core": "^3.41.2", |
| 108 | + "@pothos/plugin-simple-objects": "^3.7.1", |
108 | 109 | "@tsconfig/node18": "^18.2.4",
|
109 | 110 | "@tsconfig/strictest": "^2.0.5",
|
110 | 111 | "@types/body-parser": "^1.19.5",
|
111 | 112 | "@types/express": "^4.17.21",
|
112 | 113 | "@types/json-bigint": "^1.0.4",
|
113 |
| - "@types/node": "^20.14.7", |
114 |
| - "@typescript-eslint/eslint-plugin": "^7.13.1", |
115 |
| - "@typescript-eslint/parser": "^7.13.1", |
| 114 | + "@types/node": "^20.14.9", |
| 115 | + "@typescript-eslint/eslint-plugin": "^7.14.1", |
| 116 | + "@typescript-eslint/parser": "^7.14.1", |
116 | 117 | "apollo-server-express": "^3.13.0",
|
117 | 118 | "body-parser": "^1.20.2",
|
118 | 119 | "doctoc": "^2.2.1",
|
119 | 120 | "dripip": "^0.10.0",
|
120 |
| - "eslint": "^9.5.0", |
| 121 | + "eslint": "^9.6.0", |
121 | 122 | "eslint-config-prisma": "^0.6.0",
|
122 | 123 | "eslint-plugin-deprecation": "^3.0.0",
|
123 | 124 | "eslint-plugin-only-warn": "^1.1.0",
|
|
130 | 131 | "graphql": "^16.9.0",
|
131 | 132 | "graphql-scalars": "^1.23.0",
|
132 | 133 | "graphql-tag": "^2.12.6",
|
| 134 | + "graphql-upload-minimal": "^1.6.1", |
| 135 | + "graphql-yoga": "^5.5.0", |
133 | 136 | "jsdom": "^24.1.0",
|
134 | 137 | "json-bigint": "^1.0.0",
|
135 | 138 | "publint": "^0.2.8",
|
136 |
| - "tsx": "^4.15.7", |
| 139 | + "tsx": "^4.16.0", |
137 | 140 | "type-fest": "^4.20.1",
|
138 | 141 | "typescript": "^5.5.2",
|
139 |
| - "typescript-eslint": "^7.13.1", |
| 142 | + "typescript-eslint": "^7.14.1", |
140 | 143 | "vitest": "^1.6.0"
|
141 | 144 | }
|
142 | 145 | }
|
0 commit comments