@zenuml/core 3.23.24 → 3.23.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/StylePanel.b28a5986.js +1812 -0
- package/dist/{close.da6239d0.js → close.16d48e4c.js} +2 -2
- package/dist/{collapse-expanded.58ad0378.js → collapse-expanded.3d86dea1.js} +2 -2
- package/dist/{collapse-unexpanded.5dc97ecb.js → collapse-unexpanded.50b3e837.js} +2 -2
- package/dist/{core.6a676dc9.js → core.efdaff94.js} +10510 -10009
- package/dist/{debug.41de5ee4.js → debug.93ce36ce.js} +2 -2
- package/dist/{message-arrow.dc63bab3.js → message-arrow.cdc73f2a.js} +2 -2
- package/dist/{non-selected-cycle.214a0276.js → non-selected-cycle.64f807d8.js} +2 -2
- package/dist/{numbering.de829f8c.js → numbering.0d539e38.js} +2 -2
- package/dist/{privacy.9dea0ed8.js → privacy.bdf66b73.js} +2 -2
- package/dist/{selected-cycle.909ecde8.js → selected-cycle.292fed44.js} +2 -2
- package/dist/{theme.09f5c438.js → theme.81695999.js} +2 -2
- package/dist/{tip.b0b98cbf.js → tip.7d60eb1d.js} +2 -2
- package/dist/zenuml.esm.mjs +2 -2
- package/dist/zenuml.js +470 -469
- package/dist/{zoom-in.47778f10.js → zoom-in.ea503b4f.js} +2 -2
- package/dist/{zoom-out.3af95b73.js → zoom-out.73562e08.js} +2 -2
- package/package.json +3 -2
- package/pnpm-lock.yaml +73 -36
- package/dist/StylePanel.1b618733.js +0 -1756
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as c, c as e, a as o } from "./core.
|
|
1
|
+
import { o as c, c as e, a as o } from "./core.efdaff94.js";
|
|
2
2
|
const s = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
_ as default,
|
|
21
21
|
l as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-in.
|
|
23
|
+
//# sourceMappingURL=zoom-in.ea503b4f.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { o as t, c, a as o } from "./core.
|
|
1
|
+
import { o as t, c, a as o } from "./core.efdaff94.js";
|
|
2
2
|
const e = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 1024 1024"
|
|
@@ -20,4 +20,4 @@ export {
|
|
|
20
20
|
h as default,
|
|
21
21
|
s as render
|
|
22
22
|
};
|
|
23
|
-
//# sourceMappingURL=zoom-out.
|
|
23
|
+
//# sourceMappingURL=zoom-out.73562e08.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zenuml/core",
|
|
3
|
-
"version": "3.23.
|
|
3
|
+
"version": "3.23.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"*.{js,ts,vue,json,htm,html}": "eslint --fix"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@headlessui-float/vue": "^0.
|
|
43
|
+
"@headlessui-float/vue": "^0.14.0",
|
|
44
44
|
"@headlessui/tailwindcss": "^0.2.0",
|
|
45
45
|
"@headlessui/vue": "^1.7.16",
|
|
46
46
|
"@types/assert": "^1.5.6",
|
|
@@ -49,6 +49,7 @@
|
|
|
49
49
|
"antlr4": "~4.11.0",
|
|
50
50
|
"color-string": "^1.5.5",
|
|
51
51
|
"dom-to-image-more": "^2.13.0",
|
|
52
|
+
"dompurify": "^3.1.5",
|
|
52
53
|
"file-saver": "^2.0.5",
|
|
53
54
|
"highlight.js": "^10.7.3",
|
|
54
55
|
"html-to-image": "^1.11.3",
|
package/pnpm-lock.yaml
CHANGED
|
@@ -2,8 +2,8 @@ lockfileVersion: "6.0"
|
|
|
2
2
|
|
|
3
3
|
dependencies:
|
|
4
4
|
"@headlessui-float/vue":
|
|
5
|
-
specifier: ^0.
|
|
6
|
-
version: 0.
|
|
5
|
+
specifier: ^0.14.0
|
|
6
|
+
version: 0.14.0(@headlessui/vue@1.7.16)(vue@3.4.27)
|
|
7
7
|
"@headlessui/tailwindcss":
|
|
8
8
|
specifier: ^0.2.0
|
|
9
9
|
version: 0.2.0(tailwindcss@3.2.4)
|
|
@@ -28,6 +28,9 @@ dependencies:
|
|
|
28
28
|
dom-to-image-more:
|
|
29
29
|
specifier: ^2.13.0
|
|
30
30
|
version: 2.13.0
|
|
31
|
+
dompurify:
|
|
32
|
+
specifier: ^3.1.5
|
|
33
|
+
version: 3.1.5
|
|
31
34
|
file-saver:
|
|
32
35
|
specifier: ^2.0.5
|
|
33
36
|
version: 2.0.5
|
|
@@ -80,7 +83,7 @@ devDependencies:
|
|
|
80
83
|
version: 4.14.191
|
|
81
84
|
"@types/node":
|
|
82
85
|
specifier: latest
|
|
83
|
-
version: 20.
|
|
86
|
+
version: 20.14.9
|
|
84
87
|
"@typescript-eslint/eslint-plugin":
|
|
85
88
|
specifier: ^6.7.4
|
|
86
89
|
version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.30.0)(typescript@4.9.4)
|
|
@@ -161,13 +164,13 @@ devDependencies:
|
|
|
161
164
|
version: 3.1.0(webpack@5.91.0)
|
|
162
165
|
ts-node:
|
|
163
166
|
specifier: ^10.9.1
|
|
164
|
-
version: 10.9.1(@types/node@20.
|
|
167
|
+
version: 10.9.1(@types/node@20.14.9)(typescript@4.9.4)
|
|
165
168
|
typescript:
|
|
166
169
|
specifier: ^4.9.4
|
|
167
170
|
version: 4.9.4
|
|
168
171
|
vite:
|
|
169
172
|
specifier: ^3.2.10
|
|
170
|
-
version: 3.2.10(@types/node@20.
|
|
173
|
+
version: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
171
174
|
vite-plugin-css-injected-by-js:
|
|
172
175
|
specifier: ^2.2.0
|
|
173
176
|
version: 2.2.0(vite@3.2.10)
|
|
@@ -687,6 +690,14 @@ packages:
|
|
|
687
690
|
"@babel/types": 7.24.6
|
|
688
691
|
dev: true
|
|
689
692
|
|
|
693
|
+
/@babel/helper-string-parser@7.21.5:
|
|
694
|
+
resolution:
|
|
695
|
+
{
|
|
696
|
+
integrity: sha512-5pTUx3hAJaZIdW99sJ6ZUUgWq/Y+Hja7TowEnLNMm1VivRgZQL3vpBY3qUACVsvw+yQU6+YgfBVmcbLaZtrA1w==,
|
|
697
|
+
}
|
|
698
|
+
engines: { node: ">=6.9.0" }
|
|
699
|
+
dev: true
|
|
700
|
+
|
|
690
701
|
/@babel/helper-string-parser@7.24.6:
|
|
691
702
|
resolution:
|
|
692
703
|
{
|
|
@@ -694,6 +705,14 @@ packages:
|
|
|
694
705
|
}
|
|
695
706
|
engines: { node: ">=6.9.0" }
|
|
696
707
|
|
|
708
|
+
/@babel/helper-validator-identifier@7.19.1:
|
|
709
|
+
resolution:
|
|
710
|
+
{
|
|
711
|
+
integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==,
|
|
712
|
+
}
|
|
713
|
+
engines: { node: ">=6.9.0" }
|
|
714
|
+
dev: true
|
|
715
|
+
|
|
697
716
|
/@babel/helper-validator-identifier@7.24.6:
|
|
698
717
|
resolution:
|
|
699
718
|
{
|
|
@@ -1477,7 +1496,7 @@ packages:
|
|
|
1477
1496
|
"@babel/helper-hoist-variables": 7.18.6
|
|
1478
1497
|
"@babel/helper-module-transforms": 7.20.2
|
|
1479
1498
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1480
|
-
"@babel/helper-validator-identifier": 7.
|
|
1499
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1481
1500
|
transitivePeerDependencies:
|
|
1482
1501
|
- supports-color
|
|
1483
1502
|
dev: true
|
|
@@ -1788,7 +1807,7 @@ packages:
|
|
|
1788
1807
|
"@babel/helper-plugin-utils": 7.20.2
|
|
1789
1808
|
"@babel/plugin-proposal-unicode-property-regex": 7.18.6(@babel/core@7.24.6)
|
|
1790
1809
|
"@babel/plugin-transform-dotall-regex": 7.18.6(@babel/core@7.24.6)
|
|
1791
|
-
"@babel/types": 7.
|
|
1810
|
+
"@babel/types": 7.22.4
|
|
1792
1811
|
esutils: 2.0.3
|
|
1793
1812
|
dev: true
|
|
1794
1813
|
|
|
@@ -1886,6 +1905,18 @@ packages:
|
|
|
1886
1905
|
integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==,
|
|
1887
1906
|
}
|
|
1888
1907
|
engines: { node: ">=6.9.0" }
|
|
1908
|
+
dependencies:
|
|
1909
|
+
"@babel/helper-string-parser": 7.21.5
|
|
1910
|
+
"@babel/helper-validator-identifier": 7.19.1
|
|
1911
|
+
to-fast-properties: 2.0.0
|
|
1912
|
+
dev: true
|
|
1913
|
+
|
|
1914
|
+
/@babel/types@7.22.4:
|
|
1915
|
+
resolution:
|
|
1916
|
+
{
|
|
1917
|
+
integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==,
|
|
1918
|
+
}
|
|
1919
|
+
engines: { node: ">=6.9.0" }
|
|
1889
1920
|
dependencies:
|
|
1890
1921
|
"@babel/helper-string-parser": 7.24.6
|
|
1891
1922
|
"@babel/helper-validator-identifier": 7.24.6
|
|
@@ -2052,21 +2083,18 @@ packages:
|
|
|
2052
2083
|
}
|
|
2053
2084
|
dev: false
|
|
2054
2085
|
|
|
2055
|
-
/@floating-ui/vue@0.
|
|
2086
|
+
/@floating-ui/vue@1.0.6(vue@3.4.27):
|
|
2056
2087
|
resolution:
|
|
2057
2088
|
{
|
|
2058
|
-
integrity: sha512-
|
|
2089
|
+
integrity: sha512-EdrOljjkpkkqZnrpqUcPoz9NvHxuTjUtSInh6GMv3+Mcy+giY2cE2pHh9rpacRcZ2eMSCxel9jWkWXTjLmY55w==,
|
|
2059
2090
|
}
|
|
2060
|
-
peerDependencies:
|
|
2061
|
-
"@vue/composition-api": ^1.0.0-rc.1
|
|
2062
|
-
vue: ^2.0.0 || >=3.0.0
|
|
2063
|
-
peerDependenciesMeta:
|
|
2064
|
-
"@vue/composition-api":
|
|
2065
|
-
optional: true
|
|
2066
2091
|
dependencies:
|
|
2067
2092
|
"@floating-ui/dom": 1.6.5
|
|
2068
|
-
|
|
2093
|
+
"@floating-ui/utils": 0.2.2
|
|
2069
2094
|
vue-demi: 0.13.11(vue@3.4.27)
|
|
2095
|
+
transitivePeerDependencies:
|
|
2096
|
+
- "@vue/composition-api"
|
|
2097
|
+
- vue
|
|
2070
2098
|
dev: false
|
|
2071
2099
|
|
|
2072
2100
|
/@gar/promisify@1.1.3:
|
|
@@ -2076,17 +2104,19 @@ packages:
|
|
|
2076
2104
|
}
|
|
2077
2105
|
dev: true
|
|
2078
2106
|
|
|
2079
|
-
/@headlessui-float/vue@0.
|
|
2107
|
+
/@headlessui-float/vue@0.14.0(@headlessui/vue@1.7.16)(vue@3.4.27):
|
|
2080
2108
|
resolution:
|
|
2081
2109
|
{
|
|
2082
|
-
integrity: sha512-
|
|
2110
|
+
integrity: sha512-hx0IkJ7JPcwDeimco6fe0+IknknL1gUYIGu11OCn0JWlOoSAmO6sx2DxPwSEz1Wsq34X6Z8BwCwcPVuphZ1zMg==,
|
|
2083
2111
|
}
|
|
2084
2112
|
peerDependencies:
|
|
2113
|
+
"@headlessui/vue": ^1.0.0
|
|
2085
2114
|
vue: ^3.0.0
|
|
2086
2115
|
dependencies:
|
|
2087
2116
|
"@floating-ui/core": 1.6.2
|
|
2088
2117
|
"@floating-ui/dom": 1.6.5
|
|
2089
|
-
"@floating-ui/vue": 0.
|
|
2118
|
+
"@floating-ui/vue": 1.0.6(vue@3.4.27)
|
|
2119
|
+
"@headlessui/vue": 1.7.16(vue@3.4.27)
|
|
2090
2120
|
vue: 3.4.27(typescript@4.9.4)
|
|
2091
2121
|
transitivePeerDependencies:
|
|
2092
2122
|
- "@vue/composition-api"
|
|
@@ -2962,10 +2992,10 @@ packages:
|
|
|
2962
2992
|
}
|
|
2963
2993
|
dev: true
|
|
2964
2994
|
|
|
2965
|
-
/@types/node@20.
|
|
2995
|
+
/@types/node@20.14.9:
|
|
2966
2996
|
resolution:
|
|
2967
2997
|
{
|
|
2968
|
-
integrity: sha512-
|
|
2998
|
+
integrity: sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==,
|
|
2969
2999
|
}
|
|
2970
3000
|
dependencies:
|
|
2971
3001
|
undici-types: 5.26.5
|
|
@@ -3007,7 +3037,7 @@ packages:
|
|
|
3007
3037
|
}
|
|
3008
3038
|
requiresBuild: true
|
|
3009
3039
|
dependencies:
|
|
3010
|
-
"@types/node": 20.
|
|
3040
|
+
"@types/node": 20.14.9
|
|
3011
3041
|
dev: true
|
|
3012
3042
|
optional: true
|
|
3013
3043
|
|
|
@@ -3176,7 +3206,7 @@ packages:
|
|
|
3176
3206
|
vite: ^4.0.0
|
|
3177
3207
|
vue: ^3.2.25
|
|
3178
3208
|
dependencies:
|
|
3179
|
-
vite: 3.2.10(@types/node@20.
|
|
3209
|
+
vite: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
3180
3210
|
vue: 3.4.27(typescript@4.9.4)
|
|
3181
3211
|
dev: true
|
|
3182
3212
|
|
|
@@ -5085,6 +5115,13 @@ packages:
|
|
|
5085
5115
|
domelementtype: 2.3.0
|
|
5086
5116
|
dev: true
|
|
5087
5117
|
|
|
5118
|
+
/dompurify@3.1.5:
|
|
5119
|
+
resolution:
|
|
5120
|
+
{
|
|
5121
|
+
integrity: sha512-lwG+n5h8QNpxtyrJW/gJWckL+1/DQiYMX8f7t8Z2AZTPw1esVrqjI63i7Zc2Gz0aKzLVMYC1V1PL/ky+aY/NgA==,
|
|
5122
|
+
}
|
|
5123
|
+
dev: false
|
|
5124
|
+
|
|
5088
5125
|
/domutils@3.1.0:
|
|
5089
5126
|
resolution:
|
|
5090
5127
|
{
|
|
@@ -6933,7 +6970,7 @@ packages:
|
|
|
6933
6970
|
}
|
|
6934
6971
|
engines: { node: ">= 10.13.0" }
|
|
6935
6972
|
dependencies:
|
|
6936
|
-
"@types/node": 20.
|
|
6973
|
+
"@types/node": 20.14.9
|
|
6937
6974
|
merge-stream: 2.0.0
|
|
6938
6975
|
supports-color: 7.2.0
|
|
6939
6976
|
dev: true
|
|
@@ -6945,7 +6982,7 @@ packages:
|
|
|
6945
6982
|
}
|
|
6946
6983
|
engines: { node: ">= 10.13.0" }
|
|
6947
6984
|
dependencies:
|
|
6948
|
-
"@types/node": 20.
|
|
6985
|
+
"@types/node": 20.14.9
|
|
6949
6986
|
merge-stream: 2.0.0
|
|
6950
6987
|
supports-color: 8.1.1
|
|
6951
6988
|
dev: true
|
|
@@ -8365,7 +8402,7 @@ packages:
|
|
|
8365
8402
|
dependencies:
|
|
8366
8403
|
lilconfig: 2.0.6
|
|
8367
8404
|
postcss: 8.4.31
|
|
8368
|
-
ts-node: 10.9.1(@types/node@20.
|
|
8405
|
+
ts-node: 10.9.1(@types/node@20.14.9)(typescript@4.9.4)
|
|
8369
8406
|
yaml: 1.10.2
|
|
8370
8407
|
dev: false
|
|
8371
8408
|
|
|
@@ -9731,7 +9768,7 @@ packages:
|
|
|
9731
9768
|
typescript: 4.9.4
|
|
9732
9769
|
dev: true
|
|
9733
9770
|
|
|
9734
|
-
/ts-node@10.9.1(@types/node@20.
|
|
9771
|
+
/ts-node@10.9.1(@types/node@20.14.9)(typescript@4.9.4):
|
|
9735
9772
|
resolution:
|
|
9736
9773
|
{
|
|
9737
9774
|
integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==,
|
|
@@ -9753,7 +9790,7 @@ packages:
|
|
|
9753
9790
|
"@tsconfig/node12": 1.0.11
|
|
9754
9791
|
"@tsconfig/node14": 1.0.3
|
|
9755
9792
|
"@tsconfig/node16": 1.0.3
|
|
9756
|
-
"@types/node": 20.
|
|
9793
|
+
"@types/node": 20.14.9
|
|
9757
9794
|
acorn: 8.8.1
|
|
9758
9795
|
acorn-walk: 8.2.0
|
|
9759
9796
|
arg: 4.1.3
|
|
@@ -10063,7 +10100,7 @@ packages:
|
|
|
10063
10100
|
extsprintf: 1.3.0
|
|
10064
10101
|
dev: true
|
|
10065
10102
|
|
|
10066
|
-
/vite-node@0.26.1(@types/node@20.
|
|
10103
|
+
/vite-node@0.26.1(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0):
|
|
10067
10104
|
resolution:
|
|
10068
10105
|
{
|
|
10069
10106
|
integrity: sha512-5FJSKZZJz48zFRKHE55WyevZe61hLMQEsqGn+ungfd60kxEztFybZ3yG9ToGFtOWNCCy7Vn5EVuXD8bdeHOSdw==,
|
|
@@ -10076,7 +10113,7 @@ packages:
|
|
|
10076
10113
|
pathe: 0.2.0
|
|
10077
10114
|
source-map: 0.6.1
|
|
10078
10115
|
source-map-support: 0.5.21
|
|
10079
|
-
vite: 3.2.10(@types/node@20.
|
|
10116
|
+
vite: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
10080
10117
|
transitivePeerDependencies:
|
|
10081
10118
|
- "@types/node"
|
|
10082
10119
|
- less
|
|
@@ -10095,7 +10132,7 @@ packages:
|
|
|
10095
10132
|
peerDependencies:
|
|
10096
10133
|
vite: ">2.0.0-0"
|
|
10097
10134
|
dependencies:
|
|
10098
|
-
vite: 3.2.10(@types/node@20.
|
|
10135
|
+
vite: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
10099
10136
|
dev: true
|
|
10100
10137
|
|
|
10101
10138
|
/vite-svg-loader@4.0.0:
|
|
@@ -10108,7 +10145,7 @@ packages:
|
|
|
10108
10145
|
svgo: 3.0.2
|
|
10109
10146
|
dev: true
|
|
10110
10147
|
|
|
10111
|
-
/vite@3.2.10(@types/node@20.
|
|
10148
|
+
/vite@3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0):
|
|
10112
10149
|
resolution:
|
|
10113
10150
|
{
|
|
10114
10151
|
integrity: sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==,
|
|
@@ -10136,7 +10173,7 @@ packages:
|
|
|
10136
10173
|
terser:
|
|
10137
10174
|
optional: true
|
|
10138
10175
|
dependencies:
|
|
10139
|
-
"@types/node": 20.
|
|
10176
|
+
"@types/node": 20.14.9
|
|
10140
10177
|
esbuild: 0.15.18
|
|
10141
10178
|
less: 4.1.3
|
|
10142
10179
|
postcss: 8.4.31
|
|
@@ -10174,7 +10211,7 @@ packages:
|
|
|
10174
10211
|
dependencies:
|
|
10175
10212
|
"@types/chai": 4.3.4
|
|
10176
10213
|
"@types/chai-subset": 1.3.3
|
|
10177
|
-
"@types/node": 20.
|
|
10214
|
+
"@types/node": 20.14.9
|
|
10178
10215
|
acorn: 8.8.1
|
|
10179
10216
|
acorn-walk: 8.2.0
|
|
10180
10217
|
chai: 4.3.7
|
|
@@ -10186,8 +10223,8 @@ packages:
|
|
|
10186
10223
|
tinybench: 2.3.1
|
|
10187
10224
|
tinypool: 0.3.0
|
|
10188
10225
|
tinyspy: 1.0.2
|
|
10189
|
-
vite: 3.2.10(@types/node@20.
|
|
10190
|
-
vite-node: 0.26.1(@types/node@20.
|
|
10226
|
+
vite: 3.2.10(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
10227
|
+
vite-node: 0.26.1(@types/node@20.14.9)(less@4.1.3)(sass@1.57.0)
|
|
10191
10228
|
transitivePeerDependencies:
|
|
10192
10229
|
- less
|
|
10193
10230
|
- sass
|