@unocss/astro
Advanced tools
Comparing version 0.48.4 to 0.48.5
{ | ||
"name": "@unocss/astro", | ||
"version": "0.48.4", | ||
"version": "0.48.5", | ||
"description": "UnoCSS integration for Astro", | ||
@@ -40,5 +40,5 @@ "author": "Anthony Fu <anthonyfu117@hotmail.com>", | ||
"dependencies": { | ||
"@unocss/core": "0.48.4", | ||
"@unocss/reset": "0.48.4", | ||
"@unocss/vite": "0.48.4" | ||
"@unocss/core": "0.48.5", | ||
"@unocss/reset": "0.48.5", | ||
"@unocss/vite": "0.48.5" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
@@ -13,7 +13,7 @@ # @unocss/astro | ||
// astro.config.ts | ||
import Unocss from 'unocss/astro' | ||
import UnoCSS from 'unocss/astro' | ||
export default { | ||
integrations: [ | ||
Unocss({ /* options */ }), | ||
UnoCSS({ /* options */ }), | ||
], | ||
@@ -34,7 +34,7 @@ } | ||
// astro.config.mjs | ||
import Unocss from '@unocss/astro' | ||
import UnoCSS from '@unocss/astro' | ||
export default { | ||
integrations: [ | ||
Unocss({ | ||
UnoCSS({ | ||
presets: [ | ||
@@ -41,0 +41,0 @@ /* no presets by default */ |
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
+ Added@unocss/config@0.48.5(transitive)
+ Added@unocss/core@0.48.5(transitive)
+ Added@unocss/inspector@0.48.5(transitive)
+ Added@unocss/reset@0.48.5(transitive)
+ Added@unocss/scope@0.48.5(transitive)
+ Added@unocss/transformer-directives@0.48.5(transitive)
+ Added@unocss/vite@0.48.5(transitive)
- Removed@unocss/config@0.48.4(transitive)
- Removed@unocss/core@0.48.4(transitive)
- Removed@unocss/inspector@0.48.4(transitive)
- Removed@unocss/reset@0.48.4(transitive)
- Removed@unocss/scope@0.48.4(transitive)
- Removed@unocss/transformer-directives@0.48.4(transitive)
- Removed@unocss/vite@0.48.4(transitive)
Updated@unocss/core@0.48.5
Updated@unocss/reset@0.48.5
Updated@unocss/vite@0.48.5