diff --git a/snowy-admin-web/package.json b/snowy-admin-web/package.json index 33b484f1..1fdb8073 100644 --- a/snowy-admin-web/package.json +++ b/snowy-admin-web/package.json @@ -48,7 +48,8 @@ "vuex": "4.0.2" }, "devDependencies": { - "@antfu/eslint-config": "^0.18.3", + "@antfu/eslint-config": "^0.29.2", + "@antfu/utils": "0.6.0", "@vitejs/plugin-legacy": "^1.6.4", "@vitejs/plugin-vue": "^2.1.0", "@vitejs/plugin-vue-jsx": "^1.3.8", diff --git a/snowy-admin-web/src/auto-imports.d.ts b/snowy-admin-web/src/auto-imports.d.ts index 12027b71..55a704da 100644 --- a/snowy-admin-web/src/auto-imports.d.ts +++ b/snowy-admin-web/src/auto-imports.d.ts @@ -37,6 +37,7 @@ declare global { const readonly: typeof import('vue')['readonly'] const ref: typeof import('vue')['ref'] const resolveComponent: typeof import('vue')['resolveComponent'] + const resolveDirective: typeof import('vue')['resolveDirective'] const shallowReactive: typeof import('vue')['shallowReactive'] const shallowReadonly: typeof import('vue')['shallowReadonly'] const shallowRef: typeof import('vue')['shallowRef']