chore: upgrade dep

This commit is contained in:
ReaJason
2025-03-30 15:33:31 +08:00
parent c1fefd3510
commit b3780135bb
2 changed files with 13 additions and 13 deletions
BIN
View File
Binary file not shown.
+13 -13
View File
@@ -15,21 +15,21 @@
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "1.9.4", "@biomejs/biome": "1.9.4",
"@tanstack/router-plugin": "^1.112.0", "@tanstack/router-plugin": "^1.114.23",
"@types/node": "^22.13.5", "@types/node": "^22.13.10",
"@types/react": "^19.0.10", "@types/react": "^19.0.11",
"@types/react-copy-to-clipboard": "^5.0.7", "@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^19.0.4", "@types/react-dom": "^19.0.4",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react": "^4.3.4",
"rimraf": "^6.0.1", "rimraf": "^6.0.1",
"tailwindcss": "^4.0.9", "tailwindcss": "^4.0.14",
"typescript": "^5.7.3", "typescript": "^5.8.2",
"vite": "^6.2.0", "vite": "^6.2.2",
"vite-bundle-visualizer": "^1.2.1" "vite-bundle-visualizer": "^1.2.1"
}, },
"dependencies": { "dependencies": {
"@hookform/resolvers": "^4.1.2", "@hookform/resolvers": "^4.1.3",
"@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-alert-dialog": "^1.1.6",
"@radix-ui/react-checkbox": "^1.1.4", "@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.6", "@radix-ui/react-dropdown-menu": "^2.1.6",
@@ -41,14 +41,14 @@
"@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.8", "@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/vite": "^4.0.9", "@tailwindcss/vite": "^4.0.14",
"@tanstack/react-query": "^5.66.11", "@tanstack/react-query": "^5.69.0",
"@tanstack/react-router": "^1.112.0", "@tanstack/react-router": "^1.114.23",
"@tanstack/router-devtools": "^1.112.0", "@tanstack/router-devtools": "^1.114.23",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"i18next": "^24.2.2", "i18next": "^24.2.3",
"lucide-react": "^0.476.0", "lucide-react": "^0.482.0",
"react": "^19.0.0", "react": "^19.0.0",
"react-copy-to-clipboard": "^5.1.0", "react-copy-to-clipboard": "^5.1.0",
"react-dom": "^19.0.0", "react-dom": "^19.0.0",