PR-323999: Update package.json dependencies.

This commit is contained in:
2024-01-19 21:13:07 +00:00
parent f3e2f6993e
commit 7806e69eec
2 changed files with 241 additions and 256 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.5.13",
"version": "1.5.14",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -35,11 +35,11 @@
"dependencies": {
"@graphql-tools/schema": "^10.0.2",
"body-parser": "^1.20.2",
"class-validator": "^0.14.0",
"class-validator": "^0.14.1",
"cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"graphql": "^16.8.1",
"graphql-http": "^1.22.0",
@ -49,12 +49,12 @@
"graphql-ws": "^5.14.3",
"reflect-metadata": "^0.2.1",
"type-graphql": "^2.0.0-beta.3",
"web-push": "^3.6.6",
"web-push": "^3.6.7",
"ws": "^8.16.0"
},
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/preset-env": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-typescript": "^7.23.3",
"@babel/register": "^7.23.7",
"@types/body-parser": "^1.19.5",
@ -62,22 +62,22 @@
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.6",
"@types/node": "^20.11.5",
"@types/supertest": "^6.0.2",
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"compression-webpack-plugin": "^11.0.0",
"eslint": "^8.56.0",
"eslint-webpack-plugin": "^4.0.1",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"nodemon": "^3.0.3",
"resolve-ts-aliases": "^1.0.1",
"supertest": "^6.3.3",
"supertest": "^6.3.4",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",