@unocss/astro
Advanced tools
Comparing version 0.46.5 to 0.47.0
@@ -17,2 +17,7 @@ import { AstroIntegration } from 'astro'; | ||
injectEntry?: boolean | string; | ||
/** | ||
* Inject extra imports for every astro page | ||
* @default [] | ||
*/ | ||
injectExtra?: string[]; | ||
} | ||
@@ -19,0 +24,0 @@ declare function UnoCSSAstroIntegration<Theme extends {}>(options?: AstroIntegrationConfig<Theme>, defaults?: UserConfigDefaults): AstroIntegration; |
{ | ||
"name": "@unocss/astro", | ||
"version": "0.46.5", | ||
"version": "0.47.0", | ||
"description": "UnoCSS integration for Astro", | ||
@@ -40,8 +40,8 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@unocss/core": "0.46.5", | ||
"@unocss/reset": "0.46.5", | ||
"@unocss/vite": "0.46.5" | ||
"@unocss/core": "0.47.0", | ||
"@unocss/reset": "0.47.0", | ||
"@unocss/vite": "0.47.0" | ||
}, | ||
"devDependencies": { | ||
"astro": "^1.6.4" | ||
"astro": "^1.6.11" | ||
}, | ||
@@ -48,0 +48,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6351
88
+ Added@unocss/config@0.47.0(transitive)
+ Added@unocss/core@0.47.0(transitive)
+ Added@unocss/inspector@0.47.0(transitive)
+ Added@unocss/reset@0.47.0(transitive)
+ Added@unocss/scope@0.47.0(transitive)
+ Added@unocss/transformer-directives@0.47.0(transitive)
+ Added@unocss/vite@0.47.0(transitive)
- Removed@unocss/config@0.46.5(transitive)
- Removed@unocss/core@0.46.5(transitive)
- Removed@unocss/inspector@0.46.5(transitive)
- Removed@unocss/reset@0.46.5(transitive)
- Removed@unocss/scope@0.46.5(transitive)
- Removed@unocss/transformer-directives@0.46.5(transitive)
- Removed@unocss/vite@0.46.5(transitive)
Updated@unocss/core@0.47.0
Updated@unocss/reset@0.47.0
Updated@unocss/vite@0.47.0