Updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2022-07-13 18:47:22 +00:00
parent 0124cbcd67
commit 223a5a0429
3 changed files with 759 additions and 679 deletions

View File

@ -4,7 +4,7 @@ This project aims to have a starter kit for creating a new Node with typescript,
Tech(Library or Framework) | Version |
--- | --- |
Jest (Testing) | 28.1.2
Jest (Testing) | 28.1.3
Typescript | 4.7.4
GraphQL | 16.5.0

1426
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.0.13",
"version": "1.0.14",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -52,18 +52,18 @@
"@babel/preset-env": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.6",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.3",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.19.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^28.1.2",
"jest": "^28.1.3",
"nodemon": "^2.0.19",
"supertest": "^6.2.4",
"ts-jest": "^28.0.5",