|
27 | 27 | "tslib": "2.8.1"
|
28 | 28 | },
|
29 | 29 | "devDependencies": {
|
30 |
| - "@mercuriusjs/federation": "3.0.0", |
31 |
| - "@mercuriusjs/gateway": "3.0.1", |
32 |
| - "@nestjs/common": "10.4.15", |
33 |
| - "@nestjs/platform-fastify": "10.4.15", |
34 |
| - "@nestjs/testing": "10.4.15", |
35 |
| - "fastify": "4.29.0", |
36 |
| - "mercurius": "14.1.0", |
| 30 | + "@mercuriusjs/federation": "4.0.0", |
| 31 | + "@mercuriusjs/gateway": "4.0.0", |
| 32 | + "@nestjs/common": "^11.0.0-next.1", |
| 33 | + "@nestjs/platform-fastify": "^11.0.0-next.1", |
| 34 | + "@nestjs/testing": "^11.0.0-next.1", |
| 35 | + "fastify": "5.1.0", |
| 36 | + "mercurius": "15.1.0", |
37 | 37 | "mercurius-integration-testing": "9.0.0"
|
38 | 38 | },
|
39 | 39 | "peerDependencies": {
|
40 | 40 | "@apollo/subgraph": "^2.0.0",
|
41 |
| - "@mercuriusjs/federation": "^1.0.0 || ^2.0.0 || ^3.0.0", |
42 |
| - "@mercuriusjs/gateway": "^1.0.0 || ^2.0.0 || ^3.0.0", |
43 |
| - "@nestjs/common": "^9.3.8 || ^10.0.0", |
| 41 | + "@mercuriusjs/federation": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", |
| 42 | + "@mercuriusjs/gateway": "^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0", |
| 43 | + "@nestjs/common": "^9.3.8 || ^10.0.0 || ^11.0.0-next.1", |
44 | 44 | "@nestjs/graphql": "^12.0.0",
|
45 |
| - "fastify": "^4.12.0", |
| 45 | + "fastify": "^5.1.0", |
46 | 46 | "graphql": "^16.0.0",
|
47 |
| - "mercurius": "^12.0.0 || ^13.0.0 || ^14.0.0" |
| 47 | + "mercurius": "^12.0.0 || ^13.0.0 || ^14.0.0 || ^15.0.0" |
48 | 48 | },
|
49 | 49 | "peerDependenciesMeta": {
|
50 | 50 | "@apollo/subgraph": {
|
|
0 commit comments