@vuebro/configs 1.2.32 → 1.2.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,10 +1,10 @@
1
+ import type { Preset } from "@unocss/core";
1
2
  import type { AttributifyOptions } from "@unocss/preset-attributify";
2
3
  import type { IconsOptions } from "@unocss/preset-icons/browser";
3
4
  import type { TagifyOptions } from "@unocss/preset-tagify";
4
5
  import type { TypographyOptions } from "@unocss/preset-typography";
5
6
  import type { WebFontsOptions } from "@unocss/preset-web-fonts";
6
7
  import type { PresetWind4Options } from "@unocss/preset-wind4";
7
- import type { PresetOrFactoryAwaitable } from "unocss";
8
8
  declare const _default: ({ attributifyOptions, iconsOptions, tagifyOptions, typographyOptions, webFontsOptions, wind4Options, }?: {
9
9
  attributifyOptions?: AttributifyOptions;
10
10
  iconsOptions?: IconsOptions;
@@ -12,5 +12,5 @@ declare const _default: ({ attributifyOptions, iconsOptions, tagifyOptions, typo
12
12
  typographyOptions?: TypographyOptions;
13
13
  webFontsOptions?: WebFontsOptions;
14
14
  wind4Options?: PresetWind4Options;
15
- }) => PresetOrFactoryAwaitable[];
15
+ }) => Preset[];
16
16
  export default _default;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package",
3
3
  "name": "@vuebro/configs",
4
- "version": "1.2.32",
4
+ "version": "1.2.34",
5
5
  "description": "A comprehensive collection of shared configuration files for Vue.js projects with TypeScript, ESLint, Prettier, UnoCSS, and Vite, featuring Pug support",
6
6
  "keywords": [
7
7
  "vue",
@@ -89,8 +89,8 @@
89
89
  "eslint-plugin-depend": "^1.4.0",
90
90
  "eslint-plugin-import-x": "^4.16.1",
91
91
  "eslint-plugin-jsdoc": "^61.5.0",
92
- "eslint-plugin-package-json": "^0.85.0",
93
- "eslint-plugin-perfectionist": "^5.1.0",
92
+ "eslint-plugin-package-json": "^0.87.1",
93
+ "eslint-plugin-perfectionist": "^5.2.0",
94
94
  "eslint-plugin-prettier": "^5.5.4",
95
95
  "eslint-plugin-vue": "^10.6.2",
96
96
  "eslint-plugin-vue-pug": "^1.0.0-alpha.4",