From 46af3e1823602fdfdeb53f90e7a8c83e6422e237 Mon Sep 17 00:00:00 2001 From: chenshuai2144 Date: Tue, 24 Mar 2020 20:51:00 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20package:=20upgrade=20all=20depen?= =?UTF-8?q?dencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 12d2f7bd..955ba7a5 100644 --- a/package.json +++ b/package.json @@ -57,8 +57,8 @@ ], "dependencies": { "@ant-design/icons": "^4.0.0", - "@ant-design/pro-layout": "^5.0.0", - "@ant-design/pro-table": "^2.0.0", + "@ant-design/pro-layout": "^5.0.8", + "@ant-design/pro-table": "^2.1.11", "antd": "^4.0.0", "classnames": "^2.2.6", "lodash": "^4.17.11", @@ -69,7 +69,7 @@ "react": "^16.8.6", "react-dom": "^16.8.6", "react-helmet-async": "^1.0.4", - "umi": "^3.0.0", + "umi": "^3.0.14", "umi-request": "^1.0.8", "use-merge-value": "^1.0.1" }, @@ -87,7 +87,7 @@ "@umijs/fabric": "^2.0.5", "@umijs/plugin-blocks": "^2.0.5", "@umijs/preset-ant-design-pro": "^1.0.1", - "@umijs/preset-react": "^1.3.0", + "@umijs/preset-react": "^1.4.8", "@umijs/preset-ui": "^2.0.9", "chalk": "^3.0.0", "cross-env": "^7.0.0", -- GitLab