This commit is contained in:
syuilo 2018-07-08 03:21:16 +09:00
parent 8e11e2e3fc
commit 57052013bb
2 changed files with 2 additions and 3 deletions

View file

@ -89,7 +89,7 @@
"autwh": "0.1.0",
"bcryptjs": "2.4.3",
"bootstrap-vue": "2.0.0-rc.11",
"cafy": "11.2.0",
"cafy": "11.3.0",
"chalk": "2.4.1",
"crc-32": "1.2.0",
"css-loader": "1.0.0",

View file

@ -7,10 +7,9 @@ import * as path from 'path';
import ms = require('ms');
import * as Router from 'koa-router';
import * as send from 'koa-send';
import { Context } from 'cafy';
import { Context, ObjectContext } from 'cafy';
import * as glob from 'glob';
import * as yaml from 'js-yaml';
import ObjectContext from 'cafy/built/types/object';
import config from '../../config';
import I18n from '../../misc/i18n';
import { fa } from '../../misc/fa';