docs(build): update dependencies and use pnpm

This commit is contained in:
rzmk 2026-06-11 17:43:59 -04:00
parent aed973683f
commit 1947c2f5eb
141 changed files with 6255 additions and 1775 deletions

View file

@ -11,33 +11,34 @@
"format": "biome format --write"
},
"dependencies": {
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.14",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fumadocs-core": "16.7.9",
"fumadocs-mdx": "^14.2.11",
"fumadocs-openapi": "^10.6.3",
"fumadocs-core": "16.10.1",
"fumadocs-mdx": "^15.0.12",
"fumadocs-openapi": "^11.0.1",
"fumadocs-ui": "16.7.9",
"lucide-react": "^1.7.0",
"motion": "^12.38.0",
"next": "^16.2.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"lucide-react": "^1.17.0",
"motion": "^12.40.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"rough-notation": "^0.5.1",
"shiki": "^4.0.2",
"tailwind-merge": "^3.5.0"
"shiki": "^4.2.0",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.10",
"@tailwindcss/postcss": "^4.2.2",
"@types/mdx": "^2.0.13",
"@biomejs/biome": "^2.4.16",
"@tailwindcss/postcss": "^4.3.0",
"@types/mdx": "^2.0.14",
"@types/node": "25.5.0",
"@types/react": "^19.2.14",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"openapi-types": "^12.1.3",
"postcss": "8.5.8",
"tailwindcss": "^4.2.2",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.2"
"typescript": "^6.0.3"
}
}
}