mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
example/with-static-export update react & next dependencies (#3238)
`next@latest` instead of beta react 16
This commit is contained in:
parent
28767c06d1
commit
c29ec6bdd0
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
|
"name": "with-static-export",
|
||||||
"main": "server.js",
|
"main": "server.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.15.3",
|
"express": "^4.15.3",
|
||||||
"isomorphic-fetch": "^2.2.1",
|
"isomorphic-fetch": "^2.2.1",
|
||||||
"next": "beta",
|
"next": "latest",
|
||||||
"react": "^15.5.4",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^15.5.4",
|
"react-dom": "^16.0.0",
|
||||||
"serve": "^5.2.2"
|
"serve": "^5.2.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in a new issue