Skip to content

Commit f9b6296

Browse files
committed
chore: update deps
1 parent ce4ba2c commit f9b6296

File tree

8 files changed

+217
-263
lines changed

8 files changed

+217
-263
lines changed

.pkgs/configs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"@stylistic/eslint-plugin": "^4.2.0",
2424
"eslint-plugin-de-morgan": "^1.2.1",
2525
"eslint-plugin-function": "^0.0.21",
26-
"eslint-plugin-jsdoc": "^50.6.9",
27-
"eslint-plugin-perfectionist": "^4.12.1",
26+
"eslint-plugin-jsdoc": "^50.6.10",
27+
"eslint-plugin-perfectionist": "^4.12.2",
2828
"eslint-plugin-regexp": "^2.7.0",
2929
"eslint-plugin-unicorn": "^58.0.0",
3030
"typescript-eslint": "^8.31.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@typescript-eslint/types": "^8.31.0",
3434
"@typescript-eslint/utils": "^8.31.0",
3535
"eslint-plugin-de-morgan": "^1.2.1",
36-
"eslint-plugin-jsdoc": "^50.6.9",
37-
"eslint-plugin-perfectionist": "^4.12.1",
36+
"eslint-plugin-jsdoc": "^50.6.10",
37+
"eslint-plugin-perfectionist": "^4.12.2",
3838
"eslint-plugin-regexp": "^2.7.0",
3939
"eslint-plugin-unicorn": "^58.0.0",
4040
"string-ts": "^2.2.1",

apps/website/package.json

Lines changed: 4 additions & 4 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.2.9",
17+
"fumadocs-core": "15.2.10",
1818
"fumadocs-docgen": "2.0.0",
1919
"fumadocs-mdx": "11.6.1",
2020
"fumadocs-twoslash": "3.1.1",
21-
"fumadocs-typescript": "4.0.2",
22-
"fumadocs-ui": "15.2.9",
21+
"fumadocs-typescript": "4.0.3",
22+
"fumadocs-ui": "15.2.10",
2323
"lucide-react": "^0.503.0",
2424
"next": "^15.3.1",
2525
"next-view-transitions": "^0.3.4",
@@ -52,7 +52,7 @@
5252
"eslint": "^9.25.1",
5353
"eslint-plugin-de-morgan": "^1.2.1",
5454
"eslint-plugin-import-x": "^4.10.6",
55-
"eslint-plugin-perfectionist": "^4.12.1",
55+
"eslint-plugin-perfectionist": "^4.12.2",
5656
"eslint-plugin-react-hooks": "^5.2.0",
5757
"eslint-plugin-react-refresh": "^0.4.20",
5858
"eslint-plugin-unicorn": "^58.0.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"eslint-plugin-react-refresh": "^0.4.20",
3030
"typescript": "^5.8.3",
3131
"typescript-eslint": "^8.31.0",
32-
"vite": "^6.3.2"
32+
"vite": "^6.3.3"
3333
},
3434
"engines": {
3535
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"eslint-plugin-react-hooks": "^5.2.0",
2626
"eslint-plugin-react-refresh": "^0.4.20",
2727
"globals": "^16.0.0",
28-
"vite": "^6.3.2"
28+
"vite": "^6.3.3"
2929
},
3030
"engines": {
3131
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"eslint-plugin-react-web-api": "workspace:*",
3737
"eslint-plugin-react-x": "workspace:*",
3838
"globals": "^16.0.0",
39-
"vite": "^6.3.2"
39+
"vite": "^6.3.3"
4040
},
4141
"engines": {
4242
"node": ">=18.18.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"ts-blank-eslint-parser": "^0.4.3",
3434
"typescript": "^5.8.3",
3535
"typescript-eslint": "^8.31.0",
36-
"vite": "^6.3.2"
36+
"vite": "^6.3.3"
3737
},
3838
"engines": {
3939
"node": ">=18.18.0"

0 commit comments

Comments
 (0)