@unocss/astro 0.60.2 → 0.60.4

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/dist/index.mjs +1 -1
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { fileURLToPath } from 'node:url';
3
3
  import VitePlugin from '@unocss/vite';
4
4
  import { normalizePath } from 'vite';
5
5
 
6
- const RESOLVED_ID_RE = /[\/\\]__uno(?:_(.*?))?\.css$/;
6
+ const RESOLVED_ID_RE = /[/\\]__uno(?:_(.*?))?\.css$/;
7
7
 
8
8
  const UNO_INJECT_ID = "uno-astro";
9
9
  function AstroVitePlugin(options) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/astro",
3
3
  "type": "module",
4
- "version": "0.60.2",
4
+ "version": "0.60.4",
5
5
  "description": "UnoCSS integration for Astro",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -45,12 +45,12 @@
45
45
  }
46
46
  },
47
47
  "dependencies": {
48
- "@unocss/vite": "0.60.2",
49
- "@unocss/reset": "0.60.2",
50
- "@unocss/core": "0.60.2"
48
+ "@unocss/core": "0.60.4",
49
+ "@unocss/vite": "0.60.4",
50
+ "@unocss/reset": "0.60.4"
51
51
  },
52
52
  "devDependencies": {
53
- "astro": "^4.8.2"
53
+ "astro": "^4.9.2"
54
54
  },
55
55
  "scripts": {
56
56
  "build": "unbuild",