From 6cfbb6e8e84aac3e17ec1b908576431021cf0e3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 21:16:33 +0000 Subject: [PATCH] Update history requirement from ^1.16.0 to ^4.9.0 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/compare/v1.16.0...v4.9.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 ceda427c..8d0f70b6 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.9.0", "prop-types": "^15.5.10", "react-redux": "^4.0.0", "react-router": "^3.0.0",