unocss 0.49.0 → 0.49.2

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 -0
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -88,6 +88,7 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
88
88
  - [unocss-preset-daisy](https://github.com/kidonng/unocss-preset-daisy) - daisyUI Preset by [@kidonng](https://github.com/kidonng).
89
89
  - [unocss-preset-primitives](https://github.com/zirbest/unocss-preset-primitives) - Like [headlessui-tailwindcss](https://github.com/tailwindlabs/headlessui/tree/main/packages/%40headlessui-tailwindcss) , radix-ui , custom for UnoCSS By [@zirbest](https://github.com/zirbest).
90
90
  - [unocss-preset-theme](https://github.com/Dunqing/unocss-preset-theme) - Preset for automatic theme switching by [@Dunqing](https://github.com/Dunqing).
91
+ - [unocss-preset-chinese](https://github.com/kirklin/unocss-preset-chinese) - Preset for Chinese fonts by [@kirklin](https://github.com/kirklin).
91
92
 
92
93
  ###### Community Frameworks
93
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.49.0",
3
+ "version": "0.49.2",
4
4
  "description": "The instant on-demand Atomic CSS engine.",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -98,7 +98,7 @@
98
98
  "node": ">=14"
99
99
  },
100
100
  "peerDependencies": {
101
- "@unocss/webpack": "0.49.0"
101
+ "@unocss/webpack": "0.49.2"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "@unocss/webpack": {
@@ -106,26 +106,26 @@
106
106
  }
107
107
  },
108
108
  "dependencies": {
109
- "@unocss/astro": "0.49.0",
110
- "@unocss/cli": "0.49.0",
111
- "@unocss/core": "0.49.0",
112
- "@unocss/preset-attributify": "0.49.0",
113
- "@unocss/preset-icons": "0.49.0",
114
- "@unocss/preset-mini": "0.49.0",
115
- "@unocss/preset-tagify": "0.49.0",
116
- "@unocss/preset-typography": "0.49.0",
117
- "@unocss/preset-uno": "0.49.0",
118
- "@unocss/preset-web-fonts": "0.49.0",
119
- "@unocss/preset-wind": "0.49.0",
120
- "@unocss/reset": "0.49.0",
121
- "@unocss/transformer-attributify-jsx": "0.49.0",
122
- "@unocss/transformer-compile-class": "0.49.0",
123
- "@unocss/transformer-directives": "0.49.0",
124
- "@unocss/transformer-variant-group": "0.49.0",
125
- "@unocss/vite": "0.49.0"
109
+ "@unocss/astro": "0.49.2",
110
+ "@unocss/cli": "0.49.2",
111
+ "@unocss/core": "0.49.2",
112
+ "@unocss/preset-attributify": "0.49.2",
113
+ "@unocss/preset-icons": "0.49.2",
114
+ "@unocss/preset-mini": "0.49.2",
115
+ "@unocss/preset-tagify": "0.49.2",
116
+ "@unocss/preset-typography": "0.49.2",
117
+ "@unocss/preset-uno": "0.49.2",
118
+ "@unocss/preset-web-fonts": "0.49.2",
119
+ "@unocss/preset-wind": "0.49.2",
120
+ "@unocss/reset": "0.49.2",
121
+ "@unocss/transformer-attributify-jsx": "0.49.2",
122
+ "@unocss/transformer-compile-class": "0.49.2",
123
+ "@unocss/transformer-directives": "0.49.2",
124
+ "@unocss/transformer-variant-group": "0.49.2",
125
+ "@unocss/vite": "0.49.2"
126
126
  },
127
127
  "devDependencies": {
128
- "@unocss/webpack": "0.49.0"
128
+ "@unocss/webpack": "0.49.2"
129
129
  },
130
130
  "scripts": {
131
131
  "build": "unbuild",