Skip to content

Commit

Permalink
example/with-static-export update react & next dependencies (#3238)
Browse files Browse the repository at this point in the history
`next@latest` instead of beta
react 16
  • Loading branch information
andykenward authored and timneutkens committed Nov 4, 2017
1 parent 28767c0 commit c29ec6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/with-static-export/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "with-static-export",
"main": "server.js",
"dependencies": {
"express": "^4.15.3",
"isomorphic-fetch": "^2.2.1",
"next": "beta",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"next": "latest",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"serve": "^5.2.2"
},
"scripts": {
Expand Down

0 comments on commit c29ec6b

Please sign in to comment.