Skip to content

Commit 31e586e

Browse files
authored
feat: file upload extension (#937)
1 parent b675624 commit 31e586e

File tree

21 files changed

+1198
-395
lines changed

21 files changed

+1198
-395
lines changed

package.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"dependencies": {
8383
"@graphql-typed-document-node/core": "^3.2.0",
8484
"@molt/command": "^0.9.0",
85+
"is-plain-obj": "^4.1.0",
8586
"zod": "^3.23.8"
8687
},
8788
"peerDependencies": {
@@ -103,21 +104,21 @@
103104
},
104105
"devDependencies": {
105106
"@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",
108109
"@tsconfig/node18": "^18.2.4",
109110
"@tsconfig/strictest": "^2.0.5",
110111
"@types/body-parser": "^1.19.5",
111112
"@types/express": "^4.17.21",
112113
"@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",
116117
"apollo-server-express": "^3.13.0",
117118
"body-parser": "^1.20.2",
118119
"doctoc": "^2.2.1",
119120
"dripip": "^0.10.0",
120-
"eslint": "^9.5.0",
121+
"eslint": "^9.6.0",
121122
"eslint-config-prisma": "^0.6.0",
122123
"eslint-plugin-deprecation": "^3.0.0",
123124
"eslint-plugin-only-warn": "^1.1.0",
@@ -130,13 +131,15 @@
130131
"graphql": "^16.9.0",
131132
"graphql-scalars": "^1.23.0",
132133
"graphql-tag": "^2.12.6",
134+
"graphql-upload-minimal": "^1.6.1",
135+
"graphql-yoga": "^5.5.0",
133136
"jsdom": "^24.1.0",
134137
"json-bigint": "^1.0.0",
135138
"publint": "^0.2.8",
136-
"tsx": "^4.15.7",
139+
"tsx": "^4.16.0",
137140
"type-fest": "^4.20.1",
138141
"typescript": "^5.5.2",
139-
"typescript-eslint": "^7.13.1",
142+
"typescript-eslint": "^7.14.1",
140143
"vitest": "^1.6.0"
141144
}
142145
}

0 commit comments

Comments
 (0)