@unocss/vite 66.4.2 → 66.5.1
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.mjs +1 -1
- package/package.json +8 -8
package/dist/index.mjs
CHANGED
|
@@ -8,7 +8,7 @@ import { resolve, dirname, isAbsolute } from 'node:path';
|
|
|
8
8
|
import { fileURLToPath } from 'node:url';
|
|
9
9
|
import fs$1 from 'node:fs/promises';
|
|
10
10
|
import { glob } from 'tinyglobby';
|
|
11
|
-
import remapping from '@
|
|
11
|
+
import remapping from '@jridgewell/remapping';
|
|
12
12
|
import MagicString from 'magic-string';
|
|
13
13
|
import { resolve as resolve$1 } from 'pathe';
|
|
14
14
|
import crypto from 'node:crypto';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/vite",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "66.
|
|
4
|
+
"version": "66.5.1",
|
|
5
5
|
"description": "The Vite plugin for UnoCSS",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0 || ^7.0.0-0"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@
|
|
52
|
+
"@jridgewell/remapping": "^2.3.5",
|
|
53
53
|
"chokidar": "^3.6.0",
|
|
54
|
-
"magic-string": "^0.30.
|
|
54
|
+
"magic-string": "^0.30.18",
|
|
55
55
|
"pathe": "^2.0.3",
|
|
56
56
|
"tinyglobby": "^0.2.14",
|
|
57
|
-
"unplugin-utils": "^0.
|
|
58
|
-
"@unocss/config": "66.
|
|
59
|
-
"@unocss/inspector": "66.
|
|
60
|
-
"@unocss/core": "66.
|
|
57
|
+
"unplugin-utils": "^0.3.0",
|
|
58
|
+
"@unocss/config": "66.5.1",
|
|
59
|
+
"@unocss/inspector": "66.5.1",
|
|
60
|
+
"@unocss/core": "66.5.1"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"vite": "^7.
|
|
63
|
+
"vite": "^7.1.3"
|
|
64
64
|
},
|
|
65
65
|
"scripts": {
|
|
66
66
|
"build": "unbuild",
|