|
24 | 24 | "deploy-website": "cd website && yarn && yarn build && mkdir graphql-modules && mv build/* graphql-modules && mv graphql-modules build"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 |
| - "@apollo/federation": "0.36.1", |
28 |
| - "@babel/core": "7.18.13", |
29 |
| - "@babel/preset-env": "7.18.10", |
| 27 | + "@apollo/federation": "0.37.1", |
| 28 | + "@babel/core": "7.19.1", |
| 29 | + "@babel/preset-env": "7.19.1", |
30 | 30 | "@babel/preset-typescript": "7.18.6",
|
31 |
| - "@babel/plugin-proposal-decorators": "7.18.10", |
| 31 | + "@babel/plugin-proposal-decorators": "7.19.1", |
32 | 32 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
33 | 33 | "@changesets/cli": "2.24.4",
|
34 | 34 | "@changesets/changelog-github": "0.4.6",
|
35 |
| - "@envelop/graphql-modules": "3.5.0", |
36 |
| - "@graphql-tools/merge": "8.3.4", |
37 |
| - "@graphql-yoga/node": "2.13.11", |
38 |
| - "@types/benchmark": "2.1.1", |
39 |
| - "@types/express": "4.17.13", |
| 35 | + "@envelop/graphql-modules": "3.6.0", |
| 36 | + "@graphql-tools/merge": "8.3.6", |
| 37 | + "@graphql-yoga/node": "2.13.13", |
| 38 | + "@types/benchmark": "2.1.2", |
| 39 | + "@types/express": "4.17.14", |
40 | 40 | "@types/jest": "27.5.2",
|
41 |
| - "@types/node": "16.11.56", |
| 41 | + "@types/node": "16.11.59", |
42 | 42 | "@types/ramda": "0.28.15",
|
43 |
| - "@typescript-eslint/eslint-plugin": "5.35.1", |
44 |
| - "@typescript-eslint/parser": "5.35.1", |
| 43 | + "@typescript-eslint/eslint-plugin": "5.38.0", |
| 44 | + "@typescript-eslint/parser": "5.38.0", |
45 | 45 | "apollo-server": "3.10.2",
|
46 | 46 | "apollo-server-express": "3.10.2",
|
47 | 47 | "apollo-datasource-rest": "3.7.0",
|
|
53 | 53 | "bob-the-bundler": "1.7.3",
|
54 | 54 | "chalk": "4.1.2",
|
55 | 55 | "dataloader": "2.1.0",
|
56 |
| - "eslint": "8.22.0", |
| 56 | + "eslint": "8.23.1", |
57 | 57 | "express": "4.18.1",
|
58 | 58 | "express-graphql": "0.12.0",
|
59 | 59 | "globby": "11.1.0",
|
60 | 60 | "graphql": "16.6.0",
|
61 | 61 | "graphql-subscriptions": "2.0.0",
|
62 |
| - "graphql-ws": "5.10.1", |
| 62 | + "graphql-ws": "5.11.2", |
63 | 63 | "husky": "7.0.4",
|
64 | 64 | "jest": "27.5.1",
|
65 | 65 | "lint-staged": "13.0.3",
|
|
0 commit comments