1
0
Fork 0
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:
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" "start": "node server.js"
}, },
"dependencies": { "dependencies": {
"accepts": "1.3.3",
"express": "^4.14.0", "express": "^4.14.0",
"next": "*" "next": "^2.0.0-beta"
} }
} }

View file

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

View file

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

View file

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

View file

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