|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
27 | 27 | "@apollo/federation": "0.38.1",
|
28 |
| - "@babel/core": "7.23.5", |
29 |
| - "@babel/preset-env": "7.23.5", |
30 |
| - "@babel/preset-typescript": "7.23.3", |
31 |
| - "@babel/plugin-proposal-decorators": "7.23.5", |
| 28 | + "@babel/core": "7.24.4", |
| 29 | + "@babel/preset-env": "7.24.4", |
| 30 | + "@babel/preset-typescript": "7.24.1", |
| 31 | + "@babel/plugin-proposal-decorators": "7.24.1", |
32 | 32 | "@babel/plugin-proposal-class-properties": "7.18.6",
|
33 | 33 | "@changesets/cli": "2.27.1",
|
34 | 34 | "@changesets/changelog-github": "0.5.0",
|
35 | 35 | "@envelop/graphql-modules": "5.0.3",
|
36 |
| - "@graphql-tools/merge": "9.0.1", |
| 36 | + "@graphql-tools/merge": "9.0.3", |
37 | 37 | "@graphql-yoga/node": "3.9.1",
|
38 | 38 | "@types/benchmark": "2.1.5",
|
39 |
| - "graphql-jit": "0.8.4", |
| 39 | + "graphql-jit": "0.8.6", |
40 | 40 | "@types/express": "4.17.21",
|
41 |
| - "@types/jest": "29.5.11", |
42 |
| - "@types/node": "20.10.3", |
43 |
| - "@types/ramda": "0.29.9", |
44 |
| - "@typescript-eslint/eslint-plugin": "6.13.2", |
45 |
| - "@typescript-eslint/parser": "6.13.2", |
| 41 | + "@types/jest": "29.5.12", |
| 42 | + "@types/node": "20.12.7", |
| 43 | + "@types/ramda": "0.29.12", |
| 44 | + "@typescript-eslint/eslint-plugin": "6.21.0", |
| 45 | + "@typescript-eslint/parser": "6.21.0", |
46 | 46 | "apollo-server": "3.13.0",
|
47 | 47 | "apollo-server-express": "3.13.0",
|
48 | 48 | "apollo-datasource-rest": "3.7.0",
|
|
54 | 54 | "bob-the-bundler": "1.7.3",
|
55 | 55 | "chalk": "4.1.2",
|
56 | 56 | "dataloader": "2.2.2",
|
57 |
| - "eslint": "8.55.0", |
| 57 | + "eslint": "8.57.0", |
58 | 58 | "express": "4.18.2",
|
59 | 59 | "express-graphql": "0.12.0",
|
60 |
| - "globby": "14.0.0", |
| 60 | + "globby": "14.0.1", |
61 | 61 | "graphql": "16.8.1",
|
62 | 62 | "graphql-subscriptions": "2.0.0",
|
63 |
| - "graphql-ws": "5.14.2", |
| 63 | + "graphql-ws": "5.16.0", |
64 | 64 | "husky": "8.0.3",
|
65 | 65 | "jest": "29.7.0",
|
66 |
| - "lint-staged": "15.2.0", |
| 66 | + "lint-staged": "15.2.2", |
67 | 67 | "patch-package": "8.0.0",
|
68 |
| - "prettier": "3.1.0", |
69 |
| - "reflect-metadata": "0.1.13", |
70 |
| - "ts-jest": "29.1.1", |
71 |
| - "ts-node": "10.9.1", |
72 |
| - "typescript": "5.3.2", |
73 |
| - "ws": "8.14.2" |
| 68 | + "prettier": "3.2.5", |
| 69 | + "reflect-metadata": "0.2.2", |
| 70 | + "ts-jest": "29.1.2", |
| 71 | + "ts-node": "10.9.2", |
| 72 | + "typescript": "5.4.5", |
| 73 | + "ws": "8.16.0" |
74 | 74 | },
|
75 | 75 | "prettier": {
|
76 | 76 | "trailingComma": "es5",
|
|
0 commit comments