summaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-02-21 13:20:25 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-02-21 16:52:53 +0100
commit8b6c848ef6239a563eebb00015aafe10bf11e9d0 (patch)
tree96c881d4c912495cbc4e06aae6fdcb5b9ed252fe /package.json
parent722d5770606046137e2db42bdcf22928cf7d374e (diff)
downloadmullvadvpn-8b6c848ef6239a563eebb00015aafe10bf11e9d0.tar.xz
mullvadvpn-8b6c848ef6239a563eebb00015aafe10bf11e9d0.zip
Fix react-router-redux to use the latest alpha
Fixes issues with missing peer deps that date back to React 15.. Wooot
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 39db9c4764..56894294b4 100644
--- a/package.json
+++ b/package.json
@@ -25,7 +25,7 @@
"react-native-windows": "^0.52.0-rc.0",
"react-redux": "^5.0.2",
"react-router": "^4.2.0",
- "react-router-redux": "5.0.0-alpha.6",
+ "react-router-redux": "^5.0.0-alpha.9",
"react-simple-maps": "^0.10.1",
"react-transition-group": "^1.2.0",
"reactxp": "^0.51.8",