From a628a21b393e16507fba96e2db90ef1e3af55e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Sun, 19 Aug 2018 11:32:21 +0800 Subject: [PATCH] up dependencies version --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index b68aea94..685d4a86 100755 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@antv/data-set": "^0.9.0", "@babel/polyfill": "^7.0.0-beta.36", - "antd": "^3.8.0", + "antd": "^3.8.2", "bizcharts": "^3.1.10", "bizcharts-plugin-slider": "^2.0.3", "classnames": "^2.2.6", @@ -50,18 +50,18 @@ }, "devDependencies": { "@babel/polyfill": "^7.0.0-beta.53", - "@types/react": "^16.4.4", + "@types/react": "^16.4.11", "@types/react-dom": "^16.0.6", - "antd-pro-merge-less": "^0.0.2", + "antd-pro-merge-less": "^0.0.3", "antd-theme-webpack-plugin": "^1.0.8", "babel-eslint": "^8.2.6", "babel-runtime": "^6.9.2", "cross-env": "^5.1.1", "cross-port-killer": "^1.0.1", - "enzyme": "^3.4.1", - "eslint": "^5.0.0", + "enzyme": "^3.4.4", + "eslint": "^5.4.0", "eslint-config-airbnb": "^17.0.0", - "eslint-config-prettier": "^2.9.0", + "eslint-config-prettier": "^3.0.1", "eslint-config-umi": "^0.1.4", "eslint-plugin-babel": "^5.1.0", "eslint-plugin-compat": "^2.5.1", @@ -69,20 +69,20 @@ "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", + "eslint-plugin-react": "^7.11.1", "gh-pages": "^1.2.0", "lint-staged": "^7.2.0", "mockjs": "^1.0.1-beta3", - "prettier": "1.14.0", + "prettier": "1.14.2", "pro-download": "^1.0.1", "react-loadable": "^5.4.0", "redbox-react": "^1.5.0", "regenerator-runtime": "^0.12.0", "stylelint": "^9.4.0", - "stylelint-config-prettier": "^3.0.4", + "stylelint-config-prettier": "^4.0.0", "stylelint-config-standard": "^18.0.0", - "umi": "^2.0.0-beta.10", - "umi-plugin-react": "^1.0.0-beta.10" + "umi": "^1.3.18", + "umi-plugin-react": "^1.0.0-beta.1" }, "optionalDependencies": { "puppeteer": "^1.6.0" -- GitLab