|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.0.0-next.9", |
| 3 | + "version": "2.0.0-next.10", |
4 | 4 | "private": true, |
5 | 5 | "description": "Monorepo for eslint-plugin-react-[x, dom, web-api, naming-convention].", |
6 | 6 | "keywords": [ |
|
55 | 55 | "@eslint/markdown": "^6.4.0", |
56 | 56 | "@local/configs": "workspace:*", |
57 | 57 | "@local/eslint-plugin-local": "workspace:*", |
58 | | - "@swc/core": "^1.11.22", |
| 58 | + "@swc/core": "^1.11.24", |
59 | 59 | "@tsconfig/node22": "^22.0.1", |
60 | 60 | "@tsconfig/strictest": "^2.0.5", |
61 | 61 | "@types/node": "^22.15.3", |
62 | 62 | "@types/react": "^19.1.2", |
63 | 63 | "@types/react-dom": "^19.1.2", |
64 | | - "@typescript-eslint/parser": "^8.31.0", |
65 | | - "@typescript-eslint/rule-tester": "^8.31.0", |
66 | | - "@typescript-eslint/types": "^8.31.0", |
| 64 | + "@typescript-eslint/parser": "^8.31.1", |
| 65 | + "@typescript-eslint/rule-tester": "^8.31.1", |
| 66 | + "@typescript-eslint/types": "^8.31.1", |
67 | 67 | "ansis": "^3.17.0", |
68 | 68 | "cspell": "^8.19.3", |
69 | 69 | "dedent": "^1.5.3", |
|
85 | 85 | "ts-pattern": "^5.7.0", |
86 | 86 | "tslib": "^2.8.1", |
87 | 87 | "tsup": "^8.4.0", |
88 | | - "tsx": "^4.19.3", |
| 88 | + "tsx": "^4.19.4", |
89 | 89 | "type-fest": "^4.40.1", |
90 | 90 | "typedoc": "^0.28.3", |
91 | 91 | "typedoc-plugin-markdown": "^4.6.3", |
92 | 92 | "typedoc-plugin-mdn-links": "^5.0.1", |
93 | 93 | "typescript": "^5.8.3", |
94 | | - "typescript-eslint": "^8.31.0", |
| 94 | + "typescript-eslint": "^8.31.1", |
95 | 95 | "vitest": "^3.1.2" |
96 | 96 | }, |
97 | 97 | "packageManager": "[email protected]", |
|
0 commit comments