From fee3a408164efaa7a31ca0c0707b1990525927ba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 10:06:56 +0800 Subject: [PATCH] build(deps): bump @antv/data-set from 0.10.2 to 0.11.0 (#5966) Bumps [@antv/data-set](https://github.com/antvis/data-set) from 0.10.2 to 0.11.0. - [Release notes](https://github.com/antvis/data-set/releases) - [Commits](https://github.com/antvis/data-set/commits) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 797ed276..620d6a69 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ ], "dependencies": { "@ant-design/pro-layout": "^4.10.13", - "@antv/data-set": "^0.10.2", + "@antv/data-set": "^0.11.0", "antd": "^3.23.6", "classnames": "^2.2.6", "dva": "^2.6.0-beta.16",