chore: upgrade dep

This commit is contained in:
ReaJason
2025-06-07 13:23:51 +08:00
parent c453cc73a7
commit de3420ccd6
2 changed files with 11 additions and 11 deletions
BIN
View File
Binary file not shown.
+11 -11
View File
@@ -15,12 +15,12 @@
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/node": "^22.15.28",
"@types/node": "^22.15.29",
"@types/react": "^19.1.6",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.1.5",
"@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.5.0",
"@vitejs/plugin-react": "^4.5.1",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.8",
"typescript": "^5.8.3",
@@ -54,27 +54,27 @@
"@radix-ui/react-toggle-group": "^1.1.10",
"@radix-ui/react-tooltip": "^1.2.7",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/react-query": "^5.79.0",
"@tanstack/react-query": "^5.80.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"i18next": "^25.2.1",
"lucide-react": "^0.511.0",
"lucide-react": "^0.513.0",
"react": "^19.1.0",
"react-copy-to-clipboard": "^5.1.0",
"react-day-picker": "9.7.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.4",
"react-hook-form": "^7.57.0",
"react-i18next": "^15.5.2",
"react-router": "^7.6.1",
"react-router-dom": "^7.6.1",
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"react-syntax-highlighter": "^15.6.1",
"sonner": "^2.0.3",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.0",
"tailwind-scrollbar": "^4.0.2",
"tw-animate-css": "^1.3.2",
"tw-animate-css": "^1.3.4",
"yup": "^1.6.1",
"zod": "^3.25.42"
"zod": "^3.25.51"
},
"trustedDependencies": ["@biomejs/biome"]
}