mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat: css-tree 3.1+ support which includes es module support
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user