Skip to content

Commit b49ef51

Browse files
committed
chore: update deps
1 parent 01cb3f9 commit b49ef51

File tree

21 files changed

+1137
-1111
lines changed

21 files changed

+1137
-1111
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.13.0",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^59.0.1",
30-
"typescript-eslint": "^8.32.1"
30+
"typescript-eslint": "^8.33.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.27.0",
3030
"@stylistic/eslint-plugin": "^4.4.0",
31-
"@typescript-eslint/scope-manager": "^8.32.1",
32-
"@typescript-eslint/type-utils": "^8.32.1",
33-
"@typescript-eslint/types": "^8.32.1",
34-
"@typescript-eslint/utils": "^8.32.1",
31+
"@typescript-eslint/scope-manager": "^8.33.0",
32+
"@typescript-eslint/type-utils": "^8.33.0",
33+
"@typescript-eslint/types": "^8.33.0",
34+
"@typescript-eslint/utils": "^8.33.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
3636
"eslint-plugin-jsdoc": "^50.6.17",
3737
"eslint-plugin-perfectionist": "^4.13.0",
@@ -42,12 +42,12 @@
4242
},
4343
"devDependencies": {
4444
"@local/configs": "workspace:*",
45-
"@types/react": "^19.1.5",
45+
"@types/react": "^19.1.6",
4646
"@types/react-dom": "^19.1.5",
4747
"tsup": "^8.5.0"
4848
},
4949
"peerDependencies": {
50-
"eslint": "^9.26.0",
50+
"eslint": "^9.27.0",
5151
"typescript": "^4.9.5 || ^5.4.5"
5252
},
5353
"engines": {

apps/website/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@eslint-react/eff": "workspace:*",
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
17-
"fumadocs-core": "15.3.0",
17+
"fumadocs-core": "15.4.2",
1818
"fumadocs-docgen": "2.0.0",
19-
"fumadocs-mdx": "11.6.3",
20-
"fumadocs-twoslash": "3.1.2",
21-
"fumadocs-typescript": "4.0.3",
22-
"fumadocs-ui": "15.3.0",
19+
"fumadocs-mdx": "11.6.6",
20+
"fumadocs-twoslash": "3.1.3",
21+
"fumadocs-typescript": "4.0.5",
22+
"fumadocs-ui": "15.4.2",
2323
"lucide-react": "^0.511.0",
2424
"next": "^15.3.2",
2525
"next-view-transitions": "^0.3.4",
@@ -44,14 +44,14 @@
4444
"@tsconfig/strictest": "^2.0.5",
4545
"@types/hast": "^3.0.4",
4646
"@types/mdx": "^2.0.13",
47-
"@types/node": "^22.15.21",
48-
"@types/react": "^19.1.5",
47+
"@types/node": "^22.15.22",
48+
"@types/react": "^19.1.6",
4949
"@types/react-dom": "^19.1.5",
5050
"autoprefixer": "^10.4.21",
5151
"dedent": "^1.6.0",
5252
"eslint": "^9.27.0",
5353
"eslint-plugin-de-morgan": "^1.2.1",
54-
"eslint-plugin-import-x": "^4.13.1",
54+
"eslint-plugin-import-x": "^4.13.3",
5555
"eslint-plugin-perfectionist": "^4.13.0",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
@@ -61,6 +61,6 @@
6161
"tailwindcss": "^4.1.7",
6262
"tailwindcss-animated": "^2.0.0",
6363
"typescript": "^5.8.3",
64-
"typescript-eslint": "^8.32.1"
64+
"typescript-eslint": "^8.33.0"
6565
}
6666
}

examples/next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
"@tsconfig/next": "^2.0.3",
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
25-
"@types/node": "^22.15.21",
26-
"@types/react": "^19.1.5",
25+
"@types/node": "^22.15.22",
26+
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"eslint": "^9.27.0",
2929
"eslint-config-flat-gitignore": "^2.1.0",
3030
"eslint-plugin-react-hooks": "^5.2.0",
3131
"eslint-plugin-react-refresh": "^0.4.20",
3232
"typescript": "^5.8.3",
33-
"typescript-eslint": "^8.32.1"
33+
"typescript-eslint": "^8.33.0"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/vite-react-dom-app/package.json

Lines changed: 2 additions & 2 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": "^6.3.5",
24-
"@types/react": "^19.1.5",
24+
"@types/react": "^19.1.6",
2525
"@types/react-dom": "^19.1.5",
2626
"@vitejs/plugin-react": "^4.5.0",
2727
"eslint": "^9.27.0",
2828
"eslint-plugin-react-hooks": "^5.2.0",
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
31-
"typescript-eslint": "^8.32.1",
31+
"typescript-eslint": "^8.33.0",
3232
"vite": "^6.3.5"
3333
},
3434
"engines": {

examples/vite-react-dom-js-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@eslint-react/eslint-plugin": "workspace:*",
1919
"@eslint/config-inspector": "^1.0.2",
2020
"@eslint/js": "^9.27.0",
21-
"@types/react": "^19.1.5",
21+
"@types/react": "^19.1.6",
2222
"@types/react-dom": "^19.1.5",
2323
"@vitejs/plugin-react": "^4.5.0",
2424
"eslint": "^9.27.0",

examples/vite-react-dom-js-with-babel-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"react-dom": "^19.1.0"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.27.1",
18+
"@babel/core": "^7.27.3",
1919
"@babel/eslint-parser": "^7.27.1",
2020
"@babel/preset-env": "^7.27.2",
2121
"@babel/preset-react": "^7.27.1",
2222
"@eslint/config-inspector": "^1.0.2",
2323
"@eslint/js": "^9.27.0",
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
26-
"@types/react": "^19.1.5",
26+
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.5.0",
2929
"eslint": "^9.27.0",

examples/vite-react-dom-with-ts-blank-eslint-parser-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@tsconfig/node22": "^22.0.2",
2424
"@tsconfig/strictest": "^2.0.5",
2525
"@tsconfig/vite-react": "^6.3.5",
26-
"@types/react": "^19.1.5",
26+
"@types/react": "^19.1.6",
2727
"@types/react-dom": "^19.1.5",
2828
"@vitejs/plugin-react": "^4.5.0",
2929
"eslint": "^9.27.0",
@@ -32,7 +32,7 @@
3232
"globals": "^16.2.0",
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
35-
"typescript-eslint": "^8.32.1",
35+
"typescript-eslint": "^8.33.0",
3636
"vite": "^6.3.5"
3737
},
3838
"engines": {

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@
5858
"@swc/core": "^1.11.29",
5959
"@tsconfig/node22": "^22.0.2",
6060
"@tsconfig/strictest": "^2.0.5",
61-
"@types/node": "^22.15.21",
62-
"@types/react": "^19.1.5",
61+
"@types/node": "^22.15.22",
62+
"@types/react": "^19.1.6",
6363
"@types/react-dom": "^19.1.5",
64-
"@typescript-eslint/parser": "^8.32.1",
65-
"@typescript-eslint/rule-tester": "^8.32.1",
66-
"@typescript-eslint/types": "^8.32.1",
64+
"@typescript-eslint/parser": "^8.33.0",
65+
"@typescript-eslint/rule-tester": "^8.33.0",
66+
"@typescript-eslint/types": "^8.33.0",
6767
"ansis": "^4.0.0",
6868
"cspell": "^9.0.2",
6969
"dedent": "^1.6.0",
7070
"dprint": "^0.50.0",
71-
"esbuild": "^0.25.4",
71+
"esbuild": "^0.25.5",
7272
"eslint": "^9.27.0",
7373
"eslint-config-flat-gitignore": "^2.1.0",
7474
"eslint-plugin-vitest": "^0.5.4",
@@ -87,11 +87,11 @@
8787
"tsup": "^8.5.0",
8888
"tsx": "^4.19.4",
8989
"type-fest": "^4.41.0",
90-
"typedoc": "^0.28.4",
90+
"typedoc": "^0.28.5",
9191
"typedoc-plugin-markdown": "^4.6.3",
9292
"typedoc-plugin-mdn-links": "^5.0.2",
9393
"typescript": "^5.8.3",
94-
"typescript-eslint": "^8.32.1",
94+
"typescript-eslint": "^8.33.0",
9595
"vitest": "^3.1.4"
9696
},
9797
"packageManager": "[email protected]",
@@ -108,10 +108,10 @@
108108
"sharp"
109109
],
110110
"overrides": {
111-
"@types/react": "^19.1.5",
111+
"@types/react": "^19.1.6",
112112
"@types/react-dom": "^19.1.5",
113113
"cross-spawn": "^7.0.6",
114-
"esbuild": "^0.25.4",
114+
"esbuild": "^0.25.5",
115115
"lucide-react": "^0.511.0",
116116
"next": "^15.3.2",
117117
"react": "^19.1.0",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
"@eslint-react/kit": "workspace:*",
4040
"@eslint-react/shared": "workspace:*",
4141
"@eslint-react/var": "workspace:*",
42-
"@typescript-eslint/scope-manager": "^8.32.1",
43-
"@typescript-eslint/type-utils": "^8.32.1",
44-
"@typescript-eslint/types": "^8.32.1",
45-
"@typescript-eslint/utils": "^8.32.1",
42+
"@typescript-eslint/scope-manager": "^8.33.0",
43+
"@typescript-eslint/type-utils": "^8.33.0",
44+
"@typescript-eslint/types": "^8.33.0",
45+
"@typescript-eslint/utils": "^8.33.0",
4646
"birecord": "^0.1.1",
4747
"ts-pattern": "^5.7.1"
4848
},

0 commit comments

Comments
 (0)