Skip to content

Commit 58ee73a

Browse files
committed
chore: update deps
1 parent 513e622 commit 58ee73a

File tree

4 files changed

+142
-203
lines changed

4 files changed

+142
-203
lines changed

apps/website/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"dependencies": {
1313
"@chevrotain/regexp-to-ast": "^11.0.3",
1414
"clsx": "^2.1.1",
15-
"fumadocs-core": "^15.0.12",
16-
"fumadocs-docgen": "^1.3.7",
15+
"fumadocs-core": "^15.0.13",
16+
"fumadocs-docgen": "^1.3.8",
1717
"fumadocs-mdx": "^11.5.6",
18-
"fumadocs-twoslash": "^3.0.0",
19-
"fumadocs-typescript": "^3.0.3",
20-
"fumadocs-ui": "^15.0.12",
21-
"lucide-react": "^0.475.0",
18+
"fumadocs-twoslash": "^3.0.1",
19+
"fumadocs-typescript": "^3.0.4",
20+
"fumadocs-ui": "^15.0.13",
21+
"lucide-react": "^0.476.0",
2222
"next": "^15.1.7",
2323
"next-view-transitions": "^0.3.4",
2424
"react": "^19.0.0",

examples/dual-react-dom-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"peerDependencies": {
5353
"react": "^19.0.0"
5454
},
55-
"packageManager": "pnpm@10.4.1",
55+
"packageManager": "pnpm@10.5.0",
5656
"engines": {
5757
"node": ">=18.18.0"
5858
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-unicorn": "^57.0.0",
8686
"eslint-plugin-vitest": "^0.5.4",
8787
"jiti": "^2.4.2",
88-
"lefthook": "^1.11.0",
88+
"lefthook": "^1.11.1",
8989
"markdownlint": "^0.37.4",
9090
"nx": "20.4.2",
9191
"ofetch": "^1.4.1",
@@ -110,7 +110,7 @@
110110
"typescript-eslint": "^8.25.0",
111111
"vitest": "^3.0.7"
112112
},
113-
"packageManager": "pnpm@10.4.1",
113+
"packageManager": "pnpm@10.5.0",
114114
"engines": {
115115
"node": ">=18.18.0"
116116
},

0 commit comments

Comments
 (0)