|
7 | 7 | "codegen": "graphql-let",
|
8 | 8 | "dev": "yarn codegen && next",
|
9 | 9 | "build": "yarn codegen && next build",
|
| 10 | + "test": "yarn codegen && jest", |
10 | 11 | "start": "next start"
|
11 | 12 | },
|
12 | 13 | "dependencies": {
|
13 |
| - "@apollo/react-common": "3.1.4", |
14 |
| - "@apollo/react-components": "^3.1.5", |
15 |
| - "@apollo/react-hooks": "3.1.5", |
16 |
| - "apollo-cache": "^1.3.5", |
17 |
| - "apollo-cache-inmemory": "^1.6.6", |
18 |
| - "apollo-client": "^2.6.10", |
19 |
| - "apollo-link": "1.2.14", |
20 |
| - "apollo-link-http": "1.5.17", |
21 |
| - "apollo-link-schema": "1.2.5", |
22 |
| - "apollo-server-micro": "^2.14.2", |
23 |
| - "apollo-utilities": "^1.3.3", |
24 |
| - "graphql": "^14.6.0", |
25 |
| - "graphql-tag": "^2.10.3", |
| 14 | + "@apollo/client": "^3.1.3", |
| 15 | + "@graphql-tools/load-files": "6.0.18", |
| 16 | + "@graphql-tools/merge": "6.0.18", |
| 17 | + "@graphql-tools/schema": "6.0.18", |
| 18 | + "apollo-server-micro": "^2.16.1", |
| 19 | + "graphql": "15.3.0", |
26 | 20 | "next": "latest",
|
27 | 21 | "react": "^16.13.1",
|
28 | 22 | "react-dom": "^16.13.1"
|
29 | 23 | },
|
30 | 24 | "devDependencies": {
|
31 |
| - "@graphql-codegen/cli": "^1.15.1", |
32 |
| - "@graphql-codegen/plugin-helpers": "^1.15.1", |
33 |
| - "@graphql-codegen/typescript": "^1.13.3", |
34 |
| - "@graphql-codegen/typescript-operations": "^1.13.3", |
35 |
| - "@graphql-codegen/typescript-react-apollo": "^1.13.3", |
36 |
| - "@graphql-codegen/typescript-resolvers": "^1.15.1", |
37 |
| - "@types/react": "^16.9.34", |
38 |
| - "@types/react-dom": "^16.9.7", |
| 25 | + "@graphql-codegen/cli": "^1.17.8", |
| 26 | + "@graphql-codegen/plugin-helpers": "^1.17.8", |
| 27 | + "@graphql-codegen/typescript": "^1.17.8", |
| 28 | + "@graphql-codegen/typescript-operations": "^1.17.8", |
| 29 | + "@graphql-codegen/typescript-react-apollo": "^2.0.6", |
| 30 | + "@graphql-codegen/typescript-resolvers": "^1.17.8", |
| 31 | + "@types/react": "^16.9.46", |
| 32 | + "@types/react-dom": "^16.9.8", |
| 33 | + "@types/react-test-renderer": "16.9.3", |
| 34 | + "babel-jest": "26.3.0", |
39 | 35 | "graphql-let": "0.x",
|
40 |
| - "typescript": "^3.8.3" |
| 36 | + "graphql-tag": "2.11.0", |
| 37 | + "jest": "26.4.0", |
| 38 | + "react-test-renderer": "16.13.1", |
| 39 | + "typescript": "^3.9.7", |
| 40 | + "yaml-loader": "0.6.0" |
41 | 41 | }
|
42 | 42 | }
|
0 commit comments