Update to Koa 2

This commit is contained in:
Jonathan Cremin 2018-04-13 21:44:31 +01:00
parent 42b6cd5a32
commit 87459b2acc
15 changed files with 467 additions and 419 deletions

View file

@ -28,7 +28,7 @@
"apple-music-jwt": "^0.2.0",
"babel-loader": "^8.0.0-beta.2",
"bluebird": "^3.5.1",
"bulma": "^0.6.2",
"bulma": "^0.7.0",
"co": "~4.6.0",
"css-loader": "^0.28.11",
"debug": "^3.1.0",
@ -36,17 +36,17 @@
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^1.1.11",
"iso8601-duration": "^1.1.1",
"kcors": "^1.3.3",
"koa": "^1.6.0",
"koa-bodyparser": "^2.2.0",
"koa-compress": "~1.0.8",
"koa-favicon": "~1.2.0",
"kcors": "^2.2.1",
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-compress": "~2.0.0",
"koa-favicon": "~2.0.1",
"koa-file-server": "~2.3.1",
"koa-logger": "~1.3.0",
"koa-route": "~2.4.2",
"koa-static": "^2.0.0",
"koa-views": "^4.0.1",
"koa-websocket": "^2.1.0",
"koa-logger": "~3.2.0",
"koa-route": "~3.2.0",
"koa-static": "^4.0.2",
"koa-views": "^6.1.4",
"koa-websocket": "^4.1.0",
"kue": "^0.11.6",
"moment": "^2.22.0",
"node-uuid": "~1.4.2",