chore: add CI workflow and update dependencies in package.json and vite.config.ts

This commit is contained in:
hamster1963
2026-04-02 17:17:16 +08:00
parent e4ba96ea76
commit f7662d2751
4 changed files with 480 additions and 796 deletions
+5 -5
View File
@@ -47,7 +47,7 @@
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.4.1",
"react-router-dom": "^7.13.0",
"react-router-dom": "^7.13.2",
"recharts": "2.15.1",
"sonner": "1.7.4",
"tailwind-merge": "2.6.0",
@@ -55,15 +55,15 @@
},
"devDependencies": {
"@biomejs/biome": "2.3.10",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "22.13.4",
"@types/react": "19.0.10",
"@types/react-dom": "19.0.4",
"@vitejs/plugin-react-swc": "3.8.0",
"@vitejs/plugin-react": "^6.0.1",
"globals": "15.15.0",
"postcss": "8.5.3",
"tailwindcss": "^4.1.18",
"tailwindcss": "^4.2.2",
"typescript": "~5.6.3",
"vite": "6.4.1"
"vite": "8.0.3"
}
}