From 5e06e7af190d3aad0f9a70285a9c906c4eb8a126 Mon Sep 17 00:00:00 2001 From: Victor Chabbert Date: Sun, 29 Jan 2017 12:29:19 +0100 Subject: Update redux-saga-router to 2.0.0 --- frontend/yarn.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/yarn.lock') diff --git a/frontend/yarn.lock b/frontend/yarn.lock index a7556445..fd6457c5 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -4435,9 +4435,9 @@ redux-saga: version "0.13.0" resolved "https://registry.yarnpkg.com/redux-saga/-/redux-saga-0.13.0.tgz#9294386550deb0d56bc9a1b3c90a613e7ddb6593" -redux-saga-router@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/redux-saga-router/-/redux-saga-router-1.1.0.tgz#c2edf4445c9def382fd64d3e8f63c7f4d519bb91" +redux-saga-router@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/redux-saga-router/-/redux-saga-router-2.0.0.tgz#48d4622029347fce004ffa4f8c421a3a453050ae" dependencies: fsm-iterator "^1.0.0" history "^4.3.0" -- cgit