PR-727730: Updating packages and fixing sending the response in the context.

This commit is contained in:
2023-03-28 19:41:45 +00:00
parent cdcca7c999
commit 5f76672332
4 changed files with 135 additions and 113 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.4.3",
"version": "1.5.0",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -36,12 +36,13 @@
"@graphql-tools/schema": "^9.0.17",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"graphql": "^16.6.0",
"graphql-http": "^1.16.0",
"graphql-http": "^1.17.0",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.3.19",
@ -61,13 +62,13 @@
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.5",
"@types/node": "^18.15.10",
"@types/supertest": "^2.0.12",
"@types/webpack": "^5.28.0",
"@types/webpack": "^5.28.1",
"@types/webpack-node-externals": "^3.0.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",