@unocss/vite 0.57.4 → 0.57.6
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.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +9 -9
package/dist/index.d.cts
CHANGED
|
@@ -62,7 +62,7 @@ declare function GlobalModeDevPlugin({ uno, tokens, tasks, flushTasks, affectedM
|
|
|
62
62
|
|
|
63
63
|
declare function GlobalModeBuildPlugin(ctx: UnocssPluginContext<VitePluginConfig>): Plugin[];
|
|
64
64
|
|
|
65
|
-
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin[];
|
|
65
|
+
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin<any>[];
|
|
66
66
|
|
|
67
67
|
declare function PerModuleModePlugin({ uno, filter }: UnocssPluginContext): Plugin[];
|
|
68
68
|
|
package/dist/index.d.mts
CHANGED
|
@@ -62,7 +62,7 @@ declare function GlobalModeDevPlugin({ uno, tokens, tasks, flushTasks, affectedM
|
|
|
62
62
|
|
|
63
63
|
declare function GlobalModeBuildPlugin(ctx: UnocssPluginContext<VitePluginConfig>): Plugin[];
|
|
64
64
|
|
|
65
|
-
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin[];
|
|
65
|
+
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin<any>[];
|
|
66
66
|
|
|
67
67
|
declare function PerModuleModePlugin({ uno, filter }: UnocssPluginContext): Plugin[];
|
|
68
68
|
|
package/dist/index.d.ts
CHANGED
|
@@ -62,7 +62,7 @@ declare function GlobalModeDevPlugin({ uno, tokens, tasks, flushTasks, affectedM
|
|
|
62
62
|
|
|
63
63
|
declare function GlobalModeBuildPlugin(ctx: UnocssPluginContext<VitePluginConfig>): Plugin[];
|
|
64
64
|
|
|
65
|
-
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin[];
|
|
65
|
+
declare function GlobalModePlugin(ctx: UnocssPluginContext): vite.Plugin<any>[];
|
|
66
66
|
|
|
67
67
|
declare function PerModuleModePlugin({ uno, filter }: UnocssPluginContext): Plugin[];
|
|
68
68
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/vite",
|
|
3
|
-
"version": "0.57.
|
|
3
|
+
"version": "0.57.6",
|
|
4
4
|
"description": "The Vite plugin for UnoCSS",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"dist"
|
|
40
40
|
],
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0"
|
|
42
|
+
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@ampproject/remapping": "^2.2.1",
|
|
@@ -47,15 +47,15 @@
|
|
|
47
47
|
"chokidar": "^3.5.3",
|
|
48
48
|
"fast-glob": "^3.3.2",
|
|
49
49
|
"magic-string": "^0.30.5",
|
|
50
|
-
"@unocss/config": "0.57.
|
|
51
|
-
"@unocss/core": "0.57.
|
|
52
|
-
"@unocss/inspector": "0.57.
|
|
53
|
-
"@unocss/scope": "0.57.
|
|
54
|
-
"@unocss/transformer-directives": "0.57.
|
|
50
|
+
"@unocss/config": "0.57.6",
|
|
51
|
+
"@unocss/core": "0.57.6",
|
|
52
|
+
"@unocss/inspector": "0.57.6",
|
|
53
|
+
"@unocss/scope": "0.57.6",
|
|
54
|
+
"@unocss/transformer-directives": "0.57.6"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"vite": "^
|
|
58
|
-
"@unocss/shared-integration": "0.57.
|
|
57
|
+
"vite": "^5.0.0",
|
|
58
|
+
"@unocss/shared-integration": "0.57.6"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
61
|
"build": "unbuild",
|