From b368ad764f123ced6b48052c490decafe93e5402 Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期四, 10 十二月 2020 12:08:18 +0800 Subject: [PATCH] 升级core-js到最新版本3.8.1 --- ruoyi-ui/package.json | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ruoyi-ui/package.json b/ruoyi-ui/package.json index 0a05a25..0521365 100644 --- a/ruoyi-ui/package.json +++ b/ruoyi-ui/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.0.0", + "version": "3.2.1", "description": "若依管理系统", "author": "若依", "license": "MIT", @@ -43,9 +43,9 @@ "@riophae/vue-treeselect": "0.4.0", "axios": "0.18.1", "clipboard": "2.0.4", - "core-js": "3.6.5", + "core-js": "3.8.1", "echarts": "4.2.1", - "element-ui": "2.13.2", + "element-ui": "2.14.1", "file-saver": "2.0.1", "js-beautify": "1.10.2", "fuse.js": "3.4.4", @@ -58,9 +58,9 @@ "sortablejs": "1.8.4", "vue": "2.6.10", "vue-count-to": "1.0.13", - "vue-quill-editor": "3.0.6", + "quill": "1.3.7", "vue-cropper": "0.4.9", - "vue-router": "3.0.2", + "vue-router": "3.4.9", "vue-splitpane": "1.0.4", "vuedraggable": "2.20.0", "vuex": "3.1.0" -- Gitblit v1.9.2