chore(deps): upgrade dependencies and install redux-persist

upgrade all dependencies to latest and install redux-persist
This commit is contained in:
2025-12-12 09:57:46 +08:00
parent eab8aa7403
commit c26492ca2a
2 changed files with 464 additions and 538 deletions
+18 -17
View File
@@ -12,32 +12,33 @@
"predeploy": "pnpm build" "predeploy": "pnpm build"
}, },
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "^2.10.1", "@reduxjs/toolkit": "^2.11.1",
"@tailwindcss/vite": "^4.1.16", "@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2", "axios": "^1.13.2",
"moment": "^2.30.1", "dayjs": "^1.11.19",
"react": "^19.2.0", "react": "^19.2.3",
"react-dom": "^19.2.0", "react-dom": "^19.2.3",
"react-redux": "^9.2.0", "react-redux": "^9.2.0",
"react-router": "^7.9.5", "react-router": "^7.10.1",
"react-router-dom": "^7.9.5", "react-router-dom": "^7.10.1",
"tailwindcss": "^4.1.16" "redux-persist": "^6.0.0",
"tailwindcss": "^4.1.18"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.1", "@eslint/js": "^9.39.1",
"@types/node": "^20.19.24", "@types/node": "^25.0.1",
"@types/react": "^19.2.2", "@types/react": "^19.2.7",
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0", "@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.1", "eslint": "^9.39.1",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0", "globals": "^16.5.0",
"prettier": "^3.6.2", "prettier": "^3.7.4",
"typescript": "~5.8.3", "typescript": "~5.9.3",
"typescript-eslint": "^8.46.3", "typescript-eslint": "^8.49.0",
"vite": "^7.1.12" "vite": "^7.2.7"
}, },
"pnpm": { "pnpm": {
"ignoredBuiltDependencies": [ "ignoredBuiltDependencies": [
+446 -521
View File
File diff suppressed because it is too large Load Diff