Skip to content

Commit 8fc7434

Browse files
committed
Update dependencies to latest versions
1 parent 5161fee commit 8fc7434

File tree

22 files changed

+453
-453
lines changed

22 files changed

+453
-453
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"@stylistic/eslint-plugin": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.33",
26-
"eslint-plugin-jsdoc": "^61.1.1",
26+
"eslint-plugin-jsdoc": "^61.1.2",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",
30-
"typescript-eslint": "^8.46.0"
30+
"typescript-eslint": "^8.46.1"
3131
},
3232
"peerDependencies": {
3333
"eslint": "^9.37.0",

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
"@eslint-react/var": "workspace:*",
2727
"@eslint/js": "^9.37.0",
2828
"@stylistic/eslint-plugin": "^5.4.0",
29-
"@typescript-eslint/scope-manager": "^8.46.0",
30-
"@typescript-eslint/type-utils": "^8.46.0",
31-
"@typescript-eslint/types": "^8.46.0",
32-
"@typescript-eslint/utils": "^8.46.0",
29+
"@typescript-eslint/scope-manager": "^8.46.1",
30+
"@typescript-eslint/type-utils": "^8.46.1",
31+
"@typescript-eslint/types": "^8.46.1",
32+
"@typescript-eslint/utils": "^8.46.1",
3333
"eslint-plugin-de-morgan": "^2.0.0",
34-
"eslint-plugin-jsdoc": "^61.1.1",
34+
"eslint-plugin-jsdoc": "^61.1.2",
3535
"eslint-plugin-perfectionist": "^4.15.1",
3636
"eslint-plugin-regexp": "^2.10.0",
3737
"eslint-plugin-unicorn": "^61.0.2",
@@ -41,8 +41,8 @@
4141
"devDependencies": {
4242
"@local/configs": "workspace:*",
4343
"@types/react": "^19.2.2",
44-
"@types/react-dom": "^19.2.1",
45-
"tsdown": "^0.15.6"
44+
"@types/react-dom": "^19.2.2",
45+
"tsdown": "^0.15.7"
4646
},
4747
"peerDependencies": {
4848
"eslint": "^9.37.0",

apps/website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"fumadocs-typescript": "4.0.11",
2323
"fumadocs-ui": "15.8.5",
2424
"lucide-react": "^0.545.0",
25-
"next": "^15.5.4",
25+
"next": "^15.5.5",
2626
"next-view-transitions": "^0.3.4",
2727
"react": "^19.2.0",
2828
"react-dom": "^19.2.0",
@@ -45,7 +45,7 @@
4545
"@types/mdx": "^2.0.13",
4646
"@types/node": "^24.7.2",
4747
"@types/react": "^19.2.2",
48-
"@types/react-dom": "^19.2.1",
48+
"@types/react-dom": "^19.2.2",
4949
"dedent": "^1.7.0",
5050
"eslint": "^9.37.0",
5151
"eslint-plugin-fast-import": "^1.5.1",
@@ -56,6 +56,6 @@
5656
"tailwindcss": "^4.1.14",
5757
"tailwindcss-animated": "^2.0.0",
5858
"typescript": "^5.9.3",
59-
"typescript-eslint": "^8.46.0"
59+
"typescript-eslint": "^8.46.1"
6060
}
6161
}

examples/next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "next start"
1111
},
1212
"dependencies": {
13-
"next": "^15.5.4",
13+
"next": "^15.5.5",
1414
"react": "^19.2.0",
1515
"react-dom": "^19.2.0"
1616
},
@@ -19,18 +19,18 @@
1919
"@eslint/compat": "^1.4.0",
2020
"@eslint/config-inspector": "^1.3.0",
2121
"@eslint/js": "^9.37.0",
22-
"@next/eslint-plugin-next": "^15.5.4",
22+
"@next/eslint-plugin-next": "^15.5.5",
2323
"@tsconfig/next": "^2.0.3",
2424
"@tsconfig/node22": "^22.0.2",
2525
"@tsconfig/strictest": "^2.0.6",
2626
"@types/node": "^24.7.2",
2727
"@types/react": "^19.2.2",
28-
"@types/react-dom": "^19.2.1",
28+
"@types/react-dom": "^19.2.2",
2929
"eslint": "^9.37.0",
3030
"eslint-plugin-react-hooks": "^7.0.0",
3131
"eslint-plugin-react-refresh": "^0.4.23",
3232
"typescript": "^5.9.3",
33-
"typescript-eslint": "^8.46.0"
33+
"typescript-eslint": "^8.46.1"
3434
},
3535
"engines": {
3636
"node": ">=20.19.0"

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@eslint/config-inspector": "^1.3.0",
2020
"@eslint/js": "^9.37.0",
2121
"@types/react": "^19.2.2",
22-
"@types/react-dom": "^19.2.1",
22+
"@types/react-dom": "^19.2.2",
2323
"@vitejs/plugin-react": "^5.0.4",
2424
"eslint": "^9.37.0",
2525
"eslint-plugin-react-hooks": "^7.0.0",

examples/react-dom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"@tsconfig/strictest": "^2.0.6",
2323
"@tsconfig/vite-react": "^7.0.1",
2424
"@types/react": "^19.2.2",
25-
"@types/react-dom": "^19.2.1",
25+
"@types/react-dom": "^19.2.2",
2626
"@vitejs/plugin-react": "^5.0.4",
2727
"eslint": "^9.37.0",
2828
"eslint-plugin-react-hooks": "^7.0.0",
2929
"eslint-plugin-react-refresh": "^0.4.23",
3030
"typescript": "^5.9.3",
31-
"typescript-eslint": "^8.46.0",
31+
"typescript-eslint": "^8.46.1",
3232
"vite": "^7.1.9"
3333
},
3434
"engines": {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@types/babel__core": "~7.20.5",
2525
"@types/babel__preset-env": "~7.10.0",
2626
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.1",
27+
"@types/react-dom": "^19.2.2",
2828
"@vitejs/plugin-react": "^5.0.4",
2929
"eslint": "^9.37.0",
3030
"eslint-plugin-react-debug": "workspace:*",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@
2323
"@tsconfig/strictest": "^2.0.6",
2424
"@tsconfig/vite-react": "^7.0.1",
2525
"@types/react": "^19.2.2",
26-
"@types/react-dom": "^19.2.1",
26+
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.0.4",
2828
"eslint": "^9.37.0",
2929
"eslint-plugin-react-hooks": "^7.0.0",
3030
"eslint-plugin-react-refresh": "^0.4.23",
3131
"globals": "^16.4.0",
3232
"ts-blank-eslint-parser": "^0.4.4",
3333
"typescript": "^5.9.3",
34-
"typescript-eslint": "^8.46.0",
34+
"typescript-eslint": "^8.46.1",
3535
"vite": "^7.1.9"
3636
},
3737
"engines": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"@tsconfig/strictest": "^2.0.6",
6565
"@types/node": "^24.7.2",
6666
"@types/react": "^19.2.2",
67-
"@types/react-dom": "^19.2.1",
68-
"@typescript-eslint/parser": "^8.46.0",
69-
"@typescript-eslint/rule-tester": "^8.46.0",
70-
"@typescript-eslint/types": "^8.46.0",
67+
"@types/react-dom": "^19.2.2",
68+
"@typescript-eslint/parser": "^8.46.1",
69+
"@typescript-eslint/rule-tester": "^8.46.1",
70+
"@typescript-eslint/types": "^8.46.1",
7171
"ansis": "^4.2.0",
7272
"dedent": "^1.7.0",
7373
"dprint": "^0.50.2",
@@ -86,14 +86,14 @@
8686
"sort-package-json": "^3.4.0",
8787
"tinyglobby": "^0.2.15",
8888
"ts-pattern": "^5.8.0",
89-
"tsdown": "^0.15.6",
89+
"tsdown": "^0.15.7",
9090
"tsx": "^4.20.6",
9191
"type-fest": "^5.1.0",
9292
"typedoc": "^0.28.14",
9393
"typedoc-plugin-markdown": "^4.9.0",
9494
"typedoc-plugin-mdn-links": "^5.0.10",
9595
"typescript": "^5.9.3",
96-
"typescript-eslint": "^8.46.0",
96+
"typescript-eslint": "^8.46.1",
9797
"vitest": "^3.2.4"
9898
},
9999
"packageManager": "pnpm@10.18.1",
@@ -109,7 +109,7 @@
109109
],
110110
"overrides": {
111111
"@types/react": "^19.2.2",
112-
"@types/react-dom": "^19.2.1",
112+
"@types/react-dom": "^19.2.2",
113113
"esbuild": "^0.25.10",
114114
"lucide-react": "^0.544.0",
115115
"next": "^15.5.4",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@
3838
"@eslint-react/eff": "workspace:*",
3939
"@eslint-react/shared": "workspace:*",
4040
"@eslint-react/var": "workspace:*",
41-
"@typescript-eslint/scope-manager": "^8.46.0",
42-
"@typescript-eslint/types": "^8.46.0",
43-
"@typescript-eslint/utils": "^8.46.0",
41+
"@typescript-eslint/scope-manager": "^8.46.1",
42+
"@typescript-eslint/types": "^8.46.1",
43+
"@typescript-eslint/utils": "^8.46.1",
4444
"birecord": "^0.1.1",
4545
"ts-pattern": "^5.8.0"
4646
},
4747
"devDependencies": {
4848
"@local/configs": "workspace:*",
49-
"tsdown": "^0.15.6"
49+
"tsdown": "^0.15.7"
5050
},
5151
"engines": {
5252
"node": ">=20.19.0"

0 commit comments

Comments
 (0)