PR-093614: Updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2024-09-18 18:33:24 +00:00
parent 9831ff031c
commit fbb3e9fedb
Signed by: aleleba
GPG Key ID: F48D7CDEB47942BD
3 changed files with 599 additions and 380 deletions

View File

@ -5,9 +5,9 @@ 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.7.0 Jest (Testing) | 29.7.0
Typescript | 5.5.4 Typescript | 5.6.2
GraphQL | 16.9.0 GraphQL | 16.9.0
Type GraphQL | 2.0.0-beta.6 Type GraphQL | 2.0.0-rc.2
## Setup ## Setup
To create a new project run in the terminal: To create a new project run in the terminal:

953
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.5.16", "version": "1.5.17",
"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",
@ -34,13 +34,13 @@
"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": "^10.0.6", "@graphql-tools/schema": "^10.0.6",
"body-parser": "^1.20.2", "body-parser": "^1.20.3",
"class-validator": "^0.14.1", "class-validator": "^0.14.1",
"cookie-parse": "^0.4.0", "cookie-parse": "^0.4.0",
"cookie-parser": "^1.4.6", "cookie-parser": "^1.4.6",
"cors": "^2.8.5", "cors": "^2.8.5",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"express": "^4.19.2", "express": "^4.21.0",
"graphql": "^16.9.0", "graphql": "^16.9.0",
"graphql-http": "^1.22.1", "graphql-http": "^1.22.1",
"graphql-playground-middleware-express": "^1.7.23", "graphql-playground-middleware-express": "^1.7.23",
@ -61,26 +61,26 @@
"@types/cookie-parser": "^1.4.7", "@types/cookie-parser": "^1.4.7",
"@types/cors": "^2.8.17", "@types/cors": "^2.8.17",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/jest": "^29.5.12", "@types/jest": "^29.5.13",
"@types/node": "^22.5.1", "@types/node": "^22.5.5",
"@types/supertest": "^6.0.2", "@types/supertest": "^6.0.2",
"@types/webpack": "^5.28.5", "@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4", "@types/webpack-node-externals": "^3.0.4",
"@types/ws": "^8.5.12", "@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^8.3.0", "@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.3.0", "@typescript-eslint/parser": "^8.6.0",
"babel-loader": "^9.1.3", "babel-loader": "^9.2.1",
"clean-webpack-plugin": "^4.0.0", "clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^11.1.0", "compression-webpack-plugin": "^11.1.0",
"eslint": "^9.9.1", "eslint": "^9.10.0",
"eslint-webpack-plugin": "^4.2.0", "eslint-webpack-plugin": "^4.2.0",
"jest": "^29.7.0", "jest": "^29.7.0",
"nodemon": "^3.1.4", "nodemon": "^3.1.5",
"resolve-ts-aliases": "^1.0.1", "resolve-ts-aliases": "^1.0.1",
"supertest": "^7.0.0", "supertest": "^7.0.0",
"ts-jest": "^29.2.5", "ts-jest": "^29.2.5",
"ts-loader": "^9.5.1", "ts-loader": "^9.5.1",
"typescript": "^5.5.4", "typescript": "^5.6.2",
"webpack": "^5.94.0", "webpack": "^5.94.0",
"webpack-cli": "^5.1.4", "webpack-cli": "^5.1.4",
"webpack-manifest-plugin": "^5.0.0", "webpack-manifest-plugin": "^5.0.0",