From 2da1a85bbf7646e7cb0a6a80f2096092709d2e93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 21:19:52 +0000 Subject: [PATCH] Update react-router requirement from ^3.0.0 to ^5.0.0 Updates the requirements on [react-router](https://github.com/ReactTraining/react-router) to permit the latest version. - [Release notes](https://github.com/ReactTraining/react-router/releases) - [Changelog](https://github.com/ReactTraining/react-router/blob/master/CHANGES.md) - [Commits](https://github.com/ReactTraining/react-router/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 6e55aa7c..19c592ac 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "react-dnd": "^7.0.2", "react-dnd-html5-backend": "^7.0.2", "react-dom": "^16.0.0", - "react-router": "^3.0.0", + "react-router": "^5.0.0", "react-test-renderer": "^16.0.0", "sortablejs": "^1.7.0" },