@windicss/plugin-utils
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -263,3 +263,3 @@ var __create = Object.create; | ||
var regexAttributifyItem = /(?:\s|^)([\w+:_/-]+)=(['"{])((?:\\\2|\\\\|\n|\r|.)*?)(?:\2|\})/gm; | ||
var regexClassCheck1 = /^[!a-z\d@<>.+-](?:\([\w,.%#-]*\)|[\w:/\\,%#\[\].$-])*$/; | ||
var regexClassCheck1 = /^!?[a-z\d@<>.+-](?:\([\w,.%#-]*\)|[\w:/\\,%#\[\].$-])*$/; | ||
var regexClassCheck2 = /[a-z].*[\w)\]]$/; | ||
@@ -266,0 +266,0 @@ var regexClassChecks = [ |
{ | ||
"name": "@windicss/plugin-utils", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"description": "Common utils for building integrations of Windi CSS", | ||
@@ -26,3 +26,3 @@ "keywords": [ | ||
"@antfu/utils": "^0.2.4", | ||
"@windicss/config": "1.2.7", | ||
"@windicss/config": "1.2.8", | ||
"debug": "^4.3.2", | ||
@@ -32,3 +32,3 @@ "fast-glob": "^3.2.7", | ||
"micromatch": "^4.0.4", | ||
"windicss": "^3.1.6" | ||
"windicss": "^3.1.7" | ||
}, | ||
@@ -39,6 +39,6 @@ "devDependencies": { | ||
"@types/micromatch": "^4.0.2", | ||
"@types/node": "^16.4.3", | ||
"@types/node": "^16.7.1", | ||
"@types/pug": "^2.0.5", | ||
"pug": "^3.0.2", | ||
"tsup": "^4.12.5", | ||
"tsup": "^4.14.0", | ||
"typescript": "^4.3.5" | ||
@@ -45,0 +45,0 @@ }, |
Sorry, the diff of this file is not supported yet
75074
+ Added@windicss/config@1.2.8(transitive)
- Removed@windicss/config@1.2.7(transitive)
Updated@windicss/config@1.2.8
Updatedwindicss@^3.1.7