upgrade deps
This commit is contained in:
@ -4,6 +4,9 @@
|
|||||||
* Feature interface.
|
* Feature interface.
|
||||||
*/
|
*/
|
||||||
class Feature {
|
class Feature {
|
||||||
|
/**
|
||||||
|
* localWebServer instance passed to constructor in case feature needs access to http server instance.
|
||||||
|
*/
|
||||||
constructor (localWebServer) {}
|
constructor (localWebServer) {}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
"array-back": "^1.0.4",
|
"array-back": "^1.0.4",
|
||||||
"command-line-args": "^4.0.1",
|
"command-line-args": "^4.0.1",
|
||||||
"command-line-usage": "^4.0.0",
|
"command-line-usage": "^4.0.0",
|
||||||
"config-master": "^2.1.0-0",
|
"config-master": "^3.0.0",
|
||||||
"koa": "next",
|
"koa": "next",
|
||||||
"koa-compose": "^3.1.0",
|
"koa-compose": "^3.1.0",
|
||||||
"koa-convert": "^1.2.0",
|
"koa-convert": "^1.2.0",
|
||||||
@ -52,7 +52,7 @@
|
|||||||
"walk-back": "^2.0.1"
|
"walk-back": "^2.0.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jsdoc-to-markdown": "^2.0.1",
|
"jsdoc-to-markdown": "^3.0.0",
|
||||||
"koa-cache-control": "^1.0.0",
|
"koa-cache-control": "^1.0.0",
|
||||||
"koa-livereload": "~0.2.0",
|
"koa-livereload": "~0.2.0",
|
||||||
"req-then": "~0.5.1",
|
"req-then": "~0.5.1",
|
||||||
|
Reference in New Issue
Block a user