From f3f2a630328bd7e38e88bffdd70ec37594089b96 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Thu, 6 Jun 2019 21:26:43 +0000 Subject: [PATCH] Update create-react-context requirement from 0.2.2 to 0.3.0 Updates the requirements on [create-react-context](https://github.com/thejameskyle/create-react-context) to permit the latest version. - [Release notes](https://github.com/thejameskyle/create-react-context/releases) - [Commits](https://github.com/thejameskyle/create-react-context/compare/v0.2.2...v0.3.0) 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 3396d5b9..d4f466f3 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "dependencies": { "babel-runtime": "6.x", "classnames": "2.x", - "create-react-context": "0.2.2", + "create-react-context": "0.3.0", "lodash": "^4.17.5", "prop-types": "15.x", "raf": "^3.4.1",