Skip to content

Commit 55a64c6

Browse files
committed
chore: update deps
1 parent 2a97620 commit 55a64c6

File tree

32 files changed

+797
-721
lines changed

32 files changed

+797
-721
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"eslint-plugin-perfectionist": "^4.15.0",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^60.0.0",
30-
"typescript-eslint": "^8.40.0"
30+
"typescript-eslint": "^8.41.0"
3131
}
3232
}

.pkgs/eslint-plugin-local/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"@eslint-react/var": "workspace:*",
2929
"@eslint/js": "^9.34.0",
3030
"@stylistic/eslint-plugin": "^5.2.3",
31-
"@typescript-eslint/scope-manager": "^8.40.0",
32-
"@typescript-eslint/type-utils": "^8.40.0",
33-
"@typescript-eslint/types": "^8.40.0",
34-
"@typescript-eslint/utils": "^8.40.0",
31+
"@typescript-eslint/scope-manager": "^8.41.0",
32+
"@typescript-eslint/type-utils": "^8.41.0",
33+
"@typescript-eslint/types": "^8.41.0",
34+
"@typescript-eslint/utils": "^8.41.0",
3535
"eslint-plugin-de-morgan": "^1.3.1",
3636
"eslint-plugin-jsdoc": "^54.1.1",
3737
"eslint-plugin-perfectionist": "^4.15.0",
@@ -42,8 +42,8 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.11",
46-
"@types/react-dom": "^19.1.7",
45+
"@types/react": "^19.1.12",
46+
"@types/react-dom": "^19.1.9",
4747
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {

apps/website/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.6.10",
18-
"fumadocs-docgen": "2.1.0",
19-
"fumadocs-mdx": "11.7.5",
20-
"fumadocs-twoslash": "3.1.4",
17+
"fumadocs-core": "15.7.4",
18+
"fumadocs-docgen": "3.0.0",
19+
"fumadocs-mdx": "11.8.1",
20+
"fumadocs-twoslash": "3.1.6",
2121
"fumadocs-typescript": "4.0.6",
22-
"fumadocs-ui": "15.6.10",
23-
"lucide-react": "^0.541.0",
24-
"next": "^15.5.0",
22+
"fumadocs-ui": "15.7.4",
23+
"lucide-react": "^0.542.0",
24+
"next": "^15.5.2",
2525
"next-view-transitions": "^0.3.4",
2626
"react": "^19.1.1",
2727
"react-dom": "^19.1.1",
28-
"shiki": "^3.11.0",
28+
"shiki": "^3.12.0",
2929
"tailwind-merge": "^3.3.1",
3030
"twoslash": "^0.3.4"
3131
},
@@ -45,8 +45,8 @@
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
4747
"@types/node": "^24.3.0",
48-
"@types/react": "^19.1.11",
49-
"@types/react-dom": "^19.1.7",
48+
"@types/react": "^19.1.12",
49+
"@types/react-dom": "^19.1.9",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.34.0",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.12",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.9.2",
64-
"typescript-eslint": "^8.40.0"
64+
"typescript-eslint": "^8.41.0"
6565
}
6666
}

examples/next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@
99
"start": "next start"
1010
},
1111
"dependencies": {
12-
"next": "^15.5.0",
12+
"next": "^15.5.2",
1313
"react": "^19.1.1",
1414
"react-dom": "^19.1.1"
1515
},
1616
"devDependencies": {
1717
"@eslint-react/eslint-plugin": "workspace:*",
1818
"@eslint/config-inspector": "^1.2.0",
1919
"@eslint/js": "^9.34.0",
20-
"@next/eslint-plugin-next": "^15.5.0",
20+
"@next/eslint-plugin-next": "^15.5.2",
2121
"@tsconfig/next": "^2.0.3",
2222
"@tsconfig/node22": "^22.0.2",
2323
"@tsconfig/strictest": "^2.0.5",
2424
"@types/node": "^24.3.0",
25-
"@types/react": "^19.1.11",
26-
"@types/react-dom": "^19.1.7",
25+
"@types/react": "^19.1.12",
26+
"@types/react-dom": "^19.1.9",
2727
"eslint": "^9.34.0",
2828
"eslint-config-flat-gitignore": "^2.1.0",
2929
"eslint-plugin-react-hooks": "^5.2.0",
3030
"eslint-plugin-react-refresh": "^0.4.20",
3131
"typescript": "^5.9.2",
32-
"typescript-eslint": "^8.40.0"
32+
"typescript-eslint": "^8.41.0"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

examples/react-dom-js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.2.0",
2020
"@eslint/js": "^9.34.0",
21-
"@types/react": "^19.1.11",
22-
"@types/react-dom": "^19.1.7",
23-
"@vitejs/plugin-react": "^5.0.1",
21+
"@types/react": "^19.1.12",
22+
"@types/react-dom": "^19.1.9",
23+
"@vitejs/plugin-react": "^5.0.2",
2424
"eslint": "^9.34.0",
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",

examples/react-dom/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@
2121
"@tsconfig/node22": "^22.0.2",
2222
"@tsconfig/strictest": "^2.0.5",
2323
"@tsconfig/vite-react": "^7.0.0",
24-
"@types/react": "^19.1.11",
25-
"@types/react-dom": "^19.1.7",
26-
"@vitejs/plugin-react": "^5.0.1",
24+
"@types/react": "^19.1.12",
25+
"@types/react-dom": "^19.1.9",
26+
"@vitejs/plugin-react": "^5.0.2",
2727
"eslint": "^9.34.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.9.2",
31-
"typescript-eslint": "^8.40.0",
31+
"typescript-eslint": "^8.41.0",
3232
"vite": "^7.1.3"
3333
},
3434
"engines": {

examples/with-babel-eslint-parser/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"@eslint/js": "^9.34.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.11",
27-
"@types/react-dom": "^19.1.7",
28-
"@vitejs/plugin-react": "^5.0.1",
26+
"@types/react": "^19.1.12",
27+
"@types/react-dom": "^19.1.9",
28+
"@vitejs/plugin-react": "^5.0.2",
2929
"eslint": "^9.34.0",
3030
"eslint-plugin-react-debug": "workspace:*",
3131
"eslint-plugin-react-dom": "workspace:*",

examples/with-ts-blank-eslint-parser/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^7.0.0",
26-
"@types/react": "^19.1.11",
27-
"@types/react-dom": "^19.1.7",
28-
"@vitejs/plugin-react": "^5.0.1",
26+
"@types/react": "^19.1.12",
27+
"@types/react-dom": "^19.1.9",
28+
"@vitejs/plugin-react": "^5.0.2",
2929
"eslint": "^9.34.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"globals": "^16.3.0",
33-
"ts-blank-eslint-parser": "^0.4.3",
33+
"ts-blank-eslint-parser": "^0.4.4",
3434
"typescript": "^5.9.2",
35-
"typescript-eslint": "^8.40.0",
35+
"typescript-eslint": "^8.41.0",
3636
"vite": "^7.1.3"
3737
},
3838
"engines": {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"update:website": "tsx ./scripts/update-website.ts"
5454
},
5555
"devDependencies": {
56-
"@effect/language-service": "^0.35.2",
56+
"@effect/language-service": "^0.36.0",
5757
"@effect/platform": "^0.90.6",
5858
"@effect/platform-node": "^0.96.0",
5959
"@eslint/config-inspector": "^1.2.0",
@@ -64,11 +64,11 @@
6464
"@tsconfig/node22": "^22.0.2",
6565
"@tsconfig/strictest": "^2.0.5",
6666
"@types/node": "^24.3.0",
67-
"@types/react": "^19.1.11",
68-
"@types/react-dom": "^19.1.7",
69-
"@typescript-eslint/parser": "^8.40.0",
70-
"@typescript-eslint/rule-tester": "^8.40.0",
71-
"@typescript-eslint/types": "^8.40.0",
67+
"@types/react": "^19.1.12",
68+
"@types/react-dom": "^19.1.9",
69+
"@typescript-eslint/parser": "^8.41.0",
70+
"@typescript-eslint/rule-tester": "^8.41.0",
71+
"@typescript-eslint/types": "^8.41.0",
7272
"ansis": "^4.1.0",
7373
"cspell": "^9.2.0",
7474
"dedent": "^1.6.0",
@@ -97,11 +97,11 @@
9797
"tsup": "^8.5.0",
9898
"tsx": "^4.20.5",
9999
"type-fest": "^4.41.0",
100-
"typedoc": "^0.28.10",
100+
"typedoc": "^0.28.11",
101101
"typedoc-plugin-markdown": "^4.8.1",
102102
"typedoc-plugin-mdn-links": "^5.0.9",
103103
"typescript": "^5.9.2",
104-
"typescript-eslint": "^8.40.0",
104+
"typescript-eslint": "^8.41.0",
105105
"vitest": "^3.2.4"
106106
},
107107
"packageManager": "[email protected]",
@@ -118,12 +118,12 @@
118118
"sharp"
119119
],
120120
"overrides": {
121-
"@types/react": "^19.1.11",
122-
"@types/react-dom": "^19.1.7",
121+
"@types/react": "^19.1.12",
122+
"@types/react-dom": "^19.1.9",
123123
"cross-spawn": "^7.0.6",
124124
"esbuild": "^0.25.9",
125-
"lucide-react": "^0.541.0",
126-
"next": "^15.5.0",
125+
"lucide-react": "^0.542.0",
126+
"next": "^15.5.2",
127127
"react": "^19.1.1",
128128
"react-dom": "^19.1.1",
129129
"ts-api-utils": "^2.1.0",

packages/core/docs/variables/ComponentDetectionHint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
Hints for component collector
1212

13-
## Type declaration
13+
## Type Declaration
1414

1515
### None
1616

0 commit comments

Comments
 (0)