feat(server): use graphql-upload to allow node > 12
parent
8e1d0cc6
No related branches found
No related tags found
Showing
- package.json 1 addition, 0 deletionspackage.json
- src/graphqlApi.js 4 additions, 0 deletionssrc/graphqlApi.js
- src/graphqlServer.js 1 addition, 0 deletionssrc/graphqlServer.js
- src/services/fileStorage.js 3 additions, 0 deletionssrc/services/fileStorage.js
- yarn.lock 344 additions, 348 deletionsyarn.lock
... | ... | @@ -51,6 +51,7 @@ |
"fs-extra": "^10.0.0", | ||
"graphql-middleware": "^4.0.2", | ||
"graphql-shield": "^7.4.1", | ||
"graphql-upload": "^13.0.0", | ||
"helmet": "^3.22.1", | ||
"http-status-codes": "^1.4.0", | ||
"lodash": "^4.17.20", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment