@nest-boot/graphql 6.10.2 → 6.10.3
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.
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nest-boot/graphql",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"author": "d4rkcr0w <me@d4rkcr0w.com>",
|
|
6
6
|
"homepage": "",
|
|
@@ -14,38 +14,38 @@
|
|
|
14
14
|
"dist"
|
|
15
15
|
],
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@apollo/server": "^4.
|
|
17
|
+
"@apollo/server": "^4.11.2",
|
|
18
18
|
"graphql-query-complexity": "^1.0.0",
|
|
19
19
|
"lodash": "^4.17.21"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@mikro-orm/core": "^6.2
|
|
23
|
-
"@nest-boot/common": "^6.10.
|
|
24
|
-
"@nest-boot/database": "^6.
|
|
25
|
-
"@nest-boot/eslint-config": "^6.10.
|
|
26
|
-
"@nest-boot/eslint-plugin": "^6.10.
|
|
22
|
+
"@mikro-orm/core": "^6.4.2",
|
|
23
|
+
"@nest-boot/common": "^6.10.2",
|
|
24
|
+
"@nest-boot/database": "^6.17.1",
|
|
25
|
+
"@nest-boot/eslint-config": "^6.10.2",
|
|
26
|
+
"@nest-boot/eslint-plugin": "^6.10.2",
|
|
27
27
|
"@nest-boot/tsconfig": "^6.0.0",
|
|
28
|
-
"@nestjs/apollo": "^12.2.
|
|
29
|
-
"@nestjs/common": "^10.
|
|
30
|
-
"@nestjs/core": "^10.
|
|
31
|
-
"@nestjs/graphql": "^12.2.
|
|
28
|
+
"@nestjs/apollo": "^12.2.2",
|
|
29
|
+
"@nestjs/common": "^10.4.15",
|
|
30
|
+
"@nestjs/core": "^10.4.15",
|
|
31
|
+
"@nestjs/graphql": "^12.2.2",
|
|
32
32
|
"@types/express": "^4.17.17",
|
|
33
|
-
"@types/jest": "^29.5.
|
|
34
|
-
"@types/lodash": "^4.17.
|
|
35
|
-
"@types/node": "^20.
|
|
36
|
-
"dataloader": "^2.2.
|
|
37
|
-
"eslint": "^8.
|
|
38
|
-
"express": "^4.
|
|
39
|
-
"graphql": "^16.
|
|
40
|
-
"ioredis": "^5.4.
|
|
33
|
+
"@types/jest": "^29.5.14",
|
|
34
|
+
"@types/lodash": "^4.17.13",
|
|
35
|
+
"@types/node": "^20.17.10",
|
|
36
|
+
"dataloader": "^2.2.3",
|
|
37
|
+
"eslint": "^8.57.1",
|
|
38
|
+
"express": "^4.21.2",
|
|
39
|
+
"graphql": "^16.10.0",
|
|
40
|
+
"ioredis": "^5.4.2",
|
|
41
41
|
"jest": "^29.7.0",
|
|
42
42
|
"reflect-metadata": "^0.2.2",
|
|
43
43
|
"rxjs": "^7.8.1",
|
|
44
|
-
"ts-jest": "^29.2.
|
|
45
|
-
"typescript": "^5.
|
|
44
|
+
"ts-jest": "^29.2.5",
|
|
45
|
+
"typescript": "^5.7.2"
|
|
46
46
|
},
|
|
47
47
|
"optionalDependencies": {
|
|
48
|
-
"@nest-boot/logger": "^6.
|
|
48
|
+
"@nest-boot/logger": "^6.12.1"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
51
|
"@mikro-orm/core": "^6.0.0",
|
|
@@ -57,10 +57,10 @@
|
|
|
57
57
|
"express": "^4.0.0",
|
|
58
58
|
"graphql": "^16.0.0",
|
|
59
59
|
"ioredis": "^5.3.2",
|
|
60
|
-
"reflect-metadata": "^0.
|
|
60
|
+
"reflect-metadata": "^0.2.2",
|
|
61
61
|
"rxjs": "^7.0.0",
|
|
62
|
-
"@nest-boot/common": "^6.10.
|
|
63
|
-
"@nest-boot/database": "^6.
|
|
62
|
+
"@nest-boot/common": "^6.10.26.10.2",
|
|
63
|
+
"@nest-boot/database": "^6.17.16.17.1"
|
|
64
64
|
},
|
|
65
65
|
"publishConfig": {
|
|
66
66
|
"access": "public"
|