update deps

This commit is contained in:
syuilo
2022-08-27 16:34:14 +09:00
parent e0dce77678
commit 47b2e56967
8 changed files with 338 additions and 341 deletions

View File

@@ -14,7 +14,7 @@ if (localStorage.getItem('accounts') != null) {
//#endregion
import { computed, createApp, watch, markRaw, version as vueVersion, defineAsyncComponent } from 'vue';
import compareVersions from 'compare-versions';
import { compareVersions } from 'compare-versions';
import JSON5 from 'json5';
import widgets from '@/widgets';