@unocss/vite 0.50.8 → 0.51.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
@@ -4,7 +4,7 @@ The Vite plugin for UnoCSS. Ships with the `unocss` package.
4
4
 
5
5
  ## Documentation
6
6
 
7
- Refer to https://unocss.dev/integrations/vite
7
+ Please refer to the [documentation](https://unocss.dev/integrations/vite).
8
8
 
9
9
  ## License
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unocss/vite",
3
- "version": "0.50.8",
3
+ "version": "0.51.1",
4
4
  "description": "The Vite plugin for UnoCSS",
5
5
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
6
6
  "license": "MIT",
@@ -47,15 +47,15 @@
47
47
  "chokidar": "^3.5.3",
48
48
  "fast-glob": "^3.2.12",
49
49
  "magic-string": "^0.30.0",
50
- "@unocss/config": "0.50.8",
51
- "@unocss/core": "0.50.8",
52
- "@unocss/inspector": "0.50.8",
53
- "@unocss/scope": "0.50.8",
54
- "@unocss/transformer-directives": "0.50.8"
50
+ "@unocss/config": "0.51.1",
51
+ "@unocss/core": "0.51.1",
52
+ "@unocss/inspector": "0.51.1",
53
+ "@unocss/scope": "0.51.1",
54
+ "@unocss/transformer-directives": "0.51.1"
55
55
  },
56
56
  "devDependencies": {
57
57
  "vite": "^4.2.1",
58
- "@unocss/shared-integration": "0.50.8"
58
+ "@unocss/shared-integration": "0.51.1"
59
59
  },
60
60
  "scripts": {
61
61
  "build": "unbuild",