summaryrefslogtreecommitdiff
path: root/frontend/yarn.lock
diff options
context:
space:
mode:
authorVictor Chabbert <chabbertvi@eisti.eu>2017-01-29 12:29:19 +0100
committerVictor Chabbert <chabbertvi@eisti.eu>2017-01-29 12:29:19 +0100
commit5e06e7af190d3aad0f9a70285a9c906c4eb8a126 (patch)
treecd49136aa83125456e2eb1c39db508ca5322ba20 /frontend/yarn.lock
parentAdd zeus temple background as potential home background (diff)
downloadseven-wonders-5e06e7af190d3aad0f9a70285a9c906c4eb8a126.tar.gz
seven-wonders-5e06e7af190d3aad0f9a70285a9c906c4eb8a126.tar.bz2
seven-wonders-5e06e7af190d3aad0f9a70285a9c906c4eb8a126.zip
Update redux-saga-router to 2.0.0
Diffstat (limited to 'frontend/yarn.lock')
-rw-r--r--frontend/yarn.lock6
1 files changed, 3 insertions, 3 deletions
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"
bgstack15