Merge pull request #35 from aleleba/PR-931211

PR-931211: updating packages.
This commit is contained in:
Alejandro Lembke Barrientos 2023-05-04 07:51:32 -06:00 committed by GitHub
commit 85f515ff11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 405 additions and 400 deletions

781
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.3",
"version": "1.5.4",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -33,7 +33,7 @@
},
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": {
"@graphql-tools/schema": "^9.0.18",
"@graphql-tools/schema": "^9.0.19",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"cookie-parse": "^0.4.0",
@ -49,30 +49,30 @@
"graphql-ws": "^5.12.1",
"reflect-metadata": "^0.1.13",
"type-graphql": "^2.0.0-beta.1",
"web-push": "^3.5.0",
"web-push": "^3.6.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-typescript": "^7.21.4",
"@babel/core": "^7.21.8",
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@babel/register": "^7.21.0",
"@types/body-parser": "^1.19.2",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.12",
"@types/node": "^18.16.3",
"@types/supertest": "^2.0.12",
"@types/webpack": "^5.28.1",
"@types/webpack-node-externals": "^3.0.0",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-webpack-plugin": "^4.0.1",
"jest": "^29.5.0",
"nodemon": "^2.0.22",
@ -81,8 +81,8 @@
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"typescript": "^5.0.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1",
"webpack": "^5.82.0",
"webpack-cli": "^5.0.2",
"webpack-manifest-plugin": "^5.0.0",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.3.1"