From 07c7eb89650f56bf12ded09c0c14dcbb55c9b088 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=89=8B=E7=93=9C=E4=B8=80=E5=8D=81=E9=9B=AA?= Date: Sat, 19 Apr 2025 11:01:45 +0800 Subject: [PATCH] Revert "package->dev" This reverts commit c78b9488f267d06afe90c7788d7f3edae681ade8. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 7ea77cc1..a9511dca 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,12 @@ "vite": "^6.0.1", "vite-plugin-cp": "^6.0.0", "vite-tsconfig-paths": "^5.1.0", - "winston": "^3.17.0", - "zod": "^3.24.2" + "winston": "^3.17.0" }, "dependencies": { "express": "^5.0.0", "silk-wasm": "^3.6.1", - "ws": "^8.18.0" + "ws": "^8.18.0", + "zod": "^3.24.2" } -} \ No newline at end of file +}