From f18fc3ffc9d5c29ed35c3368c6f63613730da077 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 21:36:22 +0000 Subject: [PATCH] Update rc-drawer requirement from 2.0.0-beta.3 to 2.0.8 Updates the requirements on [rc-drawer](https://github.com/ant-motion/drawer) to permit the latest version. - [Release notes](https://github.com/ant-motion/drawer/releases) - [Changelog](https://github.com/react-component/drawer/blob/master/HISTORY.md) - [Commits](https://github.com/ant-motion/drawer/compare/v2.0.0-beta.3...v2.0.8) 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 f32d8bf2..91f53d0d 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "expect.js": "~0.3.1", "jquery": "^3.3.1", "pre-commit": "1.x", - "rc-drawer": "2.0.0-beta.3", + "rc-drawer": "2.0.8", "rc-test": "^6.0.1", "rc-tools": "7.x", "react": "^16.0.0",