fix: 暂时指定esbuild版本以缓解上游破坏

see https://github.com/evanw/esbuild/issues/4010
This commit is contained in:
手瓜一十雪
2024-12-20 19:30:30 +08:00
parent cc9adf9d40
commit f3e8230eca

View File

@@ -50,7 +50,8 @@
"vite": "^6.0.1", "vite": "^6.0.1",
"vite-plugin-cp": "^4.0.8", "vite-plugin-cp": "^4.0.8",
"vite-tsconfig-paths": "^5.1.0", "vite-tsconfig-paths": "^5.1.0",
"winston": "^3.17.0" "winston": "^3.17.0",
"esbuild": "^0.24.0"
}, },
"dependencies": { "dependencies": {
"express": "^5.0.0", "express": "^5.0.0",