Skip to content

Commit 77a5428

Browse files
committed
chore: update dependencies to latest versions
Update fumadocs to 15.8.0 and related packages Updates fumadocs and its related packages: - fumadocs-core: 15.7.13 → 15.8.0 - fumadocs-mdx: 12.0.0 → 12.0.1 - fumadocs-typescript: 4.0.8 → 4.0.9 - fumadocs-ui: 15.7.13 → 15.8.0 Also updates ESLint plugins and effect packages.
1 parent e2db345 commit 77a5428

File tree

5 files changed

+236
-281
lines changed

5 files changed

+236
-281
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": "^1.3.1",
2525
"eslint-plugin-function": "^0.0.30",
26-
"eslint-plugin-jsdoc": "^60.2.0",
26+
"eslint-plugin-jsdoc": "^60.3.0",
2727
"eslint-plugin-perfectionist": "^4.15.0",
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
@@ -33,7 +33,7 @@
3333
"@typescript-eslint/types": "^8.44.1",
3434
"@typescript-eslint/utils": "^8.44.1",
3535
"eslint-plugin-de-morgan": "^1.3.1",
36-
"eslint-plugin-jsdoc": "^60.2.0",
36+
"eslint-plugin-jsdoc": "^60.3.0",
3737
"eslint-plugin-perfectionist": "^4.15.0",
3838
"eslint-plugin-regexp": "^2.10.0",
3939
"eslint-plugin-unicorn": "^61.0.2",

apps/website/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"class-variance-authority": "^0.7.1",
1919
"clsx": "^2.1.1",
2020
"effect": "^3.17.14",
21-
"fumadocs-core": "15.7.13",
22-
"fumadocs-docgen": "3.0.0",
23-
"fumadocs-mdx": "12.0.0",
21+
"fumadocs-core": "15.8.0",
22+
"fumadocs-docgen": "3.0.1",
23+
"fumadocs-mdx": "12.0.1",
2424
"fumadocs-twoslash": "3.1.7",
25-
"fumadocs-typescript": "4.0.8",
26-
"fumadocs-ui": "15.7.13",
25+
"fumadocs-typescript": "4.0.9",
26+
"fumadocs-ui": "15.8.0",
2727
"lucide-react": "^0.544.0",
2828
"next": "^15.5.4",
2929
"next-view-transitions": "^0.3.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"devDependencies": {
5555
"@effect/language-service": "^0.40.1",
5656
"@effect/platform": "^0.91.1",
57-
"@effect/platform-node": "^0.97.0",
57+
"@effect/platform-node": "^0.97.1",
5858
"@eslint/config-inspector": "^1.3.0",
5959
"@eslint/markdown": "^7.3.0",
6060
"@local/configs": "workspace:*",

0 commit comments

Comments
 (0)