@unocss/transformer-directives
Advanced tools
Comparing version 0.65.1 to 0.65.2
{ | ||
"name": "@unocss/transformer-directives", | ||
"type": "module", | ||
"version": "0.65.1", | ||
"version": "0.65.2", | ||
"description": "UnoCSS transformer for `@apply` directive", | ||
@@ -35,13 +35,14 @@ "author": "hannoeru <me@hanlee.co>", | ||
"dependencies": { | ||
"css-tree": "^3.0.1", | ||
"@unocss/core": "0.65.1", | ||
"@unocss/rule-utils": "0.65.1" | ||
"css-tree": "^3.1.0", | ||
"@unocss/core": "0.65.2", | ||
"@unocss/rule-utils": "0.65.2" | ||
}, | ||
"devDependencies": { | ||
"magic-string": "^0.30.14" | ||
"magic-string": "^0.30.17" | ||
}, | ||
"scripts": { | ||
"build": "unbuild", | ||
"stub": "unbuild --stub" | ||
"stub": "unbuild --stub", | ||
"test:attw": "attw --pack --config-path ../../.attw-esm-only.json" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
19272
320
+ Added@unocss/core@0.65.2(transitive)
+ Added@unocss/rule-utils@0.65.2(transitive)
- Removed@unocss/core@0.65.1(transitive)
- Removed@unocss/rule-utils@0.65.1(transitive)
Updated@unocss/core@0.65.2
Updated@unocss/rule-utils@0.65.2
Updatedcss-tree@^3.1.0