Skip to content

Commit 897b87e

Browse files
committed
Update Eslint and Fumadocs dependencies
1 parent ab41cd9 commit 897b87e

File tree

5 files changed

+165
-185
lines changed

5 files changed

+165
-185
lines changed

.pkgs/configs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@stylistic/eslint-plugin": "^5.4.0",
2424
"eslint-plugin-de-morgan": "^2.0.0",
2525
"eslint-plugin-function": "^0.0.31",
26-
"eslint-plugin-jsdoc": "^60.8.3",
26+
"eslint-plugin-jsdoc": "^61.0.0",
2727
"eslint-plugin-perfectionist": "^4.15.1",
2828
"eslint-plugin-regexp": "^2.10.0",
2929
"eslint-plugin-unicorn": "^61.0.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@typescript-eslint/types": "^8.46.0",
3333
"@typescript-eslint/utils": "^8.46.0",
3434
"eslint-plugin-de-morgan": "^2.0.0",
35-
"eslint-plugin-jsdoc": "^60.8.3",
35+
"eslint-plugin-jsdoc": "^61.0.0",
3636
"eslint-plugin-perfectionist": "^4.15.1",
3737
"eslint-plugin-regexp": "^2.10.0",
3838
"eslint-plugin-unicorn": "^61.0.2",

apps/website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
"bsky-react-post": "^0.1.7",
1616
"clsx": "^2.1.1",
1717
"effect": "^3.18.4",
18-
"fumadocs-core": "15.8.4",
18+
"fumadocs-core": "15.8.5",
1919
"fumadocs-docgen": "3.0.2",
2020
"fumadocs-mdx": "12.0.3",
2121
"fumadocs-twoslash": "3.1.8",
2222
"fumadocs-typescript": "4.0.11",
23-
"fumadocs-ui": "15.8.4",
23+
"fumadocs-ui": "15.8.5",
2424
"lucide-react": "^0.545.0",
2525
"next": "^15.5.4",
2626
"next-view-transitions": "^0.3.4",

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@
112112
"@types/react": "^19.2.2",
113113
"@types/react-dom": "^19.2.1",
114114
"esbuild": "^0.25.10",
115-
"fumadocs-core": "15.8.1",
116-
"fumadocs-docgen": "3.0.1",
117-
"fumadocs-mdx": "12.0.1",
118-
"fumadocs-twoslash": "3.1.7",
119-
"fumadocs-typescript": "4.0.9",
120-
"fumadocs-ui": "15.8.1",
121115
"lucide-react": "^0.544.0",
122116
"next": "^15.5.4",
123117
"react": "^19.2.0",

0 commit comments

Comments
 (0)