PR-248945: Updating packages.

This commit is contained in:
Alejandro Lembke Barrientos 2022-12-05 17:08:55 +00:00
parent 8a90d7d31a
commit 5e14545473
3 changed files with 1468 additions and 1907 deletions

View File

@ -4,8 +4,8 @@ This project aims to have a starter kit for creating a new Node with typescript,
Tech(Library or Framework) | Version |
--- | --- |
Jest (Testing) | 29.1.2
Typescript | 4.8.4
Jest (Testing) | 29.3.1
Typescript | 4.9.3
GraphQL | 16.6.0
## Setup

3331
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.3",
"version": "1.2.4",
"description": "Node with Typescript and GraphQL Server",
"bin": "./bin/cli.js",
"main": "index.js",
@ -32,47 +32,47 @@
},
"homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
"dependencies": {
"@graphql-tools/schema": "^9.0.4",
"@graphql-tools/schema": "^9.0.10",
"body-parser": "^1.20.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"graphql": "^16.6.0",
"graphql-playground-middleware-express": "^1.7.23",
"graphql-subscriptions": "^2.0.0",
"graphql-tools": "^8.3.6",
"graphql-tools": "^8.3.12",
"graphql-ws": "^5.11.2",
"web-push": "^3.5.0",
"ws": "^8.9.0"
"ws": "^8.11.0"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/core": "^7.20.5",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@babel/register": "^7.18.9",
"@types/jest": "^29.1.2",
"@types/node": "^18.8.3",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.10",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^2.5.3",
"@typescript-eslint/eslint-plugin": "^5.39.0",
"@typescript-eslint/parser": "^5.39.0",
"babel-loader": "^8.2.5",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"babel-loader": "^9.1.0",
"clean-webpack-plugin": "^4.0.0",
"compression-webpack-plugin": "^10.0.0",
"eslint": "^8.25.0",
"eslint": "^8.29.0",
"eslint-webpack-plugin": "^3.2.0",
"jest": "^29.1.2",
"jest": "^29.3.1",
"nodemon": "^2.0.20",
"supertest": "^6.3.0",
"supertest": "^6.3.2",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
"typescript": "^4.8.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"ts-loader": "^9.4.2",
"typescript": "^4.9.3",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.0",
"webpack-manifest-plugin": "^5.0.0",
"webpack-node-externals": "^3.0.0",
"webpack-shell-plugin-next": "^2.2.2"
"webpack-shell-plugin-next": "^2.3.1"
}
}