From 3630ff4e9bde0d077c14ff770027a2034d931c50 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 (cherry picked from commit 1fe950aea58664413a50688067223bcee942550b) --- package.json | 4 ++-- tsconfig.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 4b48293b..4f5c0340 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, @@ -28,7 +28,7 @@ "dependencies": { "@element-plus/icons-vue": "^2.1.0", "@form-create/designer": "^3.1.3", - "@form-create/element-ui": "^3.1.18", + "@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"]