From 23622b66c19049ab5f028cebf61a22385ced9562 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 09:37:30 +0800 Subject: [PATCH] Pin @ant-design/pro-table to version 2.2.1 (#6365) Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3258fe76..20935b9e 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "dependencies": { "@ant-design/icons": "^4.0.0", "@ant-design/pro-layout": "^5.0.8", - "@ant-design/pro-table": "^2.2.0", + "@ant-design/pro-table": "2.2.1", "antd": "^4.0.0", "classnames": "^2.2.6", "lodash": "^4.17.11",