|
1 | 1 | { |
2 | 2 | "name": "@eslint-react/monorepo", |
3 | | - "version": "2.3.9", |
| 3 | + "version": "2.3.10-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": [ |
|
50 | 50 | "update:website": "tsx ./scripts/update-website.ts" |
51 | 51 | }, |
52 | 52 | "devDependencies": { |
53 | | - "@effect/language-service": "^0.56.0", |
54 | | - "@effect/platform": "^0.93.3", |
55 | | - "@effect/platform-node": "^0.101.1", |
| 53 | + "@effect/language-service": "^0.57.1", |
| 54 | + "@effect/platform": "^0.93.5", |
| 55 | + "@effect/platform-node": "^0.102.0", |
56 | 56 | "@eslint/compat": "^2.0.0", |
57 | 57 | "@local/configs": "workspace:*", |
58 | 58 | "@local/function-rules": "workspace:*", |
|
68 | 68 | "ansis": "^4.2.0", |
69 | 69 | "dedent": "^1.7.0", |
70 | 70 | "dprint": "^0.50.2", |
71 | | - "effect": "^3.19.6", |
| 71 | + "effect": "^3.19.8", |
72 | 72 | "eslint": "^9.39.1", |
73 | 73 | "eslint-plugin-fast-import": "^1.5.3", |
74 | | - "eslint-plugin-function-rule": "^0.0.17", |
| 74 | + "eslint-plugin-function-rule": "^0.1.2", |
75 | 75 | "eslint-plugin-vitest": "^0.5.4", |
76 | 76 | "mdxlint": "^1.0.0", |
77 | 77 | "publint": "^0.3.15", |
|
80 | 80 | "remark-frontmatter": "5.0.0", |
81 | 81 | "remark-gfm": "^4.0.1", |
82 | 82 | "skott": "^0.35.6", |
83 | | - "sort-package-json": "^3.4.0", |
| 83 | + "sort-package-json": "^3.5.0", |
84 | 84 | "tinyglobby": "^0.2.15", |
85 | 85 | "ts-pattern": "^5.9.0", |
86 | | - "tsdown": "^0.16.7", |
| 86 | + "tsdown": "^0.17.0-beta.1", |
87 | 87 | "tsx": "^4.20.6", |
88 | 88 | "type-fest": "^5.2.0", |
89 | 89 | "typedoc": "^0.28.14", |
|
93 | 93 | "typescript-eslint": "^8.48.0", |
94 | 94 | "vitest": "^4.0.14" |
95 | 95 | }, |
96 | | - "packageManager": "pnpm@10.23.0", |
| 96 | + "packageManager": "pnpm@10.24.0", |
97 | 97 | "engines": { |
98 | 98 | "node": ">=24.0.0" |
99 | 99 | }, |
|
116 | 116 | "fumadocs-twoslash": "3.1.8", |
117 | 117 | "fumadocs-typescript": "4.0.11", |
118 | 118 | "fumadocs-ui": "15.8.5", |
119 | | - "next": "^16.0.4", |
| 119 | + "next": "^16.0.5", |
120 | 120 | "react": "^19.2.0", |
121 | 121 | "react-dom": "^19.2.0", |
122 | 122 | "ts-api-utils": "^2.1.0", |
|
0 commit comments