@unocss/nuxt 0.55.2 → 0.55.3

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.
package/dist/index.d.mts CHANGED
@@ -98,4 +98,4 @@ declare module '@nuxt/schema' {
98
98
  }
99
99
  }
100
100
 
101
- export { UnocssNuxtOptions, _default as default };
101
+ export { type UnocssNuxtOptions, _default as default };
package/dist/index.d.ts CHANGED
@@ -98,4 +98,4 @@ declare module '@nuxt/schema' {
98
98
  }
99
99
  }
100
100
 
101
- export { UnocssNuxtOptions, _default as default };
101
+ export { type UnocssNuxtOptions, _default as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/nuxt",
3
- "version": "0.55.2",
3
+ "version": "0.55.3",
4
4
  "description": "Nuxt module for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -38,19 +38,19 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@nuxt/kit": "^3.6.5",
41
- "@unocss/config": "0.55.2",
42
- "@unocss/core": "0.55.2",
43
- "@unocss/preset-attributify": "0.55.2",
44
- "@unocss/preset-icons": "0.55.2",
45
- "@unocss/preset-tagify": "0.55.2",
46
- "@unocss/preset-typography": "0.55.2",
47
- "@unocss/preset-uno": "0.55.2",
48
- "@unocss/preset-web-fonts": "0.55.2",
49
- "@unocss/preset-wind": "0.55.2",
50
- "@unocss/reset": "0.55.2",
51
- "@unocss/vite": "0.55.2",
52
- "@unocss/webpack": "0.55.2",
53
- "unocss": "0.55.2"
41
+ "@unocss/config": "0.55.3",
42
+ "@unocss/core": "0.55.3",
43
+ "@unocss/preset-attributify": "0.55.3",
44
+ "@unocss/preset-icons": "0.55.3",
45
+ "@unocss/preset-tagify": "0.55.3",
46
+ "@unocss/preset-typography": "0.55.3",
47
+ "@unocss/preset-uno": "0.55.3",
48
+ "@unocss/preset-web-fonts": "0.55.3",
49
+ "@unocss/preset-wind": "0.55.3",
50
+ "@unocss/reset": "0.55.3",
51
+ "@unocss/vite": "0.55.3",
52
+ "@unocss/webpack": "0.55.3",
53
+ "unocss": "0.55.3"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@nuxt/schema": "^3.6.5"