From c1bafe3327b6499b0bb44862560f6d0d0bbcb69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 16 Nov 2018 15:45:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E6=8F=90=E4=BA=A4=E7=9A=84=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=AF=A6=E6=83=85=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 2e3a1a80..28b06c80 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,6 @@ "docker-prod:build": "docker-compose -f ./docker/docker-compose.yml build" }, "dependencies": { - "@antv/data-set": "^0.10.0", "@babel/runtime": "^7.1.5", "antd": "^3.10.7", "bizcharts": "^3.2.5-beta.4", @@ -56,6 +55,7 @@ "react-router-dom": "^4.3.1" }, "devDependencies": { + "@antv/data-set": "^0.10.0", "@types/react": "^16.7.6", "@types/react-dom": "^16.0.9", "antd-pro-merge-less": "^0.2.0", @@ -67,7 +67,7 @@ "eslint": "^5.4.0", "eslint-config-airbnb": "^17.0.0", "eslint-config-prettier": "^3.0.1", - "eslint-plugin-babel": "^5.1.0", + "eslint-plugin-babel": "^5.3.0", "eslint-plugin-compat": "^2.6.2", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jsx-a11y": "^6.1.2", @@ -87,7 +87,7 @@ "tslint": "^5.10.0", "tslint-config-prettier": "^1.10.0", "tslint-react": "^3.6.0", - "umi": "^2.2.1", + "umi": "^2.2.7", "umi-plugin-ga": "^1.1.3", "umi-plugin-react": "^1.2.0" }, -- GitLab