Update the next to the least supported version. (#478)

This commit is contained in:
Arunoda Susiripala 2016-12-22 17:11:50 +05:30 committed by Naoyuki Kanezawa
parent cae706d7b7
commit 362626d0d4
5 changed files with 5 additions and 8 deletions

View file

@ -3,8 +3,7 @@
"start": "node server.js"
},
"dependencies": {
"accepts": "1.3.3",
"express": "^4.14.0",
"next": "*"
"next": "^2.0.0-beta"
}
}

View file

@ -3,7 +3,6 @@
"start": "node server.js"
},
"dependencies": {
"accepts": "1.3.3",
"next": "*"
"next": "^2.0.0-beta"
}
}

View file

@ -3,8 +3,7 @@
"start": "node server.js"
},
"dependencies": {
"accepts": "1.3.3",
"next": "*",
"next": "^2.0.0-beta",
"path-match": "1.2.4"
}
}

View file

@ -9,7 +9,7 @@
"start": "next start"
},
"dependencies": {
"next": "*"
"next": "^2.0.0-beta"
},
"author": "",
"license": "ISC"

View file

@ -7,7 +7,7 @@
"start": "next start"
},
"dependencies": {
"next": "*",
"next": "^2.0.0-beta",
"styled-components": "1.2.1"
},
"author": "",