Merge pull request #20 from aleleba/PR-729421

PR-729421: updating packages.
This commit is contained in:
Alejandro Lembke Barrientos 2023-02-20 18:25:22 -06:00 committed by GitHub
commit a45d1f1f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 966 additions and 985 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) | 29.4.2
Jest (Testing) | 29.4.3
Typescript | 4.9.5
GraphQL | 16.6.0

1926
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.2.8",
"version": "1.2.9",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -12,7 +12,8 @@
"lint": "eslint ./ --ext .js --ext .ts",
"lint:fix": "eslint ./ --ext .js --ext .ts --fix",
"test": "jest",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"check-updates": "npx npm-check-updates -u && npm i --legacy-peer-deps"
},
"repository": {
"type": "git",
@ -45,25 +46,25 @@
"graphql-tools": "^8.3.18",
"graphql-ws": "^5.11.3",
"web-push": "^3.5.0",
"ws": "^8.12.0"
"ws": "^8.12.1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@babel/preset-typescript": "^7.21.0",
"@babel/register": "^7.21.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"@types/node": "^18.14.0",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@types/webpack-node-externals": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.34.0",
"eslint-webpack-plugin": "^4.0.0",
"jest": "^29.4.2",
"jest": "^29.4.3",
"nodemon": "^2.0.20",
"supertest": "^6.3.3",
"ts-jest": "^29.0.5",