mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
Update the next to the least supported version. (#478)
This commit is contained in:
parent
cae706d7b7
commit
362626d0d4
|
@ -3,8 +3,7 @@
|
|||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "1.3.3",
|
||||
"express": "^4.14.0",
|
||||
"next": "*"
|
||||
"next": "^2.0.0-beta"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "1.3.3",
|
||||
"next": "*"
|
||||
"next": "^2.0.0-beta"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"accepts": "1.3.3",
|
||||
"next": "*",
|
||||
"next": "^2.0.0-beta",
|
||||
"path-match": "1.2.4"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "*"
|
||||
"next": "^2.0.0-beta"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC"
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"start": "next start"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "*",
|
||||
"next": "^2.0.0-beta",
|
||||
"styled-components": "1.2.1"
|
||||
},
|
||||
"author": "",
|
||||
|
|
Loading…
Reference in a new issue