PR-419367: updating packages.

This commit is contained in:
2023-03-02 14:25:20 +00:00
parent a45d1f1f40
commit c6a75249e6
2 changed files with 233 additions and 149 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.2.9",
"version": "1.2.10",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -34,7 +34,7 @@
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": {
"@graphql-tools/schema": "^9.0.16",
"body-parser": "^1.20.1",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
@ -54,15 +54,15 @@
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.0",
"@types/node": "^18.14.4",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.34.0",
"eslint": "^8.35.0",
"eslint-webpack-plugin": "^4.0.0",
"jest": "^29.4.3",
"nodemon": "^2.0.20",