|
1 | 1 | { |
2 | 2 | "name": "@4c/graphql-node-resource", |
3 | 3 | "version": "5.1.0", |
| 4 | + "packageManager": "yarn@4.12.0", |
4 | 5 | "main": "lib/index.js", |
5 | 6 | "repository": { |
6 | 7 | "type": "git", |
|
40 | 41 | "conventionalCommits": true |
41 | 42 | }, |
42 | 43 | "dependencies": { |
43 | | - "@types/lodash": "^4.14.178", |
44 | | - "@types/node": "^17.0.8", |
45 | | - "@types/node-fetch": "^2.5.12", |
46 | | - "@types/pluralize": "^0.0.29", |
47 | | - "dataloader": "^2.0.0", |
48 | | - "express": "^4.17.2", |
49 | | - "form-data": "^4.0.0", |
| 44 | + "@types/lodash": "^4.17.21", |
| 45 | + "@types/node": "^25.0.3", |
| 46 | + "@types/node-fetch": "^2.6.13", |
| 47 | + "@types/pluralize": "^0.0.33", |
| 48 | + "dataloader": "^2.2.3", |
| 49 | + "express": "^5.2.1", |
| 50 | + "form-data": "^4.0.5", |
50 | 51 | "lodash": "^4.17.21", |
51 | 52 | "node-fetch": "^2.6.1", |
52 | 53 | "pluralize": "^8.0.0", |
53 | | - "utility-types": "^3.10.0" |
| 54 | + "utility-types": "^3.11.0" |
54 | 55 | }, |
55 | 56 | "peerDependencies": { |
56 | 57 | "graphql": ">=14.0.0", |
57 | 58 | "graphql-relay": ">=0.7.0" |
58 | 59 | }, |
59 | 60 | "devDependencies": { |
60 | | - "@4c/babel-preset": "^9.1.0", |
61 | | - "@4c/cli": "^3.0.1", |
| 61 | + "@4c/babel-preset": "^10.2.1", |
| 62 | + "@4c/cli": "^4.0.4", |
62 | 63 | "@4c/jest-preset": "^1.8.1", |
63 | 64 | "@4c/prettier-config": "^1.1.0", |
64 | 65 | "@4c/tsconfig": "^0.4.1", |
65 | | - "@babel/preset-typescript": "^7.18.6", |
66 | | - "@types/jest": "^27.5.2", |
67 | | - "@typescript-eslint/eslint-plugin": "^5.33.1", |
68 | | - "@typescript-eslint/parser": "^5.33.1", |
| 66 | + "@babel/preset-typescript": "^7.28.5", |
| 67 | + "@types/jest": "^30.0.0", |
| 68 | + "@typescript-eslint/eslint-plugin": "^8.51.0", |
| 69 | + "@typescript-eslint/parser": "^8.51.0", |
69 | 70 | "codecov": "^3.8.3", |
70 | 71 | "eslint-config-4catalyzer": "^1.5.0", |
71 | 72 | "eslint-config-4catalyzer-jest": "^2.3.0", |
72 | 73 | "eslint-config-4catalyzer-typescript": "^3.3.0", |
73 | | - "eslint-config-prettier": "^8.5.0", |
74 | | - "eslint-plugin-import": "^2.26.0", |
75 | | - "eslint-plugin-jest": "^25.7.0", |
76 | | - "eslint-plugin-prettier": "^4.2.1", |
| 74 | + "eslint-config-prettier": "^10.1.8", |
| 75 | + "eslint-plugin-import": "^2.32.0", |
| 76 | + "eslint-plugin-jest": "^29.12.0", |
| 77 | + "eslint-plugin-prettier": "^5.5.4", |
77 | 78 | "fetch-mock": "^9.11.0", |
78 | | - "graphql": "^16.6.0", |
79 | | - "graphql-relay": "^0.10.0", |
80 | | - "hookem": "^2.0.1", |
81 | | - "jest": "^27.5.1", |
82 | | - "lint-staged": "^12.5.0", |
83 | | - "prettier": "^2.7.1", |
84 | | - "typescript": "^4.7.4" |
| 79 | + "graphql": "^16.12.0", |
| 80 | + "graphql-relay": "^0.10.2", |
| 81 | + "hookem": "^3.0.4", |
| 82 | + "jest": "^30.2.0", |
| 83 | + "lint-staged": "^16.2.7", |
| 84 | + "prettier": "^3.7.4", |
| 85 | + "typescript": "^5.9.3" |
85 | 86 | }, |
86 | 87 | "engines": { |
87 | | - "node": ">=v12.0.0" |
| 88 | + "node": ">=v20.0.0" |
88 | 89 | }, |
89 | 90 | "bugs": { |
90 | 91 | "url": "https://github.com/4Catalyzer/graphql-node-resource/issues" |
|
0 commit comments