From e3e99b61b603ea3a133ee5bde4b15847d1b988b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 20 May 2019 07:55:55 +0000 Subject: [PATCH] Update react-mixin requirement from 3.0.0 to 5.0.0 Updates the requirements on [react-mixin](https://github.com/brigand/react-mixin) to permit the latest version. - [Release notes](https://github.com/brigand/react-mixin/releases) - [Commits](https://github.com/brigand/react-mixin/compare/v3.0.0...v5.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 b161203..9f6a794 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-addons-css-transition-group": "0.14.0", "react-catalyst": "0.3.0", "react-dom": "0.14.0", - "react-mixin": "3.0.0", + "react-mixin": "5.0.0", "react-router": "1.0.0-rc3", "redux-devtools": "^2.1.5", "vinyl-buffer": "1.0.0",