PR-066662: updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2022-10-08 07:39:14 +00:00
parent ded442f09f
commit a1c7549011
3 changed files with 771 additions and 714 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 | Tech(Library or Framework) | Version |
--- | --- | --- | --- |
Jest (Testing) | 29.1.1 Jest (Testing) | 29.1.2
Typescript | 4.8.4 Typescript | 4.8.4
GraphQL | 16.6.0 GraphQL | 16.6.0

1465
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", "name": "@aleleba/create-node-ts-graphql-server",
"version": "1.2.2", "version": "1.2.3",
"description": "Node with Typescript and GraphQL Server", "description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js", "bin": "./bin/cli.js",
"main": "index.js", "main": "index.js",
@ -33,7 +33,7 @@
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme", "homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": { "dependencies": {
"@graphql-tools/schema": "^9.0.4", "@graphql-tools/schema": "^9.0.4",
"body-parser": "^1.20.0", "body-parser": "^1.20.1",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
@ -52,20 +52,20 @@
"@babel/preset-env": "^7.19.3", "@babel/preset-env": "^7.19.3",
"@babel/preset-typescript": "^7.18.6", "@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9", "@babel/register": "^7.18.9",
"@types/jest": "^29.1.0", "@types/jest": "^29.1.2",
"@types/node": "^18.7.23", "@types/node": "^18.8.3",
"@types/webpack": "^5.28.0", "@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3", "@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.38.1", "@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.38.1", "@typescript-eslint/parser": "^5.39.0",
"babel-loader": "^8.2.5", "babel-loader": "^8.2.5",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0", "compression-webpack-plugin": "^10.0.0",
"eslint": "^8.24.0", "eslint": "^8.25.0",
"eslint-webpack-plugin": "^3.2.0", "eslint-webpack-plugin": "^3.2.0",
"jest": "^29.1.1", "jest": "^29.1.2",
"nodemon": "^2.0.20", "nodemon": "^2.0.20",
"supertest": "^6.2.4", "supertest": "^6.3.0",
"ts-jest": "^29.0.3", "ts-jest": "^29.0.3",
"ts-loader": "^9.4.1", "ts-loader": "^9.4.1",
"typescript": "^4.8.4", "typescript": "^4.8.4",