chore: update deps

This commit is contained in:
iCrawl
2023-11-06 21:36:31 +01:00
parent 637e1a4ddb
commit 6cd3adf030
39 changed files with 2872 additions and 3687 deletions

View File

@@ -1,3 +1,4 @@
import type { UserConfig } from 'unocss';
import { defineConfig, presetTypography, presetUno } from 'unocss';
export default defineConfig({
@@ -80,4 +81,4 @@ export default defineConfig({
},
}),
],
});
}) as UserConfig;