feat: css-tree 3.1+ support which includes es module support

This commit is contained in:
Nathan Walker
2025-08-13 17:28:58 -07:00
parent 85ae1b05aa
commit e06ca24c9d
8 changed files with 96 additions and 30 deletions

View File

@@ -57,17 +57,17 @@
"preuninstall": "node cli-hooks/preuninstall.mjs"
},
"dependencies": {
"@csstools/css-calc": "~2.1.2",
"@csstools/css-color-parser": "^3.0.8",
"@csstools/css-parser-algorithms": "^3.0.4",
"@csstools/css-tokenizer": "^3.0.3",
"@csstools/css-calc": "~2.1.4",
"@csstools/css-color-parser": "^3.0.10",
"@csstools/css-parser-algorithms": "^3.0.5",
"@csstools/css-tokenizer": "^3.0.4",
"@nativescript/hook": "~3.0.4",
"acorn": "^8.7.0",
"css-tree": "^1.1.2",
"css-what": "^6.1.0",
"acorn": "^8.15.0",
"css-tree": "^3.1.0",
"css-what": "^7.0.0",
"emoji-regex": "^10.2.1",
"source-map": "0.6.1",
"source-map-js": "^1.2.0",
"source-map": "0.7.6",
"source-map-js": "^1.2.1",
"tslib": "^2.0.0"
},
"nativescript": {