unocss 0.45.28 → 0.45.29

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 +8 -2
  2. package/package.json +20 -20
package/README.md CHANGED
@@ -44,7 +44,13 @@ Inspired by [Windi CSS](http://windicss.org/), [Tailwind CSS](https://tailwindcs
44
44
 
45
45
  ## Installation
46
46
 
47
- [Vite](https://github.com/unocss/unocss/blob/main/packages/vite) | [Nuxt](https://github.com/unocss/unocss/blob/main/packages/nuxt) | [Astro](https://github.com/unocss/unocss/blob/main/packages/astro) | [Webpack](https://github.com/unocss/unocss/blob/main/packages/webpack) | [CDN Runtime](https://github.com/unocss/unocss/blob/main/packages/runtime) | [CLI](https://github.com/unocss/unocss/blob/main/packages/cli) | [VS Code extension](https://github.com/unocss/unocss/blob/main/packages/vscode)
47
+ - [Vite](https://github.com/unocss/unocss/blob/main/packages/vite)
48
+ - [Nuxt](https://github.com/unocss/unocss/blob/main/packages/nuxt)
49
+ - [Astro](https://github.com/unocss/unocss/blob/main/packages/astro)
50
+ - [Webpack](https://github.com/unocss/unocss/blob/main/packages/webpack)
51
+ - [CDN Runtime](https://github.com/unocss/unocss/blob/main/packages/runtime)
52
+ - [CLI](https://github.com/unocss/unocss/blob/main/packages/cli)
53
+ - [VS Code extension](https://github.com/unocss/unocss/blob/main/packages/vscode)
48
54
 
49
55
  ## Configurations
50
56
 
@@ -73,7 +79,7 @@ Presets are the heart of UnoCSS. They let you make your own custom framework in
73
79
  - [unocss-preset-scalpel](https://github.com/macheteHot/unocss-preset-scalpel) - Scalpel Preset by [@macheteHot](https://github.com/macheteHot/).
74
80
  - [unocss-preset-chroma](https://github.com/chu121su12/unocss-preset-chroma) - Gradient Preset by [@chu121su12](https://github.com/chu121su12).
75
81
  - [unocss-preset-scrollbar](https://github.com/action-hong/unocss-preset-scrollbar) - Scrollbar Preset by [@action-hong](https://github.com/action-hong).
76
- - [unocss-preset-uni](https://github.com/zguolee/unocss-preset-uni) - UniApp Preset by [@zguolee](https://github.com/zguolee).
82
+ - [unocss-applet](https://github.com/unocss-applet/unocss-applet) - Using UnoCSS in applet (UniApp / Taro) by [@zguolee](https://github.com/zguolee).
77
83
  - [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).
78
84
  - [unocss-preset-heropatterns](https://github.com/Julien-R44/unocss-preset-heropatterns) - Preset that integrates [Hero Patterns](https://heropatterns.com/) by [@Julien-R44](https://github.com/Julien-R44).
79
85
  - [unocss-preset-flowbite](https://github.com/Julien-R44/unocss-preset-flowbite) - Port of of [Flowbite Tailwind plugin](https://github.com/themesberg/flowbite) for UnoCSS by [@Julien-R44](https://github.com/Julien-R44).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unocss",
3
- "version": "0.45.28",
3
+ "version": "0.45.29",
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.45.28"
101
+ "@unocss/webpack": "0.45.29"
102
102
  },
103
103
  "peerDependenciesMeta": {
104
104
  "@unocss/webpack": {
@@ -106,26 +106,26 @@
106
106
  }
107
107
  },
108
108
  "dependencies": {
109
- "@unocss/astro": "0.45.28",
110
- "@unocss/cli": "0.45.28",
111
- "@unocss/core": "0.45.28",
112
- "@unocss/preset-attributify": "0.45.28",
113
- "@unocss/preset-icons": "0.45.28",
114
- "@unocss/preset-mini": "0.45.28",
115
- "@unocss/preset-tagify": "0.45.28",
116
- "@unocss/preset-typography": "0.45.28",
117
- "@unocss/preset-uno": "0.45.28",
118
- "@unocss/preset-web-fonts": "0.45.28",
119
- "@unocss/preset-wind": "0.45.28",
120
- "@unocss/reset": "0.45.28",
121
- "@unocss/transformer-attributify-jsx": "0.45.28",
122
- "@unocss/transformer-compile-class": "0.45.28",
123
- "@unocss/transformer-directives": "0.45.28",
124
- "@unocss/transformer-variant-group": "0.45.28",
125
- "@unocss/vite": "0.45.28"
109
+ "@unocss/astro": "0.45.29",
110
+ "@unocss/cli": "0.45.29",
111
+ "@unocss/core": "0.45.29",
112
+ "@unocss/preset-attributify": "0.45.29",
113
+ "@unocss/preset-icons": "0.45.29",
114
+ "@unocss/preset-mini": "0.45.29",
115
+ "@unocss/preset-tagify": "0.45.29",
116
+ "@unocss/preset-typography": "0.45.29",
117
+ "@unocss/preset-uno": "0.45.29",
118
+ "@unocss/preset-web-fonts": "0.45.29",
119
+ "@unocss/preset-wind": "0.45.29",
120
+ "@unocss/reset": "0.45.29",
121
+ "@unocss/transformer-attributify-jsx": "0.45.29",
122
+ "@unocss/transformer-compile-class": "0.45.29",
123
+ "@unocss/transformer-directives": "0.45.29",
124
+ "@unocss/transformer-variant-group": "0.45.29",
125
+ "@unocss/vite": "0.45.29"
126
126
  },
127
127
  "devDependencies": {
128
- "@unocss/webpack": "0.45.28"
128
+ "@unocss/webpack": "0.45.29"
129
129
  },
130
130
  "scripts": {
131
131
  "build": "unbuild",