Skip to content

Commit

Permalink
FIX #5234 (#5235)
Browse files Browse the repository at this point in the history
FIX #5234

It simply needed to update dependencies
  • Loading branch information
a-barbieri authored and timneutkens committed Sep 20, 2018
1 parent 8d649d1 commit a39ce55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/with-redux-saga/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"es6-promise": "4.1.1",
"isomorphic-unfetch": "2.0.0",
"next": "latest",
"next-redux-saga": "3.0.0-beta.1",
"next-redux-wrapper": "2.0.0-beta.6",
"next-redux-saga": "3.0.0",
"next-redux-wrapper": "2.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-redux": "5.0.7",
Expand Down

0 comments on commit a39ce55

Please sign in to comment.