|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "1.25.1-next.0", |
| 3 | + "version": "1.26.0-next.0", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, hooks-extra, naming-convention].", |
6 | 6 | "keywords": [ |
|
61 | 61 | "@swc/core": "^1.10.11", |
62 | 62 | "@tsconfig/node22": "^22.0.0", |
63 | 63 | "@tsconfig/strictest": "^2.0.5", |
64 | | - "@types/node": "^22.10.10", |
| 64 | + "@types/node": "^22.12.0", |
65 | 65 | "@types/react": "^19.0.8", |
66 | 66 | "@types/react-dom": "^19.0.3", |
67 | | - "@typescript-eslint/parser": "^8.21.0", |
68 | | - "@typescript-eslint/rule-tester": "^8.21.0", |
69 | | - "@typescript-eslint/types": "^8.21.0", |
| 67 | + "@typescript-eslint/parser": "^8.22.0", |
| 68 | + "@typescript-eslint/rule-tester": "^8.22.0", |
| 69 | + "@typescript-eslint/types": "^8.22.0", |
70 | 70 | "@vitest/ui": "^3.0.4", |
71 | 71 | "@workspace/configs": "workspace:*", |
72 | 72 | "@workspace/eslint-plugin-local": "workspace:*", |
73 | 73 | "concurrently": "^9.1.2", |
74 | | - "cspell": "^8.17.2", |
| 74 | + "cspell": "^8.17.3", |
75 | 75 | "dedent": "^1.5.3", |
76 | 76 | "dprint": "^0.48.0", |
77 | 77 | "esbuild": "^0.24.2", |
78 | 78 | "eslint": "^9.19.0", |
79 | | - "eslint-config-flat-gitignore": "^1.0.0", |
| 79 | + "eslint-config-flat-gitignore": "^2.0.0", |
80 | 80 | "eslint-plugin-jsdoc": "^50.6.3", |
81 | 81 | "eslint-plugin-perfectionist": "^4.7.0", |
82 | 82 | "eslint-plugin-regexp": "^2.7.0", |
|
105 | 105 | "typedoc-plugin-markdown": "^4.4.1", |
106 | 106 | "typedoc-plugin-rename-defaults": "^0.7.2", |
107 | 107 | "typescript": "^5.7.3", |
108 | | - "typescript-eslint": "^8.21.0", |
| 108 | + "typescript-eslint": "^8.22.0", |
109 | 109 | "vitest": "^3.0.4" |
110 | 110 | }, |
111 | 111 | "engines": { |
|
0 commit comments