|
1 | 1 | {
|
2 | 2 | "name": "@nestjs/apollo",
|
3 |
| - "version": "10.0.13", |
| 3 | + "version": "10.1.0", |
4 | 4 | "description": "Nest - modern, fast, powerful node.js web framework (@apollo)",
|
5 | 5 | "author": "Kamil Mysliwiec",
|
6 | 6 | "license": "MIT",
|
|
15 | 15 | "url": "git+https://github.com/nestjs/graphql.git"
|
16 | 16 | },
|
17 | 17 | "scripts": {
|
18 |
| - "test:e2e": "jest --config ./tests/jest-e2e.ts --runInBand", |
| 18 | + "test:e2e": "jest --config ./tests/jest-e2e.ts --runInBand && yarn test:e2e:fed2", |
| 19 | + "test:e2e:fed2": "jest --config ./tests/jest-e2e-fed2.ts --runInBand", |
19 | 20 | "test:e2e:dev": "jest --config ./tests/jest-e2e.ts --runInBand --watch"
|
20 | 21 | },
|
21 | 22 | "bugs": {
|
22 | 23 | "url": "https://github.com/nestjs/graphql/issues"
|
23 | 24 | },
|
24 | 25 | "devDependencies": {
|
25 |
| - "@apollo/gateway": "0.51.0", |
26 |
| - "@nestjs/common": "8.4.5", |
27 |
| - "@nestjs/core": "8.4.5", |
28 |
| - "@nestjs/platform-express": "8.4.5", |
29 |
| - "@nestjs/platform-fastify": "8.4.5", |
30 |
| - "@nestjs/testing": "8.4.5", |
| 26 | + "@apollo/gateway": "0.52.1", |
| 27 | + "@apollo/gateway-v2": "npm:@apollo/[email protected]", |
| 28 | + "@apollo/subgraph-v2": "npm:@apollo/[email protected]", |
| 29 | + "@nestjs/common": "8.4.7", |
| 30 | + "@nestjs/core": "8.4.7", |
| 31 | + "@nestjs/platform-express": "8.4.7", |
| 32 | + "@nestjs/platform-fastify": "8.4.7", |
| 33 | + "@nestjs/testing": "8.4.7", |
31 | 34 | "apollo-cache-inmemory": "1.6.6",
|
32 | 35 | "apollo-client": "2.6.10",
|
33 | 36 | "apollo-link-ws": "1.0.20",
|
34 |
| - "apollo-server-core": "3.8.1", |
35 |
| - "apollo-server-express": "3.8.1", |
36 |
| - "apollo-server-fastify": "3.8.1", |
37 |
| - "apollo-server-plugin-response-cache": "3.6.0" |
| 37 | + "apollo-server-core": "3.10.2", |
| 38 | + "apollo-server-express": "3.10.2", |
| 39 | + "apollo-server-fastify": "3.10.2", |
| 40 | + "apollo-server-plugin-response-cache": "3.7.0", |
| 41 | + "graphql-16": "npm:[email protected]" |
38 | 42 | },
|
39 | 43 | "dependencies": {
|
40 | 44 | "iterall": "1.3.0",
|
|
43 | 47 | },
|
44 | 48 | "peerDependencies": {
|
45 | 49 | "@apollo/gateway": "^0.44.1 || ^0.46.0 || ^0.48.0 || ^0.49.0 || ^0.50.0 || ^2.0.0",
|
46 |
| - "@nestjs/common": "^8.2.3", |
47 |
| - "@nestjs/core": "^8.2.3", |
| 50 | + "@nestjs/common": "^8.2.3 || ^9.0.0", |
| 51 | + "@nestjs/core": "^8.2.3 || ^9.0.0", |
48 | 52 | "@nestjs/graphql": "^10.0.0",
|
49 | 53 | "apollo-server-core": "^3.5.0",
|
50 | 54 | "apollo-server-express": "^3.5.0",
|
51 |
| - "apollo-server-fastify": "^3.5.0" |
| 55 | + "apollo-server-fastify": "^3.5.0", |
| 56 | + "graphql": "^15.8.0 || ^16.0.0" |
52 | 57 | },
|
53 | 58 | "peerDependenciesMeta": {
|
54 | 59 | "@apollo/gateway": {
|
|
0 commit comments