From 7a1d8f9fb8baa16bd67554ef33bae7670e17284a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 20 Dec 2018 06:34:54 +0000 Subject: [PATCH] Update history requirement from ^1.16.0 to ^4.7.2 Updates the requirements on [history](https://github.com/ReactTraining/history) to permit the latest version. - [Release notes](https://github.com/ReactTraining/history/releases) - [Changelog](https://github.com/ReactTraining/history/blob/master/createBrowserHistory.js) - [Commits](https://github.com/ReactTraining/history/commits/v4.7.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ccc428d2..33272815 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "react": "^16.1.1", "react-dom": "^16.1.1", "react-test-renderer": "^16.1.1", - "history": "^1.16.0", + "history": "^4.7.2", "prop-types": "^15.5.10", "react-redux": "^4.0.0", "react-router": "^3.0.0",