From 8d56b6e98c6d24bf1b1656c2e9ab66fbc5c7d9c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2019 23:08:54 +0000 Subject: [PATCH] Update rc-drawer requirement from 2.0.0-beta.3 to 2.0.3 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.3) 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 5f857684..8e8bfd72 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.3", "rc-test": "^6.0.1", "rc-tools": "7.x", "react": "^16.0.0",