Updating packages.

This commit is contained in:
2022-07-14 18:23:43 +00:00
parent 223a5a0429
commit b30a2dbcbb
2 changed files with 20 additions and 19 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@aleleba/create-node-ts-graphql-server",
"version": "1.0.14",
"version": "1.0.15",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -53,7 +53,7 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.6",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/node": "^18.0.4",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.6",
@ -66,7 +66,7 @@
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",
"ts-jest": "^28.0.6",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"webpack": "^5.73.0",