@kevinmarrec/unocss-config 1.11.0 → 1.12.1

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 +7 -7
package/README.md CHANGED
@@ -8,7 +8,7 @@ Opinionated [UnoCSS](https://unocss.dev) [config](https://unocss.dev/config).
8
8
 
9
9
  - Supports all [UnoCSS config](https://unocss.dev/config) options
10
10
 
11
- - Uses the following opinionated [UnoCSS preset](#preset) by default:
11
+ - Uses the following opinionated config by default:
12
12
  - Extends the following official presets:
13
13
  - [UnoCSS Wind preset](https://unocss.dev/presets/wind)
14
14
  - [UnoCSS Icons preset](https://unocss.dev/presets/icons)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@kevinmarrec/unocss-config",
3
3
  "type": "module",
4
- "version": "1.11.0",
4
+ "version": "1.12.1",
5
5
  "description": "Opinionated UnoCSS config.",
6
6
  "author": "Kevin Marrec <kevin@marrec.io>",
7
7
  "license": "MIT",
@@ -30,11 +30,11 @@
30
30
  "unocss": ">=66.6.0"
31
31
  },
32
32
  "dependencies": {
33
- "@unocss/core": "^66.6.0",
34
- "@unocss/preset-icons": "^66.6.0",
35
- "@unocss/preset-web-fonts": "^66.6.0",
36
- "@unocss/preset-wind4": "^66.6.0",
37
- "@unocss/transformer-directives": "^66.6.0",
38
- "@unocss/transformer-variant-group": "^66.6.0"
33
+ "@unocss/core": "^66.6.4",
34
+ "@unocss/preset-icons": "^66.6.4",
35
+ "@unocss/preset-web-fonts": "^66.6.4",
36
+ "@unocss/preset-wind4": "^66.6.4",
37
+ "@unocss/transformer-directives": "^66.6.4",
38
+ "@unocss/transformer-variant-group": "^66.6.4"
39
39
  }
40
40
  }