|
35 | 35 | "ws": "^8.12.1"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@fastify/cookie": "^8.3.0", |
39 |
| - "@mercuriusjs/federation": "^2.0.0", |
40 |
| - "@mercuriusjs/gateway": "^1.2.0", |
| 38 | + "@fastify/cookie": "^10.0.0", |
| 39 | + "@mercuriusjs/federation": "^4.0.0", |
| 40 | + "@mercuriusjs/gateway": "^4.0.1", |
41 | 41 | "@types/cookie": "^0.5.1",
|
42 | 42 | "@types/node": "^14.18.37",
|
43 | 43 | "@types/readable-stream": "^2.3.15",
|
44 |
| - "@types/tap": "^15.0.8", |
45 |
| - "@types/ws": "^8.5.4", |
| 44 | + "@types/tap": "^15.0.12", |
| 45 | + "@types/ws": "^8.5.12", |
46 | 46 | "cross-env": "^7.0.3",
|
47 | 47 | "dotenv-cli": "^6.0.0",
|
48 |
| - "fastify": "^4.16.0", |
| 48 | + "fastify": "^5.0.0", |
49 | 49 | "graphql": "^16.6.0",
|
50 | 50 | "graphql-tag": "^2.12.6",
|
51 | 51 | "husky": "^8.0.3",
|
52 |
| - "mercurius": "^14.0.0", |
| 52 | + "mercurius": "^15.0.0", |
53 | 53 | "mqemitter": "^5.0.0",
|
54 | 54 | "prettier": "^2.8.4",
|
55 | 55 | "pretty-quick": "^3.1.3",
|
56 | 56 | "tap": "^16.3.4",
|
57 |
| - "ts-node": "^10.9.1", |
58 |
| - "typescript": "^4.9.5" |
| 57 | + "ts-node": "^10.9.2", |
| 58 | + "typescript": "^5.6.2" |
59 | 59 | },
|
60 | 60 | "peerDependencies": {
|
61 | 61 | "@mercuriusjs/federation": "^1 || ^2",
|
62 | 62 | "@mercuriusjs/gateway": "^1.2.0",
|
63 |
| - "fastify": "^4.0.0", |
| 63 | + "fastify": "^4.0.0 || ^5.0.0", |
64 | 64 | "graphql": "*",
|
65 |
| - "mercurius": "^12 || ^13 || ^14" |
| 65 | + "mercurius": "^12 || ^13 || ^14 || ^15" |
66 | 66 | },
|
67 | 67 | "peerDependenciesMeta": {
|
68 | 68 | "@mercuriusjs/federation": {
|
|
72 | 72 | "optional": true
|
73 | 73 | }
|
74 | 74 | },
|
75 |
| - "packageManager": "pnpm@7.32.2", |
| 75 | + "packageManager": "pnpm@9.10.0", |
76 | 76 | "engines": {
|
77 | 77 | "node": ">=14"
|
78 | 78 | }
|
|
0 commit comments