From 0b3ec67a4d3bc1285ff762c9d06714fc9dcb0136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=81=8F=E5=8F=B3?= Date: Sun, 3 Feb 2019 08:49:28 +0800 Subject: [PATCH] :up: upgrade deps (#3503) --- package.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 9d57bffe..7b6a2ec0 100644 --- a/package.json +++ b/package.json @@ -31,19 +31,19 @@ "docker:push": "npm run docker-hub:build && npm run docker:tag && docker push antdesign/ant-design-pro" }, "dependencies": { - "@antv/data-set": "^0.10.0", - "@babel/runtime": "^7.2.0", - "antd": "^3.11.6", - "bizcharts": "^3.4.2", + "@antv/data-set": "^0.10.1", + "@babel/runtime": "^7.3.1", + "antd": "^3.13.0", + "bizcharts": "^3.4.3", "bizcharts-plugin-slider": "^2.1.1-beta.1", "classnames": "^2.2.6", - "dva": "^2.4.0", + "dva": "^2.4.1", "enquire-js": "^0.2.1", - "hash.js": "^1.1.5", - "lodash": "^4.17.10", - "lodash-decorators": "^6.0.0", + "hash.js": "^1.1.7", + "lodash": "^4.17.11", + "lodash-decorators": "^6.0.1", "memoize-one": "^5.0.0", - "moment": "^2.22.2", + "moment": "^2.24.0", "numeral": "^2.0.6", "nzh": "^1.0.4", "omit.js": "^1.0.0", @@ -61,22 +61,22 @@ "react-router-dom": "^4.3.1" }, "devDependencies": { - "@types/react": "^16.7.7", - "@types/react-dom": "^16.0.10", + "@types/react": "^16.8.1", + "@types/react-dom": "^16.0.11", "antd-pro-merge-less": "^1.0.0", "antd-theme-webpack-plugin": "^1.2.0", "babel-eslint": "^10.0.1", "chalk": "^2.4.2", "check-prettier": "^1.0.1", - "cross-env": "^5.1.1", + "cross-env": "^5.2.0", "cross-port-killer": "^1.0.1", "enzyme": "3.8.0", - "eslint": "^5.12.1", + "eslint": "^5.13.0", "eslint-config-airbnb": "^17.1.0", - "eslint-config-prettier": "^3.6.0", + "eslint-config-prettier": "^4.0.0", "eslint-plugin-babel": "^5.3.0", "eslint-plugin-compat": "^2.6.3", - "eslint-plugin-import": "^2.15.0", + "eslint-plugin-import": "^2.16.0", "eslint-plugin-jsx-a11y": "^6.2.0", "eslint-plugin-markdown": "^1.0.0", "eslint-plugin-react": "^7.12.4", @@ -84,14 +84,14 @@ "husky": "^1.3.1", "jest-puppeteer": "^3.9.0", "less": "^3.9.0", - "lint-staged": "^8.1.0", + "lint-staged": "^8.1.1", "merge-umi-mock-data": "^1.0.4", "mockjs": "^1.0.1-beta3", - "prettier": "1.16.1", + "prettier": "1.16.3", "slash2": "^2.0.0", - "stylelint": "^9.8.0", + "stylelint": "^9.10.1", "stylelint-config-prettier": "^4.0.0", - "stylelint-config-standard": "^18.0.0", + "stylelint-config-standard": "^18.2.0", "tslint": "^5.12.1", "tslint-config-prettier": "^1.17.0", "tslint-react": "^3.6.0", @@ -100,7 +100,7 @@ "umi-plugin-react": "^1.4.2" }, "optionalDependencies": { - "puppeteer": "^1.11.0" + "puppeteer": "^1.12.1" }, "lint-staged": { "**/*.{js,ts,tsx,json,jsx,less}": [ -- GitLab