chore: upgrade deps

This commit is contained in:
ReaJason
2026-02-08 20:44:00 +08:00
parent 757c3e6b41
commit 6c133b252b
3 changed files with 38 additions and 38 deletions
+9 -9
View File
@@ -21,14 +21,14 @@
"@tanstack/react-query": "^5.90.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.29.2",
"fumadocs-core": "^16.4.9",
"framer-motion": "^12.33.0",
"fumadocs-core": "^16.5.1",
"fumadocs-mdx": "14.2.6",
"fumadocs-ui": "16.4.9",
"i18next": "^25.8.0",
"fumadocs-ui": "16.5.1",
"i18next": "^25.8.4",
"isbot": "^5.1.34",
"lucide-react": "^0.563.0",
"motion": "^12.29.2",
"motion": "^12.33.0",
"react": "^19.2.4",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.2.4",
@@ -42,12 +42,12 @@
"yup": "^1.7.1"
},
"devDependencies": {
"@biomejs/biome": "^2.3.13",
"@biomejs/biome": "^2.3.14",
"@react-router/dev": "^7.13.0",
"@tailwindcss/vite": "^4.1.18",
"@types/mdx": "^2.0.13",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"@types/node": "^25.2.2",
"@types/react": "^19.2.13",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
@@ -58,6 +58,6 @@
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vite-plugin-devtools-json": "^1.0.0",
"vite-tsconfig-paths": "^6.0.5"
"vite-tsconfig-paths": "^6.1.0"
}
}