Updating packages

This commit is contained in:
2022-05-31 13:39:23 +00:00
parent 52cb31e609
commit 9190288193
2 changed files with 101 additions and 101 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.0.5",
"version": "1.0.6",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -44,7 +44,7 @@
"graphql-tools": "^8.2.11",
"graphql-ws": "^5.8.2",
"web-push": "^3.5.0",
"ws": "^8.6.0"
"ws": "^8.7.0"
},
"devDependencies": {
"@babel/core": "^7.18.2",
@ -52,11 +52,11 @@
"@babel/preset-typescript": "^7.17.12",
"@babel/register": "^7.17.7",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/node": "^17.0.36",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",