From cf0fb00e1ba7ab18ba54a04e82ec4458fd8e5d84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 02:31:44 +0000 Subject: [PATCH] Update mirrorx requirement from ^0.2.12 to ^1.0.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.0.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..608cf70 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.0.0", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0"