From f4738841f1e93755a9ec4f8757462f06d54600b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Oct 2018 13:18:48 +0000 Subject: [PATCH] Update react-catalyst requirement from 0.3.0 to 0.3.1 Updates the requirements on [react-catalyst](https://github.com/tungd/react-catalyst) to permit the latest version. - [Release notes](https://github.com/tungd/react-catalyst/releases) - [Commits](https://github.com/tungd/react-catalyst/commits) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d6667..f1835d9 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "install": "0.1.8", "react": "0.14.0", "react-addons-css-transition-group": "0.14.0", - "react-catalyst": "0.3.0", + "react-catalyst": "0.3.1", "react-dom": "0.14.0", "react-mixin": "^3.0.3", "react-router": "^1.0.0-rc3",