Skip to content

Commit

Permalink
feat: file upload extension (#937)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkuhrt authored Jun 30, 2024
1 parent b675624 commit 31e586e
Show file tree
Hide file tree
Showing 21 changed files with 1,198 additions and 395 deletions.
19 changes: 11 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"@molt/command": "^0.9.0",
"is-plain-obj": "^4.1.0",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand All @@ -103,21 +104,21 @@
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.15.3",
"@pothos/core": "^3.41.1",
"@pothos/plugin-simple-objects": "^3.7.0",
"@pothos/core": "^3.41.2",
"@pothos/plugin-simple-objects": "^3.7.1",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/json-bigint": "^1.0.4",
"@types/node": "^20.14.7",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@types/node": "^20.14.9",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"apollo-server-express": "^3.13.0",
"body-parser": "^1.20.2",
"doctoc": "^2.2.1",
"dripip": "^0.10.0",
"eslint": "^9.5.0",
"eslint": "^9.6.0",
"eslint-config-prisma": "^0.6.0",
"eslint-plugin-deprecation": "^3.0.0",
"eslint-plugin-only-warn": "^1.1.0",
Expand All @@ -130,13 +131,15 @@
"graphql": "^16.9.0",
"graphql-scalars": "^1.23.0",
"graphql-tag": "^2.12.6",
"graphql-upload-minimal": "^1.6.1",
"graphql-yoga": "^5.5.0",
"jsdom": "^24.1.0",
"json-bigint": "^1.0.0",
"publint": "^0.2.8",
"tsx": "^4.15.7",
"tsx": "^4.16.0",
"type-fest": "^4.20.1",
"typescript": "^5.5.2",
"typescript-eslint": "^7.13.1",
"typescript-eslint": "^7.14.1",
"vitest": "^1.6.0"
}
}
Loading

0 comments on commit 31e586e

Please sign in to comment.