From d3c3826d29b34f39cc3c476366df3f9cc9564748 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:33:43 +0000 Subject: [PATCH] Update rc-dialog requirement from 6.x to 7.x Updates the requirements on [rc-dialog](https://github.com/react-component/dialog) to permit the latest version. - [Release notes](https://github.com/react-component/dialog/releases) - [Changelog](https://github.com/react-component/dialog/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/dialog/commits/7.3.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44347b5..7c542ae 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "jest": "^20.0.4", "pre-commit": "1.x", "querystring": "^0.2.0", - "rc-dialog": "6.x", + "rc-dialog": "7.x", "rc-tools": "7.x", "react": "^16.0.0", "react-dom": "^16.0.0",