|
20 | 20 | "@types/jest": "^29.0.0",
|
21 | 21 | "@types/jsonld": "^1.5.0",
|
22 | 22 | "@types/lodash.get": "^4.4.0",
|
23 |
| - "@types/node": "^18.0.0", |
24 |
| - "@typescript-eslint/eslint-plugin": "^5.0.0", |
25 |
| - "@typescript-eslint/parser": "^5.0.0", |
26 |
| - "eslint": "^8.0.0", |
27 |
| - "eslint-config-prettier": "^8.0.0", |
| 23 | + "@types/node": "^22.0.0", |
| 24 | + "@typescript-eslint/eslint-plugin": "^8.0.0", |
| 25 | + "@typescript-eslint/parser": "^8.0.0", |
| 26 | + "eslint": "^9.0.0", |
| 27 | + "eslint-config-prettier": "^10.0.0", |
28 | 28 | "eslint-import-resolver-typescript": "^3.5.1",
|
29 | 29 | "eslint-plugin-import": "^2.26.0",
|
30 |
| - "eslint-plugin-prettier": "^4.0.0", |
| 30 | + "eslint-plugin-prettier": "^5.0.0", |
31 | 31 | "eslint-watch": "^8.0.0",
|
32 | 32 | "jest": "^29.0.0",
|
33 | 33 | "jest-fetch-mock": "^3.0.0",
|
34 | 34 | "openapi-types": "^12.0.0",
|
35 |
| - "prettier": "^2.2.0", |
| 35 | + "prettier": "^3.0.0", |
36 | 36 | "ts-jest": "^29.0.0",
|
37 | 37 | "ts-node": "^10.9.0",
|
38 |
| - "typescript": "^4.1.0" |
| 38 | + "typescript": "^5.7.0" |
39 | 39 | },
|
40 | 40 | "dependencies": {
|
41 | 41 | "graphql": "^16.0.0",
|
42 |
| - "inflection": "^1.13.0", |
| 42 | + "inflection": "^3.0.0", |
43 | 43 | "jsonld": "^8.3.2",
|
44 |
| - "jsonref": "^8.0.0", |
| 44 | + "jsonref": "^9.0.0", |
45 | 45 | "lodash.get": "^4.4.0",
|
46 | 46 | "tslib": "^2.0.0"
|
47 | 47 | },
|
|
0 commit comments