From 695eefbf3677f9cf486be70552aa1cb1c7758109 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 28 Jan 2021 03:52:38 +0000 Subject: [PATCH] Update mirrorx requirement from ^0.2.12 to ^1.1.1 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.1) 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 5ab91e3..8535984 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "antd": "^3.11.6", "axios": "^0.21.1", "classnames": "^2.2.6", - "mirrorx": "^0.2.12", + "mirrorx": "^1.1.1", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0"