From 50c8ce3719c1be5c06ea09dc9bfaff2cfe7a7e4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Mon, 30 Jul 2018 06:18:34 +0800 Subject: [PATCH] up dependencies version --- package.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5e82d415..3367b9d4 100755 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "prettier": "prettier --write ./src/**/**/**/*" }, "dependencies": { - "@antv/data-set": "^0.8.0", - "antd": "^3.7.0", + "@antv/data-set": "^0.8.9", + "antd": "^3.7.3", "bizcharts": "^3.1.10", "bizcharts-plugin-slider": "^2.0.3", "classnames": "^2.2.6", @@ -50,7 +50,7 @@ "@babel/polyfill": "^7.0.0-beta.53", "@types/react": "^16.4.4", "@types/react-dom": "^16.0.6", - "antd-pro-merge-less": "^0.0.1", + "antd-pro-merge-less": "^0.0.2", "antd-theme-webpack-plugin": "^1.0.8", "babel-eslint": "^8.2.6", "babel-plugin-dva-hmr": "^0.4.1", @@ -66,23 +66,22 @@ "eslint-config-prettier": "^2.9.0", "eslint-config-umi": "^0.1.4", "eslint-plugin-babel": "^5.1.0", - "eslint-plugin-compat": "^2.1.0", + "eslint-plugin-compat": "^2.5.1", "eslint-plugin-flowtype": "2.50.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-jsx-a11y": "^6.0.3", "eslint-plugin-markdown": "^1.0.0-beta.6", "eslint-plugin-react": "^7.9.1", "gh-pages": "^1.2.0", - "husky": "^0.14.3", "lint-staged": "^7.2.0", "merge-umi-mock-data": "^0.0.2", "mockjs": "^1.0.1-beta3", - "prettier": "1.13.7", + "prettier": "1.14.0", "pro-download": "^1.0.1", "react-loadable": "^5.4.0", "redbox-react": "^1.5.0", "regenerator-runtime": "^0.12.0", - "stylelint": "^9.2.1", + "stylelint": "^9.4.0", "stylelint-config-prettier": "^3.0.4", "stylelint-config-standard": "^18.0.0", "umi": "^1.3.15", -- GitLab