Skip to content

Commit 62f8a9c

Browse files
committed
chore: update dependencies in package.json and pnpm-lock.yaml, including @types/mdx and fumadocs-mdx
1 parent 9b7d016 commit 62f8a9c

3 files changed

Lines changed: 1290 additions & 5 deletions

File tree

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@
99
"check:content": "contentlayer build"
1010
},
1111
"dependencies": {
12+
"@types/mdx": "^2.0.13",
1213
"class-variance-authority": "^0.7.1",
1314
"clsx": "^2.1.1",
15+
"fumadocs-mdx": "^11.9.1",
1416
"lucide-react": "^0.544.0",
1517
"next": "^15.5.3",
1618
"react": "^19.1.1",
@@ -22,7 +24,7 @@
2224
},
2325
"devDependencies": {
2426
"@tailwindcss/postcss": "^4.1.13",
25-
"@types/node": "^24.3.1",
27+
"@types/node": "latest",
2628
"@types/react": "^19.1.12",
2729
"@types/react-dom": "^19.1.9",
2830
"autoprefixer": "^10.4.21",

0 commit comments

Comments
 (0)