瀏覽代碼

📦 build(deps): 升级依赖版本并优化依赖排序

- 升级dotenv至16.6.1,esbuild至0.25.8,rollup至4.46.0等核心依赖
- 移除moment无用依赖,新增zod 4.0.10版本支持
- 调整package.json依赖排序使其按字母顺序排列,提升可读性
yourname 4 月之前
父節點
當前提交
73b4467620
共有 2 個文件被更改,包括 204 次插入269 次删除
  1. 5 5
      package.json
  2. 199 264
      pnpm-lock.yaml

+ 5 - 5
package.json

@@ -23,12 +23,12 @@
     "bcrypt": "^6.0.0",
     "compression": "^1.8.0",
     "dayjs": "^1.11.13",
-    "debug": "^4.4.1",    
+    "debug": "^4.4.1",
     "dotenv": "^16.5.0",
     "formdata-node": "^6.0.3",
-    "ioredis": "^5.6.1",
     "hono": "^4.8.5",
-    "jsonwebtoken": "^9.0.2",    
+    "ioredis": "^5.6.1",
+    "jsonwebtoken": "^9.0.2",
     "minio": "^8.0.5",
     "mysql2": "^3.14.2",
     "rc-upload": "^4.9.2",
@@ -36,16 +36,16 @@
     "react-dom": "^19.1.0",
     "react-hook-form": "^7.61.1",
     "react-router": "^7.7.0",
-    "react-toastify": "^11.0.5",
     "react-router-dom": "^7.7.0",
+    "react-toastify": "^11.0.5",
     "reflect-metadata": "^0.2.2",
     "sirv": "^3.0.1",
     "typeorm": "^0.3.25",
     "uuid": "^11.1.0"
   },
   "devDependencies": {
-    "@types/debug": "^4.1.12",
     "@tailwindcss/vite": "^4.1.11",
+    "@types/debug": "^4.1.12",
     "@types/node": "^24.0.10",
     "@types/react": "^19.1.8",
     "@types/react-dom": "^19.1.6",

File diff suppressed because it is too large
+ 199 - 264
pnpm-lock.yaml


Some files were not shown because too many files changed in this diff