unocss 0.50.7 → 0.51.0
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/README.md +1 -1
- package/package.json +23 -21
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ Read the [documentation](https://unocss.dev/) for more details.
|
|
|
56
56
|
- [CDN Runtime](https://unocss.dev/integrations/runtime)
|
|
57
57
|
- [CLI](https://unocss.dev/integrations/cli)
|
|
58
58
|
- [VS Code extension](https://unocss.dev/integrations/vscode)
|
|
59
|
-
- [ESLint Config](https://unocss.dev/integrations/eslint
|
|
59
|
+
- [ESLint Config](https://unocss.dev/integrations/eslint)
|
|
60
60
|
- [PostCSS](https://unocss.dev/integrations/postcss)
|
|
61
61
|
|
|
62
62
|
## Acknowledgement
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unocss",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.51.0",
|
|
4
4
|
"description": "The instant on-demand Atomic CSS engine.",
|
|
5
5
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"node": ">=14"
|
|
104
104
|
},
|
|
105
105
|
"peerDependencies": {
|
|
106
|
-
"@unocss/webpack": "0.
|
|
106
|
+
"@unocss/webpack": "0.51.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependenciesMeta": {
|
|
109
109
|
"@unocss/webpack": {
|
|
@@ -111,27 +111,29 @@
|
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
113
|
"dependencies": {
|
|
114
|
-
"@unocss/astro": "0.
|
|
115
|
-
"@unocss/cli": "0.
|
|
116
|
-
"@unocss/core": "0.
|
|
117
|
-
"@unocss/
|
|
118
|
-
"@unocss/
|
|
119
|
-
"@unocss/preset-
|
|
120
|
-
"@unocss/preset-mini": "0.
|
|
121
|
-
"@unocss/preset-
|
|
122
|
-
"@unocss/preset-
|
|
123
|
-
"@unocss/preset-
|
|
124
|
-
"@unocss/preset-
|
|
125
|
-
"@unocss/preset-
|
|
126
|
-
"@unocss/
|
|
127
|
-
"@unocss/
|
|
128
|
-
"@unocss/transformer-
|
|
129
|
-
"@unocss/transformer-
|
|
130
|
-
"@unocss/transformer-
|
|
131
|
-
"@unocss/
|
|
114
|
+
"@unocss/astro": "0.51.0",
|
|
115
|
+
"@unocss/cli": "0.51.0",
|
|
116
|
+
"@unocss/core": "0.51.0",
|
|
117
|
+
"@unocss/extractor-arbitrary-variants": "0.51.0",
|
|
118
|
+
"@unocss/postcss": "0.51.0",
|
|
119
|
+
"@unocss/preset-attributify": "0.51.0",
|
|
120
|
+
"@unocss/preset-mini": "0.51.0",
|
|
121
|
+
"@unocss/preset-icons": "0.51.0",
|
|
122
|
+
"@unocss/preset-tagify": "0.51.0",
|
|
123
|
+
"@unocss/preset-typography": "0.51.0",
|
|
124
|
+
"@unocss/preset-uno": "0.51.0",
|
|
125
|
+
"@unocss/preset-web-fonts": "0.51.0",
|
|
126
|
+
"@unocss/preset-wind": "0.51.0",
|
|
127
|
+
"@unocss/reset": "0.51.0",
|
|
128
|
+
"@unocss/transformer-attributify-jsx": "0.51.0",
|
|
129
|
+
"@unocss/transformer-attributify-jsx-babel": "0.51.0",
|
|
130
|
+
"@unocss/transformer-compile-class": "0.51.0",
|
|
131
|
+
"@unocss/transformer-variant-group": "0.51.0",
|
|
132
|
+
"@unocss/vite": "0.51.0",
|
|
133
|
+
"@unocss/transformer-directives": "0.51.0"
|
|
132
134
|
},
|
|
133
135
|
"devDependencies": {
|
|
134
|
-
"@unocss/webpack": "0.
|
|
136
|
+
"@unocss/webpack": "0.51.0"
|
|
135
137
|
},
|
|
136
138
|
"scripts": {
|
|
137
139
|
"build": "unbuild",
|