Fix examples #9064: bumps next-redux-wrapper package version that contains babel runtime fix (#9214)

This commit is contained in:
Nataliya Karatkova 2019-10-27 21:31:39 +00:00 committed by Tim Neutkens
parent 1c11ffd1f7
commit 4584ea47f6
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# Immutable Redux Example
> This example and documentation is based on the [with-redux](https://github.com/zeit/next.js/tree/master/examples/with-redux) example.
> This example and documentation is based on the [with-redux-wrapper](https://github.com/zeit/next.js/tree/master/examples/with-redux-wrapper) example.
## How to use

View file

@ -9,7 +9,7 @@
"dependencies": {
"immutable": "4.0.0-rc.9",
"next": "latest",
"next-redux-wrapper": "2.0.0-beta.6",
"next-redux-wrapper": "4.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^5.0.1",