@aleleba/create-node-ts-graphql-server 1.5.3 → 1.5.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +22 -22
package/README.md CHANGED
@@ -5,9 +5,9 @@ This project aims to have a starter kit for creating a new Node with typescript,
5
5
  Tech(Library or Framework) | Version |
6
6
  --- | --- |
7
7
  Jest (Testing) | 29.5.0
8
- Typescript | 5.0.4
8
+ Typescript | 5.1.3
9
9
  GraphQL | 16.6.0
10
- Type GraphQL | 2.0.0-beta.1
10
+ Type GraphQL | 2.0.0-beta.2
11
11
 
12
12
  ## Setup
13
13
  To create a new project run in the terminal:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aleleba/create-node-ts-graphql-server",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "Node with Typescript and GraphQL Server",
5
5
  "bin": "./bin/cli.js",
6
6
  "main": "index.js",
@@ -33,56 +33,56 @@
33
33
  },
34
34
  "homepage": "https://github.com/aleleba/node-ts-graphql-server#readme",
35
35
  "dependencies": {
36
- "@graphql-tools/schema": "^9.0.18",
36
+ "@graphql-tools/schema": "^10.0.0",
37
37
  "body-parser": "^1.20.2",
38
38
  "class-validator": "^0.14.0",
39
39
  "cookie-parse": "^0.4.0",
40
40
  "cookie-parser": "^1.4.6",
41
41
  "cors": "^2.8.5",
42
- "dotenv": "^16.0.3",
42
+ "dotenv": "^16.1.4",
43
43
  "express": "^4.18.2",
44
44
  "graphql": "^16.6.0",
45
- "graphql-http": "^1.18.0",
45
+ "graphql-http": "^1.19.0",
46
46
  "graphql-playground-middleware-express": "^1.7.23",
47
47
  "graphql-subscriptions": "^2.0.0",
48
- "graphql-tools": "^8.3.20",
49
- "graphql-ws": "^5.12.1",
48
+ "graphql-tools": "^9.0.0",
49
+ "graphql-ws": "^5.13.1",
50
50
  "reflect-metadata": "^0.1.13",
51
- "type-graphql": "^2.0.0-beta.1",
52
- "web-push": "^3.5.0",
51
+ "type-graphql": "^2.0.0-beta.2",
52
+ "web-push": "^3.6.2",
53
53
  "ws": "^8.13.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/core": "^7.21.4",
57
- "@babel/preset-env": "^7.21.4",
58
- "@babel/preset-typescript": "^7.21.4",
59
- "@babel/register": "^7.21.0",
56
+ "@babel/core": "^7.22.5",
57
+ "@babel/preset-env": "^7.22.5",
58
+ "@babel/preset-typescript": "^7.22.5",
59
+ "@babel/register": "^7.22.5",
60
60
  "@types/body-parser": "^1.19.2",
61
61
  "@types/cookie-parser": "^1.4.3",
62
62
  "@types/cors": "^2.8.13",
63
63
  "@types/express": "^4.17.17",
64
- "@types/jest": "^29.5.1",
65
- "@types/node": "^18.15.12",
64
+ "@types/jest": "^29.5.2",
65
+ "@types/node": "^20.3.1",
66
66
  "@types/supertest": "^2.0.12",
67
67
  "@types/webpack": "^5.28.1",
68
68
  "@types/webpack-node-externals": "^3.0.0",
69
- "@types/ws": "^8.5.4",
70
- "@typescript-eslint/eslint-plugin": "^5.59.0",
71
- "@typescript-eslint/parser": "^5.59.0",
69
+ "@types/ws": "^8.5.5",
70
+ "@typescript-eslint/eslint-plugin": "^5.59.11",
71
+ "@typescript-eslint/parser": "^5.59.11",
72
72
  "babel-loader": "^9.1.2",
73
73
  "clean-webpack-plugin": "^4.0.0",
74
74
  "compression-webpack-plugin": "^10.0.0",
75
- "eslint": "^8.38.0",
75
+ "eslint": "^8.42.0",
76
76
  "eslint-webpack-plugin": "^4.0.1",
77
77
  "jest": "^29.5.0",
78
78
  "nodemon": "^2.0.22",
79
79
  "resolve-ts-aliases": "^1.0.1",
80
80
  "supertest": "^6.3.3",
81
81
  "ts-jest": "^29.1.0",
82
- "ts-loader": "^9.4.2",
83
- "typescript": "^5.0.4",
84
- "webpack": "^5.80.0",
85
- "webpack-cli": "^5.0.1",
82
+ "ts-loader": "^9.4.3",
83
+ "typescript": "^5.1.3",
84
+ "webpack": "^5.87.0",
85
+ "webpack-cli": "^5.1.4",
86
86
  "webpack-manifest-plugin": "^5.0.0",
87
87
  "webpack-node-externals": "^3.0.0",
88
88
  "webpack-shell-plugin-next": "^2.3.1"