From eb11964fb94276675c1caa41a5b56acabf60df83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 06:50:48 +0000 Subject: [PATCH] Update mirrorx requirement from ^0.2.12 to ^1.1.0 Updates the requirements on [mirrorx](https://github.com/mirrorjs/mirror) to permit the latest version. - [Release notes](https://github.com/mirrorjs/mirror/releases) - [Changelog](https://github.com/mirrorjs/mirror/blob/master/CHANGES.md) - [Commits](https://github.com/mirrorjs/mirror/compare/v0.2.12...v1.1.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 28c9366..67cc612 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "antd": "^3.11.6", "axios": "^0.18.0", "classnames": "^2.2.6", - "mirrorx": "^0.2.12", + "mirrorx": "^1.1.0", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0"