Get rid of buggy cache

This commit is contained in:
2026-09-08 02:34:25 -03:00
parent 133620918a
commit e04c42d1c6
5 changed files with 132 additions and 123 deletions
+13 -13
View File
@@ -12,38 +12,38 @@
"format": "biome format --write"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@base-ui/react": "^1.8.0",
"@fuma-translate/react": "^1.0.2",
"@fumadocs/base-ui": "^16.12.1",
"@icons-pack/react-simple-icons": "^13.13.0",
"@fumadocs/base-ui": "^16.15.8",
"@icons-pack/react-simple-icons": "^13.15.1",
"@orama/orama": "^3.1.18",
"@typescript/ata": "^0.9.8",
"@typescript/vfs": "^1.6.4",
"beautiful-mermaid": "^1.1.3",
"class-variance-authority": "^0.7.1",
"cn": "^0.2.4",
"cn": "^0.2.6",
"cnfast": "^0.0.8",
"fumadocs-core": "16.12.1",
"fumadocs-mdx": "15.2.0",
"fumadocs-twoslash": "^3.3.0",
"fumadocs-twoslash": "^3.3.1",
"fumadocs-ui": "npm:@fumadocs/[email protected]",
"lucide-react": "^1.3.0",
"lucide-react": "^1.42.0",
"next": "^16.3.4",
"next-themes": "^0.4.6",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"takumi-js": "^2.4.0",
"takumi-js": "^2.13.7",
"twoslash": "^0.3.9"
},
"devDependencies": {
"@biomejs/biome": "^2.5.5",
"@biomejs/biome": "^2.5.12",
"@tailwindcss/postcss": "^4.3.3",
"@types/mdx": "^2.0.14",
"@types/node": "^26.1.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"postcss": "^8.5.21",
"react-medium-image-zoom": "^5.4.8",
"@types/node": "^26.5.0",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"postcss": "^8.5.28",
"react-medium-image-zoom": "^5.4.9",
"serve": "^14.2.6",
"tailwindcss": "^4.3.3",
"typescript": "^6.0.3"