Update dependencies 🚀

This commit is contained in:
syuilo
2019-09-27 05:50:34 +09:00
parent f4cb62db16
commit 42a14508f6
19 changed files with 1002 additions and 1001 deletions

View File

@@ -7,7 +7,7 @@ import * as path from 'path';
import * as showdown from 'showdown';
import 'showdown-highlightjs-extension';
import ms = require('ms');
import * as Router from 'koa-router';
import * as Router from '@koa/router';
import * as send from 'koa-send';
import * as glob from 'glob';
import config from '../../config';