From 6b240dd9b93a74352eb0d3534022020d2cd10ad0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 21:21:01 +0000 Subject: [PATCH] Update rc-drawer requirement from 2.0.0-beta.3 to 2.0.0 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.0) 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 782c4e31..ea7dfb41 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.0", "rc-test": "^6.0.1", "rc-tools": "7.x", "react": "^16.0.0",