Skip to content

Commit

Permalink
Fix examples #9064: bumps next-redux-wrapper package version that con…
Browse files Browse the repository at this point in the history
…tains babel runtime fix (#9214)
  • Loading branch information
nataliyakarat authored and timneutkens committed Oct 27, 2019
1 parent 1c11ffd commit 4584ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-immutable-redux-wrapper/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion examples/with-immutable-redux-wrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4584ea4

Please sign in to comment.