chore: bump dependencies
Deploy to Vercel / deploy (push) Failing after 24s

This commit is contained in:
2026-06-08 16:50:14 +08:00
parent 45f8d0ff38
commit 130e988143
2 changed files with 665 additions and 1054 deletions
+23 -23
View File
@@ -12,33 +12,33 @@
"predeploy": "pnpm build"
},
"dependencies": {
"@reduxjs/toolkit": "^2.11.2",
"@tailwindcss/vite": "^4.1.18",
"axios": "^1.13.2",
"dayjs": "^1.11.19",
"i18next": "^25.7.4",
"i18next-browser-languagedetector": "^8.2.0",
"jsonpath": "^1.1.1",
"lodash": "^4.17.21",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-i18next": "^16.5.3",
"react-redux": "^9.2.0",
"react-router": "^7.12.0",
"react-router-dom": "^7.12.0",
"@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/vite": "^4.3.0",
"axios": "^1.17.0",
"dayjs": "^1.11.21",
"i18next": "^26.3.1",
"i18next-browser-languagedetector": "^8.2.1",
"jsonpath": "^1.3.0",
"lodash": "^4.18.1",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-i18next": "^17.0.8",
"react-redux": "^9.3.0",
"react-router": "^7.17.0",
"react-router-dom": "^7.17.0",
"redux-persist": "^6.0.0",
"tailwindcss": "^4.1.18"
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/jsonpath": "^0.2.4",
"@types/lodash": "^4.17.23",
"@types/node": "^22.19.7",
"@types/react": "^19.2.8",
"@types/lodash": "^4.17.24",
"@types/node": "^24.13.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"globals": "^16.5.0",
"prettier": "^3.8.0",
"typescript": "~5.9.3",
"vite": "^7.3.1"
"@vitejs/plugin-react": "^6.0.2",
"globals": "^17.6.0",
"prettier": "^3.8.3",
"typescript": "~6.0.3",
"vite": "^8.0.16"
}
}