chore: bump dependencies

This commit is contained in:
2026-06-02 17:19:29 +08:00
parent eab8aa7403
commit c979385388
4 changed files with 1012 additions and 1343 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM node:20-alpine as builder FROM node:24-trixie-slim as builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN corepack enable pnpm RUN corepack enable pnpm
+22 -30
View File
@@ -12,39 +12,31 @@
"predeploy": "pnpm build" "predeploy": "pnpm build"
}, },
"dependencies": { "dependencies": {
"@reduxjs/toolkit": "^2.10.1", "@reduxjs/toolkit": "^2.12.0",
"@tailwindcss/vite": "^4.1.16", "@tailwindcss/vite": "^4.3.0",
"axios": "^1.13.2", "axios": "^1.16.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"react": "^19.2.0", "react": "^19.2.6",
"react-dom": "^19.2.0", "react-dom": "^19.2.6",
"react-redux": "^9.2.0", "react-redux": "^9.3.0",
"react-router": "^7.9.5", "react-router": "^7.16.0",
"react-router-dom": "^7.9.5", "react-router-dom": "^7.16.0",
"tailwindcss": "^4.1.16" "tailwindcss": "^4.3.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/js": "^9.39.1", "@eslint/js": "^10.0.1",
"@types/node": "^20.19.24", "@types/node": "^25.9.1",
"@types/react": "^19.2.2", "@types/react": "^19.2.15",
"@types/react-dom": "^19.2.2", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^4.7.0", "@vitejs/plugin-react": "^6.0.2",
"eslint": "^9.39.1", "eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5", "eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-hooks": "^7.1.1",
"eslint-plugin-react-refresh": "^0.4.24", "eslint-plugin-react-refresh": "^0.5.2",
"globals": "^16.5.0", "globals": "^17.6.0",
"prettier": "^3.6.2", "prettier": "^3.8.3",
"typescript": "~5.8.3", "typescript": "~6.0.3",
"typescript-eslint": "^8.46.3", "typescript-eslint": "^8.60.0",
"vite": "^7.1.12" "vite": "^8.0.15"
},
"pnpm": {
"ignoredBuiltDependencies": [
"esbuild"
],
"onlyBuiltDependencies": [
"@tailwindcss/oxide"
]
} }
} }
+987 -1312
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -0,0 +1,2 @@
allowBuilds:
esbuild: true