unocss 0.44.3 → 0.44.7

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 +2 -0
  2. package/package.json +18 -18
package/README.md CHANGED
@@ -142,6 +142,8 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
142
142
  - [unocss-preset-scalpel](https://github.com/macheteHot/unocss-preset-scalpel) - Scalpel Preset by [@macheteHot](https://github.com/macheteHot/).
143
143
  - [unocss-preset-chroma](https://github.com/chu121su12/unocss-preset-chroma) - Gradient Preset by [@chu121su12](https://github.com/chu121su12).
144
144
  - [unocss-preset-scrollbar](https://github.com/action-hong/unocss-preset-scrollbar) - Scrollbar Preset by [@action-hong](https://github.com/action-hong).
145
+ - [unocss-preset-uni](https://github.com/zguolee/unocss-preset-uni) - UniApp Preset by [@zguolee](https://github.com/zguolee).
146
+ - [unocss-preset-weapp](https://github.com/MellowCo/unocss-preset-weapp) - Wechat MiniProgram Preset for [UniApp](https://uniapp.dcloud.io) and [Taro](https://taro-docs.jd.com/taro/docs) by [@MellowCo](https://github.com/MellowCo).
145
147
 
146
148
  ### Using Presets
147
149
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.44.3",
3
+ "version": "0.44.7",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -93,7 +93,7 @@
93
93
  "node": ">=14"
94
94
  },
95
95
  "peerDependencies": {
96
- "@unocss/webpack": "0.44.3"
96
+ "@unocss/webpack": "0.44.7"
97
97
  },
98
98
  "peerDependenciesMeta": {
99
99
  "@unocss/webpack": {
@@ -101,24 +101,24 @@
101
101
  }
102
102
  },
103
103
  "dependencies": {
104
- "@unocss/cli": "0.44.3",
105
- "@unocss/core": "0.44.3",
106
- "@unocss/preset-attributify": "0.44.3",
107
- "@unocss/preset-icons": "0.44.3",
108
- "@unocss/preset-mini": "0.44.3",
109
- "@unocss/preset-tagify": "0.44.3",
110
- "@unocss/preset-typography": "0.44.3",
111
- "@unocss/preset-uno": "0.44.3",
112
- "@unocss/preset-web-fonts": "0.44.3",
113
- "@unocss/preset-wind": "0.44.3",
114
- "@unocss/reset": "0.44.3",
115
- "@unocss/transformer-compile-class": "0.44.3",
116
- "@unocss/transformer-directives": "0.44.3",
117
- "@unocss/transformer-variant-group": "0.44.3",
118
- "@unocss/vite": "0.44.3"
104
+ "@unocss/cli": "0.44.7",
105
+ "@unocss/core": "0.44.7",
106
+ "@unocss/preset-attributify": "0.44.7",
107
+ "@unocss/preset-icons": "0.44.7",
108
+ "@unocss/preset-mini": "0.44.7",
109
+ "@unocss/preset-tagify": "0.44.7",
110
+ "@unocss/preset-typography": "0.44.7",
111
+ "@unocss/preset-uno": "0.44.7",
112
+ "@unocss/preset-web-fonts": "0.44.7",
113
+ "@unocss/preset-wind": "0.44.7",
114
+ "@unocss/reset": "0.44.7",
115
+ "@unocss/transformer-compile-class": "0.44.7",
116
+ "@unocss/transformer-directives": "0.44.7",
117
+ "@unocss/transformer-variant-group": "0.44.7",
118
+ "@unocss/vite": "0.44.7"
119
119
  },
120
120
  "devDependencies": {
121
- "@unocss/webpack": "0.44.3"
121
+ "@unocss/webpack": "0.44.7"
122
122
  },
123
123
  "scripts": {
124
124
  "build": "unbuild",