From 56fefae17e6e1cda347b123bdaf72539f55eca1d Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Fri, 28 Jun 2019 20:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8D=87=E7=BA=A7=EF=BC=8C?= =?UTF-8?q?=E9=81=BF=E5=85=8DGitHub=E5=AE=89=E5=85=A8=E6=8A=A5=E8=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin-api/pom.xml | 2 +- litemall-admin/package.json | 2 +- litemall-vue/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litemall-admin-api/pom.xml b/litemall-admin-api/pom.xml index d478af4bc..765ec9f99 100644 --- a/litemall-admin-api/pom.xml +++ b/litemall-admin-api/pom.xml @@ -13,7 +13,7 @@ UTF-8 UTF-8 2.17 - 7.6 + [8.18,) diff --git a/litemall-admin/package.json b/litemall-admin/package.json index 3ceb1f931..c9bb4d7cd 100644 --- a/litemall-admin/package.json +++ b/litemall-admin/package.json @@ -24,7 +24,7 @@ "@tinymce/tinymce-vue": "1.1.0", "@riophae/vue-treeselect": "0.0.37", "v-charts": "1.19.0", - "axios": "0.18.0", + "axios": ">=0.18.1", "clipboard": "1.7.1", "connect": "3.6.6", "echarts": "4.1.0", diff --git a/litemall-vue/package.json b/litemall-vue/package.json index 38741d643..a186e63bb 100644 --- a/litemall-vue/package.json +++ b/litemall-vue/package.json @@ -15,7 +15,7 @@ }, "dependencies": { "@chenfengyuan/vue-countdown": "^1.1.2", - "axios": "^0.18.0", + "axios": ">=0.18.1", "dayjs": "^1.7.7", "js-cookie": "2.2.0", "lodash": "^4.17.11",