From 0a1d6ff66ff2980abe253d7f8a4509ba2ed5aa2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=9D=E5=BF=97=E9=91=AB?= <1204505056@qq.com> Date: Wed, 29 Jul 2020 20:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=9D=A2=E5=8C=85=E5=B1=91?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- webstorm.config.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9ae90c4..b6aaa6f 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "clipboard": "^2.0.6", "codemirror": "^5.56.0", "core-js": "^3.6.5", - "dayjs": "^1.8.30", + "dayjs": "^1.8.31", "echarts": "^4.8.0", "echarts-wordcloud": "^1.1.3", "element-ui": "^2.13.2", @@ -72,7 +72,7 @@ "zx-count": "^0.3.7", "zx-icon": "^1.1.8", "zx-keel": "^0.9.4", - "zx-layouts": "^0.6.9", + "zx-layouts": "^0.6.10", "zx-magnifie": "^0.4.0", "zx-markdown-editor": "^0.0.2", "zx-player": "^0.9.6", diff --git a/webstorm.config.js b/webstorm.config.js index 9117455..6ec934d 100644 --- a/webstorm.config.js +++ b/webstorm.config.js @@ -1,3 +1,3 @@ -'use strict' -const webpackConfig = require('@vue/cli-service/webpack.config.js') -module.exports = webpackConfig +"use strict"; +const webpackConfig = require("@vue/cli-service/webpack.config.js"); +module.exports = webpackConfig;