Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit e104a96

Browse files
committed
update react-router-redux version in examples
1 parent 47f5683 commit e104a96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"react-redux": "^4.3.0",
1010
"react-router": "^2.0.0",
1111
"redux": "^3.2.1",
12-
"react-router-redux": "^3.0.0"
12+
"react-router-redux": "^4.0.0"
1313
},
1414
"devDependencies": {
1515
"babel-core": "^6.4.5",

examples/server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react-dom": "^0.14.7",
99
"react-redux": "^4.3.0",
1010
"react-router": "^2.0.0",
11-
"react-router-redux": "^3.0.0",
11+
"react-router-redux": "^4.0.0",
1212
"redux": "^3.2.1",
1313
"serialize-javascript": "^1.1.2"
1414
},

0 commit comments

Comments
 (0)