Skip to content

Commit

Permalink
[examples] Everything is back to normal with next.js (#8611)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored Oct 9, 2017
1 parent fb8bcd9 commit 0b61977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"dependencies": {
"material-ui": "next",
"next": "latest",
"react": "^15.0.0",
"react-dom": "^15.0.0"
"react": "latest",
"react-dom": "latest"
},
"scripts": {
"dev": "next",
Expand Down

0 comments on commit 0b61977

Please sign in to comment.