Skip to content

Commit f03e298

Browse files
committed
chore: upgrade fumadocs packages and preact
1 parent de19972 commit f03e298

5 files changed

Lines changed: 227 additions & 170 deletions

File tree

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"eslint": "^10.6.0",
4343
"eslint-plugin-react-hooks": "^7.1.1",
4444
"eslint-plugin-react-refresh": "^0.5.3",
45-
"fumadocs-core": "^16.10.7",
46-
"fumadocs-docgen": "^3.0.10",
47-
"fumadocs-mdx": "^15.0.13",
48-
"fumadocs-twoslash": "^3.2.1",
49-
"fumadocs-typescript": "^5.2.7",
50-
"fumadocs-ui": "^16.10.7",
45+
"fumadocs-core": "^16.11.1",
46+
"fumadocs-docgen": "^3.1.0",
47+
"fumadocs-mdx": "^15.1.0",
48+
"fumadocs-twoslash": "^3.3.0",
49+
"fumadocs-typescript": "^5.3.0",
50+
"fumadocs-ui": "^16.11.1",
5151
"import-integrity-lint": "^1.1.3",
5252
"importx": "^0.5.2",
5353
"lucide-react": "^1.23.0",

examples/preact-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"preact": "^10.29.4"
13+
"preact": "^10.29.5"
1414
},
1515
"devDependencies": {
1616
"@eslint-react/eslint-plugin": "workspace:*",

examples/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"preview": "vite preview"
1111
},
1212
"dependencies": {
13-
"preact": "^10.29.4"
13+
"preact": "^10.29.5"
1414
},
1515
"devDependencies": {
1616
"@eslint-react/eslint-plugin": "workspace:*",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"import-integrity-lint": "^1.1.3",
8787
"mdxlint": "^1.0.0",
8888
"nx": "^23.0.1",
89-
"preact": "^10.29.4",
89+
"preact": "^10.29.5",
9090
"publint": "^0.3.21",
9191
"react": "^19.2.7",
9292
"react-dom": "^19.2.7",

0 commit comments

Comments
 (0)