chore: upgrade dependencies

This commit is contained in:
zihluwang
2025-06-19 11:57:22 +08:00
parent 4fe92702ac
commit 7f3bf2cf04
2 changed files with 638 additions and 571 deletions
+13 -13
View File
@@ -11,30 +11,30 @@
},
"dependencies": {
"@reduxjs/toolkit": "^2.8.2",
"@tailwindcss/vite": "^4.1.7",
"axios": "^1.9.0",
"@tailwindcss/vite": "^4.1.10",
"axios": "^1.10.0",
"dayjs": "^1.11.13",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-redux": "^9.2.0",
"react-router": "^7.6.0",
"react-router-dom": "^7.6.0",
"tailwindcss": "^4.1.7"
"react-router": "^7.6.2",
"react-router-dom": "^7.6.2",
"tailwindcss": "^4.1.10"
},
"devDependencies": {
"@eslint/js": "^9.27.0",
"@types/node": "^20.17.48",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.5",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.27.0",
"@eslint/js": "^9.29.0",
"@types/node": "^20.19.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.1",
"typescript-eslint": "^8.34.1",
"vite": "^6.3.5"
},
"pnpm": {