From f8983eb2e61fdc4aa1c31abf45c7152e09e0b556 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Wed, 13 Dec 2023 15:24:11 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7=E4=B8=BA2.0.1-2023121301-Alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data-room-ui/package.json b/data-room-ui/package.json index 61681e62..d47ffb4d 100644 --- a/data-room-ui/package.json +++ b/data-room-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gcpaas/data-room-ui", - "version": "2.0.1-2023120401-Alpha", + "version": "2.0.1-2023121301-Alpha", "description": "自定义大屏", "author": "gcpaas", "license": "MIT", @@ -86,7 +86,8 @@ "vuedraggable": "^2.24.3", "vuex": "3.1.0", "node-sass": "4.14.1", - "sass-loader": "7.1.0" + "sass-loader": "7.1.0", + "ztree": "3.5.24" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -135,8 +136,7 @@ "vue": "2.6.10", "babel-polyfill": "6.26.0", "increase-memory-limit": "^1.0.7", - "tiny-sass-compiler": "^0.12.2", - "ztree": "3.5.24" + "tiny-sass-compiler": "^0.12.2" }, "engines": { "node": ">=8.9",