From 1fe950aea58664413a50688067223bcee942550b Mon Sep 17 00:00:00 2001 From: xingyu Date: Mon, 11 Sep 2023 16:47:19 +0800 Subject: [PATCH] chore: 1.8.1-snapshot --- package.json | 6 +++--- tsconfig.json | 3 +-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d19cede2..120c8357 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yudao-ui-admin-vue3", - "version": "1.8.0-snapshot", + "version": "1.8.1-snapshot", "description": "基于vue3、vite4、element-plus、typesScript", "author": "xingyu", "private": false, @@ -27,8 +27,8 @@ }, "dependencies": { "@element-plus/icons-vue": "^2.1.0", - "@form-create/designer": "^3.1.0", - "@form-create/element-ui": "^3.1.17", + "@form-create/designer": "^3.1.3", + "@form-create/element-ui": "^3.1.24", "@iconify/iconify": "^3.1.1", "@videojs-player/vue": "^1.0.0", "@vueuse/core": "^10.4.1", diff --git a/tsconfig.json b/tsconfig.json index d2909a8a..1ee23774 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,8 +29,7 @@ "element-plus/global", "@types/intro.js", "@types/qrcode", - "vite-plugin-svg-icons/client", - "@form-create/element-ui/types" + "vite-plugin-svg-icons/client" ], "outDir": "target", // 请保留这个属性,防止tsconfig.json文件报错 "typeRoots": ["./node_modules/@types/", "./types"]