unocss 0.51.2 → 0.51.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +23 -23
package/README.md CHANGED
@@ -61,7 +61,7 @@ Read the [documentation](https://unocss.dev/) for more details.
61
61
 
62
62
  ## Acknowledgement
63
63
 
64
- UnoCSS is made possible thanks to the insprations from the following projects:
64
+ UnoCSS is made possible thanks to the inspirations from the following projects:
65
65
 
66
66
  > in alphabet order
67
67
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.51.2",
3
+ "version": "0.51.3",
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.51.2"
106
+ "@unocss/webpack": "0.51.3"
107
107
  },
108
108
  "peerDependenciesMeta": {
109
109
  "@unocss/webpack": {
@@ -111,29 +111,29 @@
111
111
  }
112
112
  },
113
113
  "dependencies": {
114
- "@unocss/astro": "0.51.2",
115
- "@unocss/cli": "0.51.2",
116
- "@unocss/core": "0.51.2",
117
- "@unocss/extractor-arbitrary-variants": "0.51.2",
118
- "@unocss/postcss": "0.51.2",
119
- "@unocss/preset-attributify": "0.51.2",
120
- "@unocss/preset-icons": "0.51.2",
121
- "@unocss/preset-mini": "0.51.2",
122
- "@unocss/preset-tagify": "0.51.2",
123
- "@unocss/preset-typography": "0.51.2",
124
- "@unocss/preset-uno": "0.51.2",
125
- "@unocss/preset-web-fonts": "0.51.2",
126
- "@unocss/preset-wind": "0.51.2",
127
- "@unocss/reset": "0.51.2",
128
- "@unocss/transformer-attributify-jsx": "0.51.2",
129
- "@unocss/transformer-attributify-jsx-babel": "0.51.2",
130
- "@unocss/transformer-compile-class": "0.51.2",
131
- "@unocss/transformer-directives": "0.51.2",
132
- "@unocss/transformer-variant-group": "0.51.2",
133
- "@unocss/vite": "0.51.2"
114
+ "@unocss/astro": "0.51.3",
115
+ "@unocss/cli": "0.51.3",
116
+ "@unocss/core": "0.51.3",
117
+ "@unocss/extractor-arbitrary-variants": "0.51.3",
118
+ "@unocss/postcss": "0.51.3",
119
+ "@unocss/preset-attributify": "0.51.3",
120
+ "@unocss/preset-icons": "0.51.3",
121
+ "@unocss/preset-mini": "0.51.3",
122
+ "@unocss/preset-tagify": "0.51.3",
123
+ "@unocss/preset-typography": "0.51.3",
124
+ "@unocss/preset-uno": "0.51.3",
125
+ "@unocss/preset-web-fonts": "0.51.3",
126
+ "@unocss/preset-wind": "0.51.3",
127
+ "@unocss/reset": "0.51.3",
128
+ "@unocss/transformer-attributify-jsx": "0.51.3",
129
+ "@unocss/transformer-attributify-jsx-babel": "0.51.3",
130
+ "@unocss/transformer-compile-class": "0.51.3",
131
+ "@unocss/transformer-directives": "0.51.3",
132
+ "@unocss/transformer-variant-group": "0.51.3",
133
+ "@unocss/vite": "0.51.3"
134
134
  },
135
135
  "devDependencies": {
136
- "@unocss/webpack": "0.51.2"
136
+ "@unocss/webpack": "0.51.3"
137
137
  },
138
138
  "scripts": {
139
139
  "build": "unbuild",