unocss 65.4.2 → 65.4.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/postcss.d.cts +0 -1
- package/dist/postcss.d.ts +0 -1
- package/dist/webpack.d.cts +1 -1
- package/dist/webpack.d.ts +1 -1
- package/package.json +21 -21
package/dist/postcss.d.cts
CHANGED
package/dist/postcss.d.ts
CHANGED
package/dist/webpack.d.cts
CHANGED
package/dist/webpack.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "65.4.
|
|
4
|
+
"version": "65.4.3",
|
|
5
5
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
6
6
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
},
|
|
113
113
|
"peerDependencies": {
|
|
114
114
|
"vite": "^2.9.0 || ^3.0.0-0 || ^4.0.0 || ^5.0.0-0 || ^6.0.0-0",
|
|
115
|
-
"@unocss/webpack": "65.4.
|
|
115
|
+
"@unocss/webpack": "65.4.3"
|
|
116
116
|
},
|
|
117
117
|
"peerDependenciesMeta": {
|
|
118
118
|
"@unocss/webpack": {
|
|
@@ -123,27 +123,27 @@
|
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@unocss/astro": "65.4.
|
|
127
|
-
"@unocss/
|
|
128
|
-
"@unocss/
|
|
129
|
-
"@unocss/
|
|
130
|
-
"@unocss/preset-
|
|
131
|
-
"@unocss/preset-
|
|
132
|
-
"@unocss/preset-
|
|
133
|
-
"@unocss/preset-
|
|
134
|
-
"@unocss/preset-typography": "65.4.
|
|
135
|
-
"@unocss/preset-
|
|
136
|
-
"@unocss/
|
|
137
|
-
"@unocss/preset-
|
|
138
|
-
"@unocss/
|
|
139
|
-
"@unocss/transformer-directives": "65.4.
|
|
140
|
-
"@unocss/
|
|
141
|
-
"@unocss/transformer-
|
|
142
|
-
"@unocss/
|
|
126
|
+
"@unocss/astro": "65.4.3",
|
|
127
|
+
"@unocss/core": "65.4.3",
|
|
128
|
+
"@unocss/cli": "65.4.3",
|
|
129
|
+
"@unocss/postcss": "65.4.3",
|
|
130
|
+
"@unocss/preset-attributify": "65.4.3",
|
|
131
|
+
"@unocss/preset-icons": "65.4.3",
|
|
132
|
+
"@unocss/preset-tagify": "65.4.3",
|
|
133
|
+
"@unocss/preset-mini": "65.4.3",
|
|
134
|
+
"@unocss/preset-typography": "65.4.3",
|
|
135
|
+
"@unocss/preset-uno": "65.4.3",
|
|
136
|
+
"@unocss/preset-web-fonts": "65.4.3",
|
|
137
|
+
"@unocss/preset-wind": "65.4.3",
|
|
138
|
+
"@unocss/transformer-attributify-jsx": "65.4.3",
|
|
139
|
+
"@unocss/transformer-directives": "65.4.3",
|
|
140
|
+
"@unocss/vite": "65.4.3",
|
|
141
|
+
"@unocss/transformer-variant-group": "65.4.3",
|
|
142
|
+
"@unocss/transformer-compile-class": "65.4.3"
|
|
143
143
|
},
|
|
144
144
|
"devDependencies": {
|
|
145
|
-
"vite": "^6.0.
|
|
146
|
-
"@unocss/webpack": "65.4.
|
|
145
|
+
"vite": "^6.0.11",
|
|
146
|
+
"@unocss/webpack": "65.4.3"
|
|
147
147
|
},
|
|
148
148
|
"scripts": {
|
|
149
149
|
"build": "unbuild",
|