From 6a043ba672538988a7621261d93cd7d4104a9989 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:10:44 +0000 Subject: [PATCH] chore: bump antd from 3.26.8 to 3.26.12 Bumps [antd](https://github.com/ant-design/ant-design) from 3.26.8 to 3.26.12. - [Release notes](https://github.com/ant-design/ant-design/releases) - [Changelog](https://github.com/ant-design/ant-design/blob/3.26.12/CHANGELOG.en-US.md) - [Commits](https://github.com/ant-design/ant-design/compare/3.26.8...3.26.12) 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..83b499e4 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.12", "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..eb156a13 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.12: + version "3.26.12" + resolved "https://registry.yarnpkg.com/antd/-/antd-3.26.12.tgz#2f075670780ac0490b2945d8bca883edcd93158c" + integrity sha512-aXiRDDpDx1jH/gKJDE2dgZPT1C7qurOZ1OSt9RklQT2K6CFlveF8HJY7Jz1/xHikXA+kmy6kr/OACJiaxBFRkA== dependencies: "@ant-design/create-react-context" "^0.2.4" "@ant-design/icons" "~2.1.1"