Skip to content

Commit 891a97c

Browse files
committed
Unpin history version in real-world example
1 parent 9686011 commit 891a97c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/real-world/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
},
1616
"homepage": "http://rackt.github.io/redux",
1717
"dependencies": {
18-
"history": "1.13.1",
18+
"history": "^1.17.0",
1919
"humps": "^0.6.0",
2020
"isomorphic-fetch": "^2.1.1",
2121
"lodash": "^3.10.1",
2222
"normalizr": "^1.0.0",
2323
"react": "^0.14.0",
2424
"react-dom": "^0.14.0",
2525
"react-redux": "^2.1.2",
26-
"react-router": "^1.0.0-rc1",
26+
"react-router": "^1.0.3",
2727
"redux": "^3.0.0",
2828
"redux-logger": "^2.0.2",
2929
"redux-router": "^1.0.0-beta3",

0 commit comments

Comments
 (0)