From f3cea010763f8a104d50003b184d52475dac1ddf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 07:19:36 +0000 Subject: [PATCH] chore: bump antd from 3.26.8 to 3.26.11 Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.8 to 3.26.11. - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/3.26.11/CHANGELOG.en-US.md) - [Commits](https://github.com/ant-design/ant-design/compare/3.26.8...3.26.11) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4395a9b2..c360ccd6 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@apollo/react-hooks": "3.1.3", - "antd": "3.26.8", + "antd": "3.26.11", "apollo-cache": "1.3.4", "apollo-cache-inmemory": "1.6.5", "apollo-client": "2.6.8", diff --git a/yarn.lock b/yarn.lock index 02ae694b..fed073a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2398,10 +2398,10 @@ ansicolors@~0.3.2: resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979" integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk= -antd@3.26.8: - version "3.26.8" - resolved "https://registry.yarnpkg.com/antd/-/antd-3.26.8.tgz#e40982c5cdb6c5c2c5f037ead27889b5f71e4ea3" - integrity sha512-Cz9VVGXG3e2qVAfBwC9SfYGe8bhsD/fQr5tiuRWXkQGSJe4FPJEd04u+6QgBCuQ8Y36kBZr1xDiWky6dwoJvsA== +antd@3.26.11: + version "3.26.11" + resolved "https://registry.yarnpkg.com/antd/-/antd-3.26.11.tgz#28d17b8c664251b879e25ad22b3102b1d04c5a10" + integrity sha512-LJZW/XWfv7u5L0mnctmwJEIRuT2rVi5A9SR4JE1vfMwjfJQT6n8bphcytElYXxCHr9xjQSONhuGLgeMz6AVoWQ== dependencies: "@ant-design/create-react-context" "^0.2.4" "@ant-design/icons" "~2.1.1"