|
19 | 19 | "test:e2e": "jest --config ./test/jest-e2e.json"
|
20 | 20 | },
|
21 | 21 | "dependencies": {
|
22 |
| - "@mercuriusjs/gateway": "^3.0.1", |
23 |
| - "@nestjs/common": "10.3.2", |
| 22 | + "@mercuriusjs/gateway": "3.0.1", |
| 23 | + "@nestjs/common": "10.4.5", |
24 | 24 | "@nestjs/config": "3.2.3",
|
25 |
| - "@nestjs/core": "10.3.2", |
26 |
| - "@nestjs/graphql": "12.0.11", |
27 |
| - "@nestjs/mercurius": "12.0.11", |
28 |
| - "@nestjs/platform-fastify": "10.3.2", |
| 25 | + "@nestjs/core": "10.4.5", |
| 26 | + "@nestjs/graphql": "12.2.0", |
| 27 | + "@nestjs/mercurius": "12.2.0", |
| 28 | + "@nestjs/platform-fastify": "10.4.5", |
29 | 29 | "graphql": "16.8.1",
|
30 | 30 | "mercurius": "14.1.0",
|
31 | 31 | "reflect-metadata": "0.2.1",
|
32 | 32 | "rimraf": "3.0.2",
|
33 | 33 | "rxjs": "7.8.1"
|
34 | 34 | },
|
35 | 35 | "devDependencies": {
|
36 |
| - "@nestjs/cli": "10.3.2", |
37 |
| - "@nestjs/schematics": "10.1.1", |
| 36 | + "@nestjs/cli": "10.4.5", |
| 37 | + "@nestjs/schematics": "10.2.2", |
38 | 38 | "@nestjs/testing": "10.3.2",
|
39 | 39 | "@swc/cli": "0.4.0",
|
40 | 40 | "@swc/core": "1.7.1",
|
|
0 commit comments