Upgrade deps

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2020-10-20 11:20:33 +02:00
parent 447b73493e
commit 79c9f4dbd2
4 changed files with 767 additions and 763 deletions

View File

@@ -1,5 +1,7 @@
declare module "*.vue" {
import Vue from "vue";
import type { DefineComponent } from "vue";
export default Vue;
// eslint-disable-next-line @typescript-eslint/ban-types
const component: DefineComponent<{}, {}, any>;
export default component;
}