From a84085f0429732c7c93d260f2c1f0b60bdac9a04 Mon Sep 17 00:00:00 2001 From: IchliebedichZhu <54796446@qq.com> Date: Mon, 4 Mar 2024 15:53:59 +0000 Subject: [PATCH] feat: upgrade vite and vue to the latest version --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 0e49a6a..d7b14d9 100644 --- a/package.json +++ b/package.json @@ -49,6 +49,7 @@ "eslint-config-alloy": "~4.1.0", "eslint-plugin-vue": "^7.12.1", "less": "^4.1.1", + "terser": "^5.28.1", "typescript": "^5.2.2", "unplugin-element-plus": "^0.7.1", "vite": "^5.1.4",