@coze-arch/cli 0.0.26 → 0.0.28-alpha.57ae53
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/lib/__templates__/expo/_gitignore +1 -0
- package/lib/__templates__/native-static/_gitignore +1 -0
- package/lib/__templates__/nextjs/_gitignore +1 -0
- package/lib/__templates__/nuxt-vue/_gitignore +1 -0
- package/lib/__templates__/pi-agent/_gitignore +1 -0
- package/lib/__templates__/taro/_gitignore +1 -0
- package/lib/__templates__/taro/package.json +2 -1
- package/lib/__templates__/taro/pnpm-lock.yaml +376 -323
- package/lib/__templates__/taro/template.config.js +57 -0
- package/lib/__templates__/vite/_gitignore +1 -0
- package/lib/cli.js +7 -8
- package/package.json +7 -8
|
@@ -24,7 +24,7 @@ importers:
|
|
|
24
24
|
version: 4.1.9
|
|
25
25
|
'@tarojs/plugin-framework-react':
|
|
26
26
|
specifier: 4.1.9
|
|
27
|
-
version: 4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@
|
|
27
|
+
version: 4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))
|
|
28
28
|
'@tarojs/plugin-platform-h5':
|
|
29
29
|
specifier: 4.1.9
|
|
30
30
|
version: 4.1.9(@tarojs/taro@4.1.9(@tarojs/components@4.1.9(@tarojs/helper@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@tarojs/helper@4.1.9)(@tarojs/shared@4.1.9)(@types/react@18.3.27)(postcss@8.5.6)(rollup@3.29.5)(webpack@5.97.1(@swc/core@1.3.96)))(@types/react@18.3.27)(postcss@8.5.6)(react@18.3.1)(rollup@3.29.5)(solid-js@1.9.10)(webpack@5.97.1(@swc/core@1.3.96))
|
|
@@ -91,25 +91,28 @@ importers:
|
|
|
91
91
|
version: 4.1.18
|
|
92
92
|
'@tarojs/cli':
|
|
93
93
|
specifier: 4.1.9
|
|
94
|
-
version: 4.1.9(@types/node@
|
|
94
|
+
version: 4.1.9(@types/node@24.12.4)
|
|
95
95
|
'@tarojs/plugin-generator':
|
|
96
96
|
specifier: 4.1.9
|
|
97
|
-
version: 4.1.9(@types/node@
|
|
97
|
+
version: 4.1.9(@types/node@24.12.4)
|
|
98
98
|
'@tarojs/plugin-mini-ci':
|
|
99
99
|
specifier: ^4.1.9
|
|
100
|
-
version: 4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@
|
|
100
|
+
version: 4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@24.12.4))
|
|
101
101
|
'@tarojs/vite-runner':
|
|
102
102
|
specifier: 4.1.9
|
|
103
|
-
version: 4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@
|
|
103
|
+
version: 4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
104
104
|
'@types/minimatch':
|
|
105
105
|
specifier: ^5
|
|
106
106
|
version: 5.1.2
|
|
107
|
+
'@types/node':
|
|
108
|
+
specifier: ^24
|
|
109
|
+
version: 24.12.4
|
|
107
110
|
'@types/react':
|
|
108
111
|
specifier: ^18.0.0
|
|
109
112
|
version: 18.3.27
|
|
110
113
|
'@vitejs/plugin-react':
|
|
111
114
|
specifier: ^4.3.0
|
|
112
|
-
version: 4.7.0(vite@4.5.14(@types/node@
|
|
115
|
+
version: 4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
113
116
|
babel-preset-taro:
|
|
114
117
|
specifier: 4.1.9
|
|
115
118
|
version: 4.1.9(@babel/core@7.28.5)(@babel/plugin-transform-typescript@7.28.5(@babel/core@7.28.5))(@babel/preset-react@7.28.5(@babel/core@7.28.5))(react-refresh@0.14.2)
|
|
@@ -132,8 +135,8 @@ importers:
|
|
|
132
135
|
specifier: ^4.4.0
|
|
133
136
|
version: 4.6.2(eslint@8.57.1)
|
|
134
137
|
eslint-plugin-tailwindcss:
|
|
135
|
-
specifier: ^3.18.
|
|
136
|
-
version: 3.18.
|
|
138
|
+
specifier: ^3.18.3
|
|
139
|
+
version: 3.18.3(tailwindcss@4.1.18)
|
|
137
140
|
less:
|
|
138
141
|
specifier: ^4.2.0
|
|
139
142
|
version: 4.5.1
|
|
@@ -166,13 +169,13 @@ importers:
|
|
|
166
169
|
version: 5.44.1
|
|
167
170
|
tt-ide-cli:
|
|
168
171
|
specifier: ^0.1.31
|
|
169
|
-
version: 0.1.31(@types/node@
|
|
172
|
+
version: 0.1.31(@types/node@24.12.4)
|
|
170
173
|
typescript:
|
|
171
174
|
specifier: ^5.4.5
|
|
172
175
|
version: 5.9.3
|
|
173
176
|
vite:
|
|
174
177
|
specifier: ^4.2.0
|
|
175
|
-
version: 4.5.14(@types/node@
|
|
178
|
+
version: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
176
179
|
weapp-tailwindcss:
|
|
177
180
|
specifier: ^4.10.3
|
|
178
181
|
version: 4.10.3(tailwindcss@4.1.18)
|
|
@@ -3276,6 +3279,10 @@ packages:
|
|
|
3276
3279
|
resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==}
|
|
3277
3280
|
engines: {node: '>=14'}
|
|
3278
3281
|
|
|
3282
|
+
'@pkgr/core@0.3.6':
|
|
3283
|
+
resolution: {integrity: sha512-SEeaJLb3qBNF/OaXnaR1NmmBbFYk1zC0ZH/52fATcRPLFg/p791YrcyFFy44Bo9sLaGuSuLp5Q6axbb/O+v/RA==}
|
|
3284
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
3285
|
+
|
|
3279
3286
|
'@protobufjs/aspromise@1.1.2':
|
|
3280
3287
|
resolution: {integrity: sha512-j+gKExEuLmKwvz3OgROXtrJ2UG2x8Ch2YZUxahh+s1F2HZ+wAceUNLkvy6zKCPVRkU++ZWQrdxsUeQXmcg4uoQ==}
|
|
3281
3288
|
|
|
@@ -4342,6 +4349,9 @@ packages:
|
|
|
4342
4349
|
'@types/node@22.19.6':
|
|
4343
4350
|
resolution: {integrity: sha512-qm+G8HuG6hOHQigsi7VGuLjUVu6TtBo/F05zvX04Mw2uCg9Dv0Qxy3Qw7j41SidlTcl5D/5yg0SEZqOB+EqZnQ==}
|
|
4344
4351
|
|
|
4352
|
+
'@types/node@24.12.4':
|
|
4353
|
+
resolution: {integrity: sha512-GUUEShf+PBCGW2KaXwcIt3Yk+e3pkKwWKb9GSyM9WQVE+ep2jzmHdGsHzu4wgcZy5fN9FBdVzjpBQsYlpfpgLA==}
|
|
4354
|
+
|
|
4345
4355
|
'@types/phoenix@1.6.7':
|
|
4346
4356
|
resolution: {integrity: sha512-oN9ive//QSBkf19rfDv45M7eZPi0eEXylht2OLEXicu5b4KoQ1OzXIw+xDSGWxSxe1JmepRR/ZH283vsu518/Q==}
|
|
4347
4357
|
|
|
@@ -6345,11 +6355,11 @@ packages:
|
|
|
6345
6355
|
peerDependencies:
|
|
6346
6356
|
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7
|
|
6347
6357
|
|
|
6348
|
-
eslint-plugin-tailwindcss@3.18.
|
|
6349
|
-
resolution: {integrity: sha512-
|
|
6358
|
+
eslint-plugin-tailwindcss@3.18.3:
|
|
6359
|
+
resolution: {integrity: sha512-lqjNX7mt1Ip2qR236hvhbZ9ff2TFLUWou+tBHz82SA1nWFzOZSoEOI+9UBZmuf2977r2MMp9/y3/broyz8AYig==}
|
|
6350
6360
|
engines: {node: '>=18.12.0'}
|
|
6351
6361
|
peerDependencies:
|
|
6352
|
-
tailwindcss: ^3.4.0
|
|
6362
|
+
tailwindcss: ^3.4.0 || ^4.0.0
|
|
6353
6363
|
|
|
6354
6364
|
eslint-scope@5.1.1:
|
|
6355
6365
|
resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==}
|
|
@@ -9171,6 +9181,7 @@ packages:
|
|
|
9171
9181
|
prebuild-install@7.1.3:
|
|
9172
9182
|
resolution: {integrity: sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==}
|
|
9173
9183
|
engines: {node: '>=10'}
|
|
9184
|
+
deprecated: No longer maintained. Please contact the author of the relevant native addon; alternatives are available.
|
|
9174
9185
|
hasBin: true
|
|
9175
9186
|
|
|
9176
9187
|
prelude-ls@1.2.1:
|
|
@@ -10069,6 +10080,10 @@ packages:
|
|
|
10069
10080
|
sync-message@0.0.12:
|
|
10070
10081
|
resolution: {integrity: sha512-ySLe+P2U91a51SbWNUvDvAxCct+EKd5PKq3ptJoCZty7oxrf3+VFXxoskreLqrmN6VFxagqcXloz7fcFS08UFw==}
|
|
10071
10082
|
|
|
10083
|
+
synckit@0.11.13:
|
|
10084
|
+
resolution: {integrity: sha512-eNRKgb3z66Yp3D2CixVujOUvXLFUTij/zVnV8KRyvFdQwpz7I5DS8UfRkTeLzb64u+dkzDSdelE24izu+zSSUg==}
|
|
10085
|
+
engines: {node: ^14.18.0 || >=16.0.0}
|
|
10086
|
+
|
|
10072
10087
|
systemjs@6.15.1:
|
|
10073
10088
|
resolution: {integrity: sha512-Nk8c4lXvMB98MtbmjX7JwJRgJOL8fluecYCfCeYBznwmpOs8Bf15hLM6z4z71EDAhQVrQrI+wt1aLWSXZq+hXA==}
|
|
10074
10089
|
|
|
@@ -10076,6 +10091,11 @@ packages:
|
|
|
10076
10091
|
resolution: {integrity: sha512-9kY+CygyYM6j02t5YFHbNz2FN5QmYGv9zAjVp4lCDjlCw7amdckXlEt/bjMhUIfj4ThGRE4gCUH5+yGnNuPo5A==}
|
|
10077
10092
|
engines: {node: '>=10.0.0'}
|
|
10078
10093
|
|
|
10094
|
+
tailwind-api-utils@1.0.3:
|
|
10095
|
+
resolution: {integrity: sha512-KpzUHkH1ug1sq4394SLJX38ZtpeTiqQ1RVyFTTSY2XuHsNSTWUkRo108KmyyrMWdDbQrLYkSHaNKj/a3bmA4sQ==}
|
|
10096
|
+
peerDependencies:
|
|
10097
|
+
tailwindcss: ^3.3.0 || ^4.0.0 || ^4.0.0-beta
|
|
10098
|
+
|
|
10079
10099
|
tailwind-merge@3.5.0:
|
|
10080
10100
|
resolution: {integrity: sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A==}
|
|
10081
10101
|
|
|
@@ -10381,6 +10401,9 @@ packages:
|
|
|
10381
10401
|
undici-types@6.21.0:
|
|
10382
10402
|
resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
|
|
10383
10403
|
|
|
10404
|
+
undici-types@7.16.0:
|
|
10405
|
+
resolution: {integrity: sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==}
|
|
10406
|
+
|
|
10384
10407
|
unicode-canonical-property-names-ecmascript@2.0.1:
|
|
10385
10408
|
resolution: {integrity: sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==}
|
|
10386
10409
|
engines: {node: '>=4'}
|
|
@@ -13036,272 +13059,272 @@ snapshots:
|
|
|
13036
13059
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13037
13060
|
'@csstools/css-tokenizer': 3.0.4
|
|
13038
13061
|
|
|
13039
|
-
'@csstools/postcss-alpha-function@1.0.1(postcss@8.5.
|
|
13062
|
+
'@csstools/postcss-alpha-function@1.0.1(postcss@8.5.8)':
|
|
13040
13063
|
dependencies:
|
|
13041
13064
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13042
13065
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13043
13066
|
'@csstools/css-tokenizer': 3.0.4
|
|
13044
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13045
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13046
|
-
postcss: 8.5.
|
|
13067
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13068
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13069
|
+
postcss: 8.5.8
|
|
13047
13070
|
|
|
13048
|
-
'@csstools/postcss-cascade-layers@5.0.2(postcss@8.5.
|
|
13071
|
+
'@csstools/postcss-cascade-layers@5.0.2(postcss@8.5.8)':
|
|
13049
13072
|
dependencies:
|
|
13050
13073
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
13051
|
-
postcss: 8.5.
|
|
13074
|
+
postcss: 8.5.8
|
|
13052
13075
|
postcss-selector-parser: 7.1.1
|
|
13053
13076
|
|
|
13054
|
-
'@csstools/postcss-color-function-display-p3-linear@1.0.1(postcss@8.5.
|
|
13077
|
+
'@csstools/postcss-color-function-display-p3-linear@1.0.1(postcss@8.5.8)':
|
|
13055
13078
|
dependencies:
|
|
13056
13079
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13057
13080
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13058
13081
|
'@csstools/css-tokenizer': 3.0.4
|
|
13059
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13060
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13061
|
-
postcss: 8.5.
|
|
13082
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13083
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13084
|
+
postcss: 8.5.8
|
|
13062
13085
|
|
|
13063
|
-
'@csstools/postcss-color-function@4.0.12(postcss@8.5.
|
|
13086
|
+
'@csstools/postcss-color-function@4.0.12(postcss@8.5.8)':
|
|
13064
13087
|
dependencies:
|
|
13065
13088
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13066
13089
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13067
13090
|
'@csstools/css-tokenizer': 3.0.4
|
|
13068
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13069
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13070
|
-
postcss: 8.5.
|
|
13091
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13092
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13093
|
+
postcss: 8.5.8
|
|
13071
13094
|
|
|
13072
|
-
'@csstools/postcss-color-mix-function@3.0.12(postcss@8.5.
|
|
13095
|
+
'@csstools/postcss-color-mix-function@3.0.12(postcss@8.5.8)':
|
|
13073
13096
|
dependencies:
|
|
13074
13097
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13075
13098
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13076
13099
|
'@csstools/css-tokenizer': 3.0.4
|
|
13077
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13078
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13079
|
-
postcss: 8.5.
|
|
13100
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13101
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13102
|
+
postcss: 8.5.8
|
|
13080
13103
|
|
|
13081
|
-
'@csstools/postcss-color-mix-variadic-function-arguments@1.0.2(postcss@8.5.
|
|
13104
|
+
'@csstools/postcss-color-mix-variadic-function-arguments@1.0.2(postcss@8.5.8)':
|
|
13082
13105
|
dependencies:
|
|
13083
13106
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13084
13107
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13085
13108
|
'@csstools/css-tokenizer': 3.0.4
|
|
13086
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13087
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13088
|
-
postcss: 8.5.
|
|
13109
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13110
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13111
|
+
postcss: 8.5.8
|
|
13089
13112
|
|
|
13090
|
-
'@csstools/postcss-content-alt-text@2.0.8(postcss@8.5.
|
|
13113
|
+
'@csstools/postcss-content-alt-text@2.0.8(postcss@8.5.8)':
|
|
13091
13114
|
dependencies:
|
|
13092
13115
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13093
13116
|
'@csstools/css-tokenizer': 3.0.4
|
|
13094
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13095
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13096
|
-
postcss: 8.5.
|
|
13117
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13118
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13119
|
+
postcss: 8.5.8
|
|
13097
13120
|
|
|
13098
|
-
'@csstools/postcss-contrast-color-function@2.0.12(postcss@8.5.
|
|
13121
|
+
'@csstools/postcss-contrast-color-function@2.0.12(postcss@8.5.8)':
|
|
13099
13122
|
dependencies:
|
|
13100
13123
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13101
13124
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13102
13125
|
'@csstools/css-tokenizer': 3.0.4
|
|
13103
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13104
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13105
|
-
postcss: 8.5.
|
|
13126
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13127
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13128
|
+
postcss: 8.5.8
|
|
13106
13129
|
|
|
13107
|
-
'@csstools/postcss-exponential-functions@2.0.9(postcss@8.5.
|
|
13130
|
+
'@csstools/postcss-exponential-functions@2.0.9(postcss@8.5.8)':
|
|
13108
13131
|
dependencies:
|
|
13109
13132
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13110
13133
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13111
13134
|
'@csstools/css-tokenizer': 3.0.4
|
|
13112
|
-
postcss: 8.5.
|
|
13135
|
+
postcss: 8.5.8
|
|
13113
13136
|
|
|
13114
|
-
'@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.
|
|
13137
|
+
'@csstools/postcss-font-format-keywords@4.0.0(postcss@8.5.8)':
|
|
13115
13138
|
dependencies:
|
|
13116
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13117
|
-
postcss: 8.5.
|
|
13139
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13140
|
+
postcss: 8.5.8
|
|
13118
13141
|
postcss-value-parser: 4.2.0
|
|
13119
13142
|
|
|
13120
|
-
'@csstools/postcss-gamut-mapping@2.0.11(postcss@8.5.
|
|
13143
|
+
'@csstools/postcss-gamut-mapping@2.0.11(postcss@8.5.8)':
|
|
13121
13144
|
dependencies:
|
|
13122
13145
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13123
13146
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13124
13147
|
'@csstools/css-tokenizer': 3.0.4
|
|
13125
|
-
postcss: 8.5.
|
|
13148
|
+
postcss: 8.5.8
|
|
13126
13149
|
|
|
13127
|
-
'@csstools/postcss-gradients-interpolation-method@5.0.12(postcss@8.5.
|
|
13150
|
+
'@csstools/postcss-gradients-interpolation-method@5.0.12(postcss@8.5.8)':
|
|
13128
13151
|
dependencies:
|
|
13129
13152
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13130
13153
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13131
13154
|
'@csstools/css-tokenizer': 3.0.4
|
|
13132
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13133
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13134
|
-
postcss: 8.5.
|
|
13155
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13156
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13157
|
+
postcss: 8.5.8
|
|
13135
13158
|
|
|
13136
|
-
'@csstools/postcss-hwb-function@4.0.12(postcss@8.5.
|
|
13159
|
+
'@csstools/postcss-hwb-function@4.0.12(postcss@8.5.8)':
|
|
13137
13160
|
dependencies:
|
|
13138
13161
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13139
13162
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13140
13163
|
'@csstools/css-tokenizer': 3.0.4
|
|
13141
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13142
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13143
|
-
postcss: 8.5.
|
|
13164
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13165
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13166
|
+
postcss: 8.5.8
|
|
13144
13167
|
|
|
13145
|
-
'@csstools/postcss-ic-unit@4.0.4(postcss@8.5.
|
|
13168
|
+
'@csstools/postcss-ic-unit@4.0.4(postcss@8.5.8)':
|
|
13146
13169
|
dependencies:
|
|
13147
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13148
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13149
|
-
postcss: 8.5.
|
|
13170
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13171
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13172
|
+
postcss: 8.5.8
|
|
13150
13173
|
postcss-value-parser: 4.2.0
|
|
13151
13174
|
|
|
13152
|
-
'@csstools/postcss-initial@2.0.1(postcss@8.5.
|
|
13175
|
+
'@csstools/postcss-initial@2.0.1(postcss@8.5.8)':
|
|
13153
13176
|
dependencies:
|
|
13154
|
-
postcss: 8.5.
|
|
13177
|
+
postcss: 8.5.8
|
|
13155
13178
|
|
|
13156
|
-
'@csstools/postcss-is-pseudo-class@5.0.3(postcss@8.5.
|
|
13179
|
+
'@csstools/postcss-is-pseudo-class@5.0.3(postcss@8.5.8)':
|
|
13157
13180
|
dependencies:
|
|
13158
13181
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
13159
|
-
postcss: 8.5.
|
|
13182
|
+
postcss: 8.5.8
|
|
13160
13183
|
postcss-selector-parser: 7.1.1
|
|
13161
13184
|
|
|
13162
|
-
'@csstools/postcss-light-dark-function@2.0.11(postcss@8.5.
|
|
13185
|
+
'@csstools/postcss-light-dark-function@2.0.11(postcss@8.5.8)':
|
|
13163
13186
|
dependencies:
|
|
13164
13187
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13165
13188
|
'@csstools/css-tokenizer': 3.0.4
|
|
13166
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13167
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13168
|
-
postcss: 8.5.
|
|
13189
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13190
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13191
|
+
postcss: 8.5.8
|
|
13169
13192
|
|
|
13170
|
-
'@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.
|
|
13193
|
+
'@csstools/postcss-logical-float-and-clear@3.0.0(postcss@8.5.8)':
|
|
13171
13194
|
dependencies:
|
|
13172
|
-
postcss: 8.5.
|
|
13195
|
+
postcss: 8.5.8
|
|
13173
13196
|
|
|
13174
|
-
'@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.
|
|
13197
|
+
'@csstools/postcss-logical-overflow@2.0.0(postcss@8.5.8)':
|
|
13175
13198
|
dependencies:
|
|
13176
|
-
postcss: 8.5.
|
|
13199
|
+
postcss: 8.5.8
|
|
13177
13200
|
|
|
13178
|
-
'@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.
|
|
13201
|
+
'@csstools/postcss-logical-overscroll-behavior@2.0.0(postcss@8.5.8)':
|
|
13179
13202
|
dependencies:
|
|
13180
|
-
postcss: 8.5.
|
|
13203
|
+
postcss: 8.5.8
|
|
13181
13204
|
|
|
13182
|
-
'@csstools/postcss-logical-resize@3.0.0(postcss@8.5.
|
|
13205
|
+
'@csstools/postcss-logical-resize@3.0.0(postcss@8.5.8)':
|
|
13183
13206
|
dependencies:
|
|
13184
|
-
postcss: 8.5.
|
|
13207
|
+
postcss: 8.5.8
|
|
13185
13208
|
postcss-value-parser: 4.2.0
|
|
13186
13209
|
|
|
13187
|
-
'@csstools/postcss-logical-viewport-units@3.0.4(postcss@8.5.
|
|
13210
|
+
'@csstools/postcss-logical-viewport-units@3.0.4(postcss@8.5.8)':
|
|
13188
13211
|
dependencies:
|
|
13189
13212
|
'@csstools/css-tokenizer': 3.0.4
|
|
13190
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13191
|
-
postcss: 8.5.
|
|
13213
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13214
|
+
postcss: 8.5.8
|
|
13192
13215
|
|
|
13193
|
-
'@csstools/postcss-media-minmax@2.0.9(postcss@8.5.
|
|
13216
|
+
'@csstools/postcss-media-minmax@2.0.9(postcss@8.5.8)':
|
|
13194
13217
|
dependencies:
|
|
13195
13218
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13196
13219
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13197
13220
|
'@csstools/css-tokenizer': 3.0.4
|
|
13198
13221
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13199
|
-
postcss: 8.5.
|
|
13222
|
+
postcss: 8.5.8
|
|
13200
13223
|
|
|
13201
|
-
'@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.5(postcss@8.5.
|
|
13224
|
+
'@csstools/postcss-media-queries-aspect-ratio-number-values@3.0.5(postcss@8.5.8)':
|
|
13202
13225
|
dependencies:
|
|
13203
13226
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13204
13227
|
'@csstools/css-tokenizer': 3.0.4
|
|
13205
13228
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13206
|
-
postcss: 8.5.
|
|
13229
|
+
postcss: 8.5.8
|
|
13207
13230
|
|
|
13208
|
-
'@csstools/postcss-nested-calc@4.0.0(postcss@8.5.
|
|
13231
|
+
'@csstools/postcss-nested-calc@4.0.0(postcss@8.5.8)':
|
|
13209
13232
|
dependencies:
|
|
13210
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13211
|
-
postcss: 8.5.
|
|
13233
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13234
|
+
postcss: 8.5.8
|
|
13212
13235
|
postcss-value-parser: 4.2.0
|
|
13213
13236
|
|
|
13214
|
-
'@csstools/postcss-normalize-display-values@4.0.1(postcss@8.5.
|
|
13237
|
+
'@csstools/postcss-normalize-display-values@4.0.1(postcss@8.5.8)':
|
|
13215
13238
|
dependencies:
|
|
13216
|
-
postcss: 8.5.
|
|
13239
|
+
postcss: 8.5.8
|
|
13217
13240
|
postcss-value-parser: 4.2.0
|
|
13218
13241
|
|
|
13219
|
-
'@csstools/postcss-oklab-function@4.0.12(postcss@8.5.
|
|
13242
|
+
'@csstools/postcss-oklab-function@4.0.12(postcss@8.5.8)':
|
|
13220
13243
|
dependencies:
|
|
13221
13244
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13222
13245
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13223
13246
|
'@csstools/css-tokenizer': 3.0.4
|
|
13224
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13225
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13226
|
-
postcss: 8.5.
|
|
13247
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13248
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13249
|
+
postcss: 8.5.8
|
|
13227
13250
|
|
|
13228
|
-
'@csstools/postcss-position-area-property@1.0.0(postcss@8.5.
|
|
13251
|
+
'@csstools/postcss-position-area-property@1.0.0(postcss@8.5.8)':
|
|
13229
13252
|
dependencies:
|
|
13230
|
-
postcss: 8.5.
|
|
13253
|
+
postcss: 8.5.8
|
|
13231
13254
|
|
|
13232
|
-
'@csstools/postcss-progressive-custom-properties@4.2.1(postcss@8.5.
|
|
13255
|
+
'@csstools/postcss-progressive-custom-properties@4.2.1(postcss@8.5.8)':
|
|
13233
13256
|
dependencies:
|
|
13234
|
-
postcss: 8.5.
|
|
13257
|
+
postcss: 8.5.8
|
|
13235
13258
|
postcss-value-parser: 4.2.0
|
|
13236
13259
|
|
|
13237
|
-
'@csstools/postcss-property-rule-prelude-list@1.0.0(postcss@8.5.
|
|
13260
|
+
'@csstools/postcss-property-rule-prelude-list@1.0.0(postcss@8.5.8)':
|
|
13238
13261
|
dependencies:
|
|
13239
13262
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13240
13263
|
'@csstools/css-tokenizer': 3.0.4
|
|
13241
|
-
postcss: 8.5.
|
|
13264
|
+
postcss: 8.5.8
|
|
13242
13265
|
|
|
13243
|
-
'@csstools/postcss-random-function@2.0.1(postcss@8.5.
|
|
13266
|
+
'@csstools/postcss-random-function@2.0.1(postcss@8.5.8)':
|
|
13244
13267
|
dependencies:
|
|
13245
13268
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13246
13269
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13247
13270
|
'@csstools/css-tokenizer': 3.0.4
|
|
13248
|
-
postcss: 8.5.
|
|
13271
|
+
postcss: 8.5.8
|
|
13249
13272
|
|
|
13250
|
-
'@csstools/postcss-relative-color-syntax@3.0.12(postcss@8.5.
|
|
13273
|
+
'@csstools/postcss-relative-color-syntax@3.0.12(postcss@8.5.8)':
|
|
13251
13274
|
dependencies:
|
|
13252
13275
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13253
13276
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13254
13277
|
'@csstools/css-tokenizer': 3.0.4
|
|
13255
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
13256
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
13257
|
-
postcss: 8.5.
|
|
13278
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
13279
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
13280
|
+
postcss: 8.5.8
|
|
13258
13281
|
|
|
13259
|
-
'@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.
|
|
13282
|
+
'@csstools/postcss-scope-pseudo-class@4.0.1(postcss@8.5.8)':
|
|
13260
13283
|
dependencies:
|
|
13261
|
-
postcss: 8.5.
|
|
13284
|
+
postcss: 8.5.8
|
|
13262
13285
|
postcss-selector-parser: 7.1.1
|
|
13263
13286
|
|
|
13264
|
-
'@csstools/postcss-sign-functions@1.1.4(postcss@8.5.
|
|
13287
|
+
'@csstools/postcss-sign-functions@1.1.4(postcss@8.5.8)':
|
|
13265
13288
|
dependencies:
|
|
13266
13289
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13267
13290
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13268
13291
|
'@csstools/css-tokenizer': 3.0.4
|
|
13269
|
-
postcss: 8.5.
|
|
13292
|
+
postcss: 8.5.8
|
|
13270
13293
|
|
|
13271
|
-
'@csstools/postcss-stepped-value-functions@4.0.9(postcss@8.5.
|
|
13294
|
+
'@csstools/postcss-stepped-value-functions@4.0.9(postcss@8.5.8)':
|
|
13272
13295
|
dependencies:
|
|
13273
13296
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13274
13297
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13275
13298
|
'@csstools/css-tokenizer': 3.0.4
|
|
13276
|
-
postcss: 8.5.
|
|
13299
|
+
postcss: 8.5.8
|
|
13277
13300
|
|
|
13278
|
-
'@csstools/postcss-syntax-descriptor-syntax-production@1.0.1(postcss@8.5.
|
|
13301
|
+
'@csstools/postcss-syntax-descriptor-syntax-production@1.0.1(postcss@8.5.8)':
|
|
13279
13302
|
dependencies:
|
|
13280
13303
|
'@csstools/css-tokenizer': 3.0.4
|
|
13281
|
-
postcss: 8.5.
|
|
13304
|
+
postcss: 8.5.8
|
|
13282
13305
|
|
|
13283
|
-
'@csstools/postcss-system-ui-font-family@1.0.0(postcss@8.5.
|
|
13306
|
+
'@csstools/postcss-system-ui-font-family@1.0.0(postcss@8.5.8)':
|
|
13284
13307
|
dependencies:
|
|
13285
13308
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13286
13309
|
'@csstools/css-tokenizer': 3.0.4
|
|
13287
|
-
postcss: 8.5.
|
|
13310
|
+
postcss: 8.5.8
|
|
13288
13311
|
|
|
13289
|
-
'@csstools/postcss-text-decoration-shorthand@4.0.3(postcss@8.5.
|
|
13312
|
+
'@csstools/postcss-text-decoration-shorthand@4.0.3(postcss@8.5.8)':
|
|
13290
13313
|
dependencies:
|
|
13291
13314
|
'@csstools/color-helpers': 5.1.0
|
|
13292
|
-
postcss: 8.5.
|
|
13315
|
+
postcss: 8.5.8
|
|
13293
13316
|
postcss-value-parser: 4.2.0
|
|
13294
13317
|
|
|
13295
|
-
'@csstools/postcss-trigonometric-functions@4.0.9(postcss@8.5.
|
|
13318
|
+
'@csstools/postcss-trigonometric-functions@4.0.9(postcss@8.5.8)':
|
|
13296
13319
|
dependencies:
|
|
13297
13320
|
'@csstools/css-calc': 2.1.4(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
13298
13321
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
13299
13322
|
'@csstools/css-tokenizer': 3.0.4
|
|
13300
|
-
postcss: 8.5.
|
|
13323
|
+
postcss: 8.5.8
|
|
13301
13324
|
|
|
13302
|
-
'@csstools/postcss-unset-value@4.0.0(postcss@8.5.
|
|
13325
|
+
'@csstools/postcss-unset-value@4.0.0(postcss@8.5.8)':
|
|
13303
13326
|
dependencies:
|
|
13304
|
-
postcss: 8.5.
|
|
13327
|
+
postcss: 8.5.8
|
|
13305
13328
|
|
|
13306
13329
|
'@csstools/selector-resolve-nested@3.1.0(postcss-selector-parser@7.1.1)':
|
|
13307
13330
|
dependencies:
|
|
@@ -13311,9 +13334,9 @@ snapshots:
|
|
|
13311
13334
|
dependencies:
|
|
13312
13335
|
postcss-selector-parser: 7.1.1
|
|
13313
13336
|
|
|
13314
|
-
'@csstools/utilities@2.0.0(postcss@8.5.
|
|
13337
|
+
'@csstools/utilities@2.0.0(postcss@8.5.8)':
|
|
13315
13338
|
dependencies:
|
|
13316
|
-
postcss: 8.5.
|
|
13339
|
+
postcss: 8.5.8
|
|
13317
13340
|
|
|
13318
13341
|
'@drizzle-team/brocli@0.10.2': {}
|
|
13319
13342
|
|
|
@@ -13692,12 +13715,12 @@ snapshots:
|
|
|
13692
13715
|
'@img/sharp-win32-x64@0.33.5':
|
|
13693
13716
|
optional: true
|
|
13694
13717
|
|
|
13695
|
-
'@inquirer/external-editor@1.0.3(@types/node@
|
|
13718
|
+
'@inquirer/external-editor@1.0.3(@types/node@24.12.4)':
|
|
13696
13719
|
dependencies:
|
|
13697
13720
|
chardet: 2.1.1
|
|
13698
13721
|
iconv-lite: 0.7.2
|
|
13699
13722
|
optionalDependencies:
|
|
13700
|
-
'@types/node':
|
|
13723
|
+
'@types/node': 24.12.4
|
|
13701
13724
|
|
|
13702
13725
|
'@isaacs/balanced-match@4.0.1': {}
|
|
13703
13726
|
|
|
@@ -14425,6 +14448,8 @@ snapshots:
|
|
|
14425
14448
|
'@pkgjs/parseargs@0.11.0':
|
|
14426
14449
|
optional: true
|
|
14427
14450
|
|
|
14451
|
+
'@pkgr/core@0.3.6': {}
|
|
14452
|
+
|
|
14428
14453
|
'@protobufjs/aspromise@1.1.2': {}
|
|
14429
14454
|
|
|
14430
14455
|
'@protobufjs/base64@1.1.2': {}
|
|
@@ -15116,7 +15141,7 @@ snapshots:
|
|
|
15116
15141
|
'@tarojs/binding-linux-x64-gnu': 4.1.9
|
|
15117
15142
|
'@tarojs/binding-win32-x64-msvc': 4.1.9
|
|
15118
15143
|
|
|
15119
|
-
'@tarojs/cli@4.1.9(@types/node@
|
|
15144
|
+
'@tarojs/cli@4.1.9(@types/node@24.12.4)':
|
|
15120
15145
|
dependencies:
|
|
15121
15146
|
'@tarojs/binding': 4.1.9
|
|
15122
15147
|
'@tarojs/helper': 4.1.9
|
|
@@ -15128,7 +15153,7 @@ snapshots:
|
|
|
15128
15153
|
cli-highlight: 2.1.11
|
|
15129
15154
|
download-git-repo: 3.0.2
|
|
15130
15155
|
envinfo: 7.21.0
|
|
15131
|
-
inquirer: 8.2.7(@types/node@
|
|
15156
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
15132
15157
|
latest-version: 5.1.0
|
|
15133
15158
|
minimist: 1.2.8
|
|
15134
15159
|
ora: 5.4.1
|
|
@@ -15308,7 +15333,7 @@ snapshots:
|
|
|
15308
15333
|
transitivePeerDependencies:
|
|
15309
15334
|
- supports-color
|
|
15310
15335
|
|
|
15311
|
-
'@tarojs/plugin-framework-react@4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@
|
|
15336
|
+
'@tarojs/plugin-framework-react@4.1.9(@tarojs/helper@4.1.9)(@tarojs/runtime@4.1.9)(@tarojs/shared@4.1.9)(@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)))(react@18.3.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))(webpack@5.97.1(@swc/core@1.3.96))':
|
|
15312
15337
|
dependencies:
|
|
15313
15338
|
'@tarojs/helper': 4.1.9
|
|
15314
15339
|
'@tarojs/runtime': 4.1.9
|
|
@@ -15318,12 +15343,12 @@ snapshots:
|
|
|
15318
15343
|
lodash: 4.17.21
|
|
15319
15344
|
tslib: 2.8.1
|
|
15320
15345
|
optionalDependencies:
|
|
15321
|
-
'@vitejs/plugin-react': 4.7.0(vite@4.5.14(@types/node@
|
|
15346
|
+
'@vitejs/plugin-react': 4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15322
15347
|
react: 18.3.1
|
|
15323
|
-
vite: 4.5.14(@types/node@
|
|
15348
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15324
15349
|
webpack: 5.97.1(@swc/core@1.3.96)
|
|
15325
15350
|
|
|
15326
|
-
'@tarojs/plugin-generator@4.1.9(@types/node@
|
|
15351
|
+
'@tarojs/plugin-generator@4.1.9(@types/node@24.12.4)':
|
|
15327
15352
|
dependencies:
|
|
15328
15353
|
'@babel/generator': 7.24.4
|
|
15329
15354
|
'@babel/parser': 7.24.4
|
|
@@ -15332,7 +15357,7 @@ snapshots:
|
|
|
15332
15357
|
'@tarojs/helper': 4.1.9
|
|
15333
15358
|
'@tarojs/service': 4.1.9
|
|
15334
15359
|
dedent: 1.7.1
|
|
15335
|
-
inquirer: 8.2.7(@types/node@
|
|
15360
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
15336
15361
|
ts-morph: 26.0.0
|
|
15337
15362
|
transitivePeerDependencies:
|
|
15338
15363
|
- '@swc/helpers'
|
|
@@ -15340,7 +15365,7 @@ snapshots:
|
|
|
15340
15365
|
- babel-plugin-macros
|
|
15341
15366
|
- supports-color
|
|
15342
15367
|
|
|
15343
|
-
'@tarojs/plugin-mini-ci@4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@
|
|
15368
|
+
'@tarojs/plugin-mini-ci@4.1.9(patch_hash=j6dgmq33tuqqgowk7tjyyinctm)(miniprogram-ci@2.1.26(eslint@8.57.1))(tt-ide-cli@0.1.31(@types/node@24.12.4))':
|
|
15344
15369
|
dependencies:
|
|
15345
15370
|
axios: 1.13.2
|
|
15346
15371
|
jimp: 0.22.12
|
|
@@ -15351,7 +15376,7 @@ snapshots:
|
|
|
15351
15376
|
resolve: 1.22.11
|
|
15352
15377
|
shelljs: 0.8.5
|
|
15353
15378
|
optionalDependencies:
|
|
15354
|
-
tt-ide-cli: 0.1.31(@types/node@
|
|
15379
|
+
tt-ide-cli: 0.1.31(@types/node@24.12.4)
|
|
15355
15380
|
transitivePeerDependencies:
|
|
15356
15381
|
- debug
|
|
15357
15382
|
- encoding
|
|
@@ -15480,7 +15505,7 @@ snapshots:
|
|
|
15480
15505
|
rollup: 3.29.5
|
|
15481
15506
|
webpack: 5.97.1(@swc/core@1.3.96)
|
|
15482
15507
|
|
|
15483
|
-
'@tarojs/vite-runner@4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@
|
|
15508
|
+
'@tarojs/vite-runner@4.1.9(@tarojs/runtime@4.1.9)(@types/babel__core@7.20.5)(jiti@2.6.1)(postcss@8.5.6)(rollup@3.29.5)(terser@5.44.1)(typescript@5.9.3)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15484
15509
|
dependencies:
|
|
15485
15510
|
'@ampproject/remapping': 2.3.0
|
|
15486
15511
|
'@babel/core': 7.28.5
|
|
@@ -15493,7 +15518,7 @@ snapshots:
|
|
|
15493
15518
|
'@tarojs/runner-utils': 4.1.9
|
|
15494
15519
|
'@tarojs/runtime': 4.1.9
|
|
15495
15520
|
'@tarojs/shared': 4.1.9
|
|
15496
|
-
'@vitejs/plugin-legacy': 4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@
|
|
15521
|
+
'@vitejs/plugin-legacy': 4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15497
15522
|
acorn-walk: 8.3.4
|
|
15498
15523
|
autoprefixer: 10.4.23(postcss@8.5.6)
|
|
15499
15524
|
babel-plugin-transform-taroapi: 4.1.9(@babel/core@7.28.5)
|
|
@@ -15516,8 +15541,8 @@ snapshots:
|
|
|
15516
15541
|
regenerator-runtime: 0.11.1
|
|
15517
15542
|
sax: 1.2.4
|
|
15518
15543
|
stylelint: 16.26.1(typescript@5.9.3)
|
|
15519
|
-
vite: 4.5.14(@types/node@
|
|
15520
|
-
vite-plugin-static-copy: 0.17.1(vite@4.5.14(@types/node@
|
|
15544
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15545
|
+
vite-plugin-static-copy: 0.17.1(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))
|
|
15521
15546
|
transitivePeerDependencies:
|
|
15522
15547
|
- '@swc/helpers'
|
|
15523
15548
|
- '@types/babel__core'
|
|
@@ -15579,7 +15604,7 @@ snapshots:
|
|
|
15579
15604
|
|
|
15580
15605
|
'@types/better-sqlite3@7.6.13':
|
|
15581
15606
|
dependencies:
|
|
15582
|
-
'@types/node':
|
|
15607
|
+
'@types/node': 24.12.4
|
|
15583
15608
|
optional: true
|
|
15584
15609
|
|
|
15585
15610
|
'@types/body-parser@1.19.6':
|
|
@@ -15622,12 +15647,12 @@ snapshots:
|
|
|
15622
15647
|
|
|
15623
15648
|
'@types/fs-extra@8.1.5':
|
|
15624
15649
|
dependencies:
|
|
15625
|
-
'@types/node':
|
|
15650
|
+
'@types/node': 24.12.4
|
|
15626
15651
|
|
|
15627
15652
|
'@types/glob@7.2.0':
|
|
15628
15653
|
dependencies:
|
|
15629
15654
|
'@types/minimatch': 5.1.2
|
|
15630
|
-
'@types/node':
|
|
15655
|
+
'@types/node': 24.12.4
|
|
15631
15656
|
|
|
15632
15657
|
'@types/http-errors@2.0.5': {}
|
|
15633
15658
|
|
|
@@ -15637,7 +15662,7 @@ snapshots:
|
|
|
15637
15662
|
|
|
15638
15663
|
'@types/keyv@3.1.4':
|
|
15639
15664
|
dependencies:
|
|
15640
|
-
'@types/node':
|
|
15665
|
+
'@types/node': 24.12.4
|
|
15641
15666
|
|
|
15642
15667
|
'@types/lodash.debounce@4.0.9':
|
|
15643
15668
|
dependencies:
|
|
@@ -15657,12 +15682,16 @@ snapshots:
|
|
|
15657
15682
|
dependencies:
|
|
15658
15683
|
undici-types: 6.21.0
|
|
15659
15684
|
|
|
15685
|
+
'@types/node@24.12.4':
|
|
15686
|
+
dependencies:
|
|
15687
|
+
undici-types: 7.16.0
|
|
15688
|
+
|
|
15660
15689
|
'@types/phoenix@1.6.7': {}
|
|
15661
15690
|
|
|
15662
15691
|
'@types/postcss-url@10.0.4':
|
|
15663
15692
|
dependencies:
|
|
15664
|
-
'@types/node':
|
|
15665
|
-
postcss: 8.5.
|
|
15693
|
+
'@types/node': 24.12.4
|
|
15694
|
+
postcss: 8.5.8
|
|
15666
15695
|
|
|
15667
15696
|
'@types/prop-types@15.7.15': {}
|
|
15668
15697
|
|
|
@@ -15677,7 +15706,7 @@ snapshots:
|
|
|
15677
15706
|
|
|
15678
15707
|
'@types/responselike@1.0.3':
|
|
15679
15708
|
dependencies:
|
|
15680
|
-
'@types/node':
|
|
15709
|
+
'@types/node': 24.12.4
|
|
15681
15710
|
|
|
15682
15711
|
'@types/sass@1.45.0':
|
|
15683
15712
|
dependencies:
|
|
@@ -15788,7 +15817,7 @@ snapshots:
|
|
|
15788
15817
|
|
|
15789
15818
|
'@ungap/structured-clone@1.3.0': {}
|
|
15790
15819
|
|
|
15791
|
-
'@vitejs/plugin-legacy@4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@
|
|
15820
|
+
'@vitejs/plugin-legacy@4.1.1(terser@5.44.1)(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15792
15821
|
dependencies:
|
|
15793
15822
|
'@babel/core': 7.28.5
|
|
15794
15823
|
'@babel/preset-env': 7.28.5(@babel/core@7.28.5)
|
|
@@ -15798,11 +15827,11 @@ snapshots:
|
|
|
15798
15827
|
regenerator-runtime: 0.13.11
|
|
15799
15828
|
systemjs: 6.15.1
|
|
15800
15829
|
terser: 5.44.1
|
|
15801
|
-
vite: 4.5.14(@types/node@
|
|
15830
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15802
15831
|
transitivePeerDependencies:
|
|
15803
15832
|
- supports-color
|
|
15804
15833
|
|
|
15805
|
-
'@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@
|
|
15834
|
+
'@vitejs/plugin-react@4.7.0(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1))':
|
|
15806
15835
|
dependencies:
|
|
15807
15836
|
'@babel/core': 7.28.5
|
|
15808
15837
|
'@babel/plugin-transform-react-jsx-self': 7.27.1(@babel/core@7.28.5)
|
|
@@ -15810,7 +15839,7 @@ snapshots:
|
|
|
15810
15839
|
'@rolldown/pluginutils': 1.0.0-beta.27
|
|
15811
15840
|
'@types/babel__core': 7.20.5
|
|
15812
15841
|
react-refresh: 0.17.0
|
|
15813
|
-
vite: 4.5.14(@types/node@
|
|
15842
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
15814
15843
|
transitivePeerDependencies:
|
|
15815
15844
|
- supports-color
|
|
15816
15845
|
|
|
@@ -15861,23 +15890,23 @@ snapshots:
|
|
|
15861
15890
|
consola: 3.4.2
|
|
15862
15891
|
picocolors: 1.1.1
|
|
15863
15892
|
|
|
15864
|
-
'@weapp-tailwindcss/postcss-calc@1.0.0(postcss@8.5.
|
|
15893
|
+
'@weapp-tailwindcss/postcss-calc@1.0.0(postcss@8.5.8)':
|
|
15865
15894
|
dependencies:
|
|
15866
|
-
postcss: 8.5.
|
|
15895
|
+
postcss: 8.5.8
|
|
15867
15896
|
postcss-selector-parser: 7.1.1
|
|
15868
15897
|
postcss-value-parser: 4.2.0
|
|
15869
15898
|
|
|
15870
15899
|
'@weapp-tailwindcss/postcss@2.1.5':
|
|
15871
15900
|
dependencies:
|
|
15872
15901
|
'@weapp-core/escape': 7.0.0
|
|
15873
|
-
'@weapp-tailwindcss/postcss-calc': 1.0.0(postcss@8.5.
|
|
15902
|
+
'@weapp-tailwindcss/postcss-calc': 1.0.0(postcss@8.5.8)
|
|
15874
15903
|
'@weapp-tailwindcss/shared': 1.1.2
|
|
15875
|
-
postcss: 8.5.
|
|
15876
|
-
postcss-preset-env: 10.6.1(postcss@8.5.
|
|
15877
|
-
postcss-pxtrans: 1.0.1(postcss@8.5.
|
|
15878
|
-
postcss-rem-to-responsive-pixel: 7.0.1(postcss@8.5.
|
|
15904
|
+
postcss: 8.5.8
|
|
15905
|
+
postcss-preset-env: 10.6.1(postcss@8.5.8)
|
|
15906
|
+
postcss-pxtrans: 1.0.1(postcss@8.5.8)
|
|
15907
|
+
postcss-rem-to-responsive-pixel: 7.0.1(postcss@8.5.8)
|
|
15879
15908
|
postcss-selector-parser: 7.1.1
|
|
15880
|
-
postcss-units-to-px: 0.2.0(postcss@8.5.
|
|
15909
|
+
postcss-units-to-px: 0.2.0(postcss@8.5.8)
|
|
15881
15910
|
postcss-value-parser: 4.2.0
|
|
15882
15911
|
|
|
15883
15912
|
'@weapp-tailwindcss/shared@1.1.2':
|
|
@@ -16255,6 +16284,15 @@ snapshots:
|
|
|
16255
16284
|
postcss: 8.5.6
|
|
16256
16285
|
postcss-value-parser: 4.2.0
|
|
16257
16286
|
|
|
16287
|
+
autoprefixer@10.4.23(postcss@8.5.8):
|
|
16288
|
+
dependencies:
|
|
16289
|
+
browserslist: 4.28.1
|
|
16290
|
+
caniuse-lite: 1.0.30001764
|
|
16291
|
+
fraction.js: 5.3.4
|
|
16292
|
+
picocolors: 1.1.1
|
|
16293
|
+
postcss: 8.5.8
|
|
16294
|
+
postcss-value-parser: 4.2.0
|
|
16295
|
+
|
|
16258
16296
|
available-typed-arrays@1.0.7:
|
|
16259
16297
|
dependencies:
|
|
16260
16298
|
possible-typed-array-names: 1.1.0
|
|
@@ -17572,9 +17610,9 @@ snapshots:
|
|
|
17572
17610
|
shebang-command: 2.0.0
|
|
17573
17611
|
which: 2.0.2
|
|
17574
17612
|
|
|
17575
|
-
css-blank-pseudo@7.0.1(postcss@8.5.
|
|
17613
|
+
css-blank-pseudo@7.0.1(postcss@8.5.8):
|
|
17576
17614
|
dependencies:
|
|
17577
|
-
postcss: 8.5.
|
|
17615
|
+
postcss: 8.5.8
|
|
17578
17616
|
postcss-selector-parser: 7.1.1
|
|
17579
17617
|
|
|
17580
17618
|
css-declaration-sorter@6.4.1(postcss@8.5.6):
|
|
@@ -17583,16 +17621,16 @@ snapshots:
|
|
|
17583
17621
|
|
|
17584
17622
|
css-functions-list@3.2.3: {}
|
|
17585
17623
|
|
|
17586
|
-
css-has-pseudo@7.0.3(postcss@8.5.
|
|
17624
|
+
css-has-pseudo@7.0.3(postcss@8.5.8):
|
|
17587
17625
|
dependencies:
|
|
17588
17626
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
17589
|
-
postcss: 8.5.
|
|
17627
|
+
postcss: 8.5.8
|
|
17590
17628
|
postcss-selector-parser: 7.1.1
|
|
17591
17629
|
postcss-value-parser: 4.2.0
|
|
17592
17630
|
|
|
17593
|
-
css-prefers-color-scheme@10.0.0(postcss@8.5.
|
|
17631
|
+
css-prefers-color-scheme@10.0.0(postcss@8.5.8):
|
|
17594
17632
|
dependencies:
|
|
17595
|
-
postcss: 8.5.
|
|
17633
|
+
postcss: 8.5.8
|
|
17596
17634
|
|
|
17597
17635
|
css-select@4.3.0:
|
|
17598
17636
|
dependencies:
|
|
@@ -18317,10 +18355,12 @@ snapshots:
|
|
|
18317
18355
|
string.prototype.matchall: 4.0.12
|
|
18318
18356
|
string.prototype.repeat: 1.0.0
|
|
18319
18357
|
|
|
18320
|
-
eslint-plugin-tailwindcss@3.18.
|
|
18358
|
+
eslint-plugin-tailwindcss@3.18.3(tailwindcss@4.1.18):
|
|
18321
18359
|
dependencies:
|
|
18322
18360
|
fast-glob: 3.3.3
|
|
18323
|
-
postcss: 8.5.
|
|
18361
|
+
postcss: 8.5.8
|
|
18362
|
+
synckit: 0.11.13
|
|
18363
|
+
tailwind-api-utils: 1.0.3(tailwindcss@4.1.18)
|
|
18324
18364
|
tailwindcss: 4.1.18
|
|
18325
18365
|
|
|
18326
18366
|
eslint-scope@5.1.1:
|
|
@@ -19356,9 +19396,9 @@ snapshots:
|
|
|
19356
19396
|
through: 2.3.8
|
|
19357
19397
|
wrap-ansi: 6.2.0
|
|
19358
19398
|
|
|
19359
|
-
inquirer@8.2.7(@types/node@
|
|
19399
|
+
inquirer@8.2.7(@types/node@24.12.4):
|
|
19360
19400
|
dependencies:
|
|
19361
|
-
'@inquirer/external-editor': 1.0.3(@types/node@
|
|
19401
|
+
'@inquirer/external-editor': 1.0.3(@types/node@24.12.4)
|
|
19362
19402
|
ansi-escapes: 4.3.2
|
|
19363
19403
|
chalk: 4.1.2
|
|
19364
19404
|
cli-cursor: 3.1.0
|
|
@@ -21002,9 +21042,9 @@ snapshots:
|
|
|
21002
21042
|
|
|
21003
21043
|
possible-typed-array-names@1.1.0: {}
|
|
21004
21044
|
|
|
21005
|
-
postcss-attribute-case-insensitive@7.0.1(postcss@8.5.
|
|
21045
|
+
postcss-attribute-case-insensitive@7.0.1(postcss@8.5.8):
|
|
21006
21046
|
dependencies:
|
|
21007
|
-
postcss: 8.5.
|
|
21047
|
+
postcss: 8.5.8
|
|
21008
21048
|
postcss-selector-parser: 7.1.1
|
|
21009
21049
|
|
|
21010
21050
|
postcss-calc@8.2.4(postcss@8.5.6):
|
|
@@ -21013,30 +21053,30 @@ snapshots:
|
|
|
21013
21053
|
postcss-selector-parser: 6.1.2
|
|
21014
21054
|
postcss-value-parser: 4.2.0
|
|
21015
21055
|
|
|
21016
|
-
postcss-clamp@4.1.0(postcss@8.5.
|
|
21056
|
+
postcss-clamp@4.1.0(postcss@8.5.8):
|
|
21017
21057
|
dependencies:
|
|
21018
|
-
postcss: 8.5.
|
|
21058
|
+
postcss: 8.5.8
|
|
21019
21059
|
postcss-value-parser: 4.2.0
|
|
21020
21060
|
|
|
21021
|
-
postcss-color-functional-notation@7.0.12(postcss@8.5.
|
|
21061
|
+
postcss-color-functional-notation@7.0.12(postcss@8.5.8):
|
|
21022
21062
|
dependencies:
|
|
21023
21063
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21024
21064
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21025
21065
|
'@csstools/css-tokenizer': 3.0.4
|
|
21026
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21027
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21028
|
-
postcss: 8.5.
|
|
21066
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
21067
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21068
|
+
postcss: 8.5.8
|
|
21029
21069
|
|
|
21030
|
-
postcss-color-hex-alpha@10.0.0(postcss@8.5.
|
|
21070
|
+
postcss-color-hex-alpha@10.0.0(postcss@8.5.8):
|
|
21031
21071
|
dependencies:
|
|
21032
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21033
|
-
postcss: 8.5.
|
|
21072
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21073
|
+
postcss: 8.5.8
|
|
21034
21074
|
postcss-value-parser: 4.2.0
|
|
21035
21075
|
|
|
21036
|
-
postcss-color-rebeccapurple@10.0.0(postcss@8.5.
|
|
21076
|
+
postcss-color-rebeccapurple@10.0.0(postcss@8.5.8):
|
|
21037
21077
|
dependencies:
|
|
21038
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21039
|
-
postcss: 8.5.
|
|
21078
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21079
|
+
postcss: 8.5.8
|
|
21040
21080
|
postcss-value-parser: 4.2.0
|
|
21041
21081
|
|
|
21042
21082
|
postcss-colormin@5.3.1(postcss@8.5.6):
|
|
@@ -21060,34 +21100,34 @@ snapshots:
|
|
|
21060
21100
|
extend: 3.0.2
|
|
21061
21101
|
postcss: 8.5.6
|
|
21062
21102
|
|
|
21063
|
-
postcss-custom-media@11.0.6(postcss@8.5.
|
|
21103
|
+
postcss-custom-media@11.0.6(postcss@8.5.8):
|
|
21064
21104
|
dependencies:
|
|
21065
21105
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21066
21106
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21067
21107
|
'@csstools/css-tokenizer': 3.0.4
|
|
21068
21108
|
'@csstools/media-query-list-parser': 4.0.3(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21069
|
-
postcss: 8.5.
|
|
21109
|
+
postcss: 8.5.8
|
|
21070
21110
|
|
|
21071
|
-
postcss-custom-properties@14.0.6(postcss@8.5.
|
|
21111
|
+
postcss-custom-properties@14.0.6(postcss@8.5.8):
|
|
21072
21112
|
dependencies:
|
|
21073
21113
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21074
21114
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21075
21115
|
'@csstools/css-tokenizer': 3.0.4
|
|
21076
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21077
|
-
postcss: 8.5.
|
|
21116
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21117
|
+
postcss: 8.5.8
|
|
21078
21118
|
postcss-value-parser: 4.2.0
|
|
21079
21119
|
|
|
21080
|
-
postcss-custom-selectors@8.0.5(postcss@8.5.
|
|
21120
|
+
postcss-custom-selectors@8.0.5(postcss@8.5.8):
|
|
21081
21121
|
dependencies:
|
|
21082
21122
|
'@csstools/cascade-layer-name-parser': 2.0.5(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21083
21123
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21084
21124
|
'@csstools/css-tokenizer': 3.0.4
|
|
21085
|
-
postcss: 8.5.
|
|
21125
|
+
postcss: 8.5.8
|
|
21086
21126
|
postcss-selector-parser: 7.1.1
|
|
21087
21127
|
|
|
21088
|
-
postcss-dir-pseudo-class@9.0.1(postcss@8.5.
|
|
21128
|
+
postcss-dir-pseudo-class@9.0.1(postcss@8.5.8):
|
|
21089
21129
|
dependencies:
|
|
21090
|
-
postcss: 8.5.
|
|
21130
|
+
postcss: 8.5.8
|
|
21091
21131
|
postcss-selector-parser: 7.1.1
|
|
21092
21132
|
|
|
21093
21133
|
postcss-discard-comments@5.1.2(postcss@8.5.6):
|
|
@@ -21106,39 +21146,39 @@ snapshots:
|
|
|
21106
21146
|
dependencies:
|
|
21107
21147
|
postcss: 8.5.6
|
|
21108
21148
|
|
|
21109
|
-
postcss-double-position-gradients@6.0.4(postcss@8.5.
|
|
21149
|
+
postcss-double-position-gradients@6.0.4(postcss@8.5.8):
|
|
21110
21150
|
dependencies:
|
|
21111
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21112
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21113
|
-
postcss: 8.5.
|
|
21151
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
21152
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21153
|
+
postcss: 8.5.8
|
|
21114
21154
|
postcss-value-parser: 4.2.0
|
|
21115
21155
|
|
|
21116
|
-
postcss-focus-visible@10.0.1(postcss@8.5.
|
|
21156
|
+
postcss-focus-visible@10.0.1(postcss@8.5.8):
|
|
21117
21157
|
dependencies:
|
|
21118
|
-
postcss: 8.5.
|
|
21158
|
+
postcss: 8.5.8
|
|
21119
21159
|
postcss-selector-parser: 7.1.1
|
|
21120
21160
|
|
|
21121
|
-
postcss-focus-within@9.0.1(postcss@8.5.
|
|
21161
|
+
postcss-focus-within@9.0.1(postcss@8.5.8):
|
|
21122
21162
|
dependencies:
|
|
21123
|
-
postcss: 8.5.
|
|
21163
|
+
postcss: 8.5.8
|
|
21124
21164
|
postcss-selector-parser: 7.1.1
|
|
21125
21165
|
|
|
21126
|
-
postcss-font-variant@5.0.0(postcss@8.5.
|
|
21166
|
+
postcss-font-variant@5.0.0(postcss@8.5.8):
|
|
21127
21167
|
dependencies:
|
|
21128
|
-
postcss: 8.5.
|
|
21168
|
+
postcss: 8.5.8
|
|
21129
21169
|
|
|
21130
|
-
postcss-gap-properties@6.0.0(postcss@8.5.
|
|
21170
|
+
postcss-gap-properties@6.0.0(postcss@8.5.8):
|
|
21131
21171
|
dependencies:
|
|
21132
|
-
postcss: 8.5.
|
|
21172
|
+
postcss: 8.5.8
|
|
21133
21173
|
|
|
21134
21174
|
postcss-html-transform@4.1.9(postcss@8.5.6):
|
|
21135
21175
|
dependencies:
|
|
21136
21176
|
postcss: 8.5.6
|
|
21137
21177
|
|
|
21138
|
-
postcss-image-set-function@7.0.0(postcss@8.5.
|
|
21178
|
+
postcss-image-set-function@7.0.0(postcss@8.5.8):
|
|
21139
21179
|
dependencies:
|
|
21140
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21141
|
-
postcss: 8.5.
|
|
21180
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21181
|
+
postcss: 8.5.8
|
|
21142
21182
|
postcss-value-parser: 4.2.0
|
|
21143
21183
|
|
|
21144
21184
|
postcss-import@16.1.1(postcss@8.5.6):
|
|
@@ -21148,14 +21188,14 @@ snapshots:
|
|
|
21148
21188
|
read-cache: 1.0.0
|
|
21149
21189
|
resolve: 1.22.11
|
|
21150
21190
|
|
|
21151
|
-
postcss-lab-function@7.0.12(postcss@8.5.
|
|
21191
|
+
postcss-lab-function@7.0.12(postcss@8.5.8):
|
|
21152
21192
|
dependencies:
|
|
21153
21193
|
'@csstools/css-color-parser': 3.1.0(@csstools/css-parser-algorithms@3.0.5(@csstools/css-tokenizer@3.0.4))(@csstools/css-tokenizer@3.0.4)
|
|
21154
21194
|
'@csstools/css-parser-algorithms': 3.0.5(@csstools/css-tokenizer@3.0.4)
|
|
21155
21195
|
'@csstools/css-tokenizer': 3.0.4
|
|
21156
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21157
|
-
'@csstools/utilities': 2.0.0(postcss@8.5.
|
|
21158
|
-
postcss: 8.5.
|
|
21196
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
21197
|
+
'@csstools/utilities': 2.0.0(postcss@8.5.8)
|
|
21198
|
+
postcss: 8.5.8
|
|
21159
21199
|
|
|
21160
21200
|
postcss-load-config@5.1.0(jiti@2.6.1)(postcss@8.5.6):
|
|
21161
21201
|
dependencies:
|
|
@@ -21165,9 +21205,9 @@ snapshots:
|
|
|
21165
21205
|
jiti: 2.6.1
|
|
21166
21206
|
postcss: 8.5.6
|
|
21167
21207
|
|
|
21168
|
-
postcss-logical@8.1.0(postcss@8.5.
|
|
21208
|
+
postcss-logical@8.1.0(postcss@8.5.8):
|
|
21169
21209
|
dependencies:
|
|
21170
|
-
postcss: 8.5.
|
|
21210
|
+
postcss: 8.5.8
|
|
21171
21211
|
postcss-value-parser: 4.2.0
|
|
21172
21212
|
|
|
21173
21213
|
postcss-merge-longhand@5.1.7(postcss@8.5.6):
|
|
@@ -21241,11 +21281,11 @@ snapshots:
|
|
|
21241
21281
|
postcss-modules-values: 4.0.0(postcss@8.5.6)
|
|
21242
21282
|
string-hash: 1.1.3
|
|
21243
21283
|
|
|
21244
|
-
postcss-nesting@13.0.2(postcss@8.5.
|
|
21284
|
+
postcss-nesting@13.0.2(postcss@8.5.8):
|
|
21245
21285
|
dependencies:
|
|
21246
21286
|
'@csstools/selector-resolve-nested': 3.1.0(postcss-selector-parser@7.1.1)
|
|
21247
21287
|
'@csstools/selector-specificity': 5.0.0(postcss-selector-parser@7.1.1)
|
|
21248
|
-
postcss: 8.5.
|
|
21288
|
+
postcss: 8.5.8
|
|
21249
21289
|
postcss-selector-parser: 7.1.1
|
|
21250
21290
|
|
|
21251
21291
|
postcss-normalize-charset@5.1.0(postcss@8.5.6):
|
|
@@ -21294,9 +21334,9 @@ snapshots:
|
|
|
21294
21334
|
postcss: 8.5.6
|
|
21295
21335
|
postcss-value-parser: 4.2.0
|
|
21296
21336
|
|
|
21297
|
-
postcss-opacity-percentage@3.0.0(postcss@8.5.
|
|
21337
|
+
postcss-opacity-percentage@3.0.0(postcss@8.5.8):
|
|
21298
21338
|
dependencies:
|
|
21299
|
-
postcss: 8.5.
|
|
21339
|
+
postcss: 8.5.8
|
|
21300
21340
|
|
|
21301
21341
|
postcss-ordered-values@5.1.3(postcss@8.5.6):
|
|
21302
21342
|
dependencies:
|
|
@@ -21304,113 +21344,113 @@ snapshots:
|
|
|
21304
21344
|
postcss: 8.5.6
|
|
21305
21345
|
postcss-value-parser: 4.2.0
|
|
21306
21346
|
|
|
21307
|
-
postcss-overflow-shorthand@6.0.0(postcss@8.5.
|
|
21347
|
+
postcss-overflow-shorthand@6.0.0(postcss@8.5.8):
|
|
21308
21348
|
dependencies:
|
|
21309
|
-
postcss: 8.5.
|
|
21349
|
+
postcss: 8.5.8
|
|
21310
21350
|
postcss-value-parser: 4.2.0
|
|
21311
21351
|
|
|
21312
|
-
postcss-page-break@3.0.4(postcss@8.5.
|
|
21352
|
+
postcss-page-break@3.0.4(postcss@8.5.8):
|
|
21313
21353
|
dependencies:
|
|
21314
|
-
postcss: 8.5.
|
|
21354
|
+
postcss: 8.5.8
|
|
21315
21355
|
|
|
21316
|
-
postcss-place@10.0.0(postcss@8.5.
|
|
21356
|
+
postcss-place@10.0.0(postcss@8.5.8):
|
|
21317
21357
|
dependencies:
|
|
21318
|
-
postcss: 8.5.
|
|
21358
|
+
postcss: 8.5.8
|
|
21319
21359
|
postcss-value-parser: 4.2.0
|
|
21320
21360
|
|
|
21321
21361
|
postcss-plugin-constparse@4.1.9(postcss@8.5.6):
|
|
21322
21362
|
dependencies:
|
|
21323
21363
|
postcss: 8.5.6
|
|
21324
21364
|
|
|
21325
|
-
postcss-plugin-shared@1.1.1(postcss@8.5.
|
|
21365
|
+
postcss-plugin-shared@1.1.1(postcss@8.5.8):
|
|
21326
21366
|
dependencies:
|
|
21327
21367
|
defu: 6.1.4
|
|
21328
|
-
postcss: 8.5.
|
|
21368
|
+
postcss: 8.5.8
|
|
21329
21369
|
|
|
21330
|
-
postcss-preset-env@10.6.1(postcss@8.5.
|
|
21331
|
-
dependencies:
|
|
21332
|
-
'@csstools/postcss-alpha-function': 1.0.1(postcss@8.5.
|
|
21333
|
-
'@csstools/postcss-cascade-layers': 5.0.2(postcss@8.5.
|
|
21334
|
-
'@csstools/postcss-color-function': 4.0.12(postcss@8.5.
|
|
21335
|
-
'@csstools/postcss-color-function-display-p3-linear': 1.0.1(postcss@8.5.
|
|
21336
|
-
'@csstools/postcss-color-mix-function': 3.0.12(postcss@8.5.
|
|
21337
|
-
'@csstools/postcss-color-mix-variadic-function-arguments': 1.0.2(postcss@8.5.
|
|
21338
|
-
'@csstools/postcss-content-alt-text': 2.0.8(postcss@8.5.
|
|
21339
|
-
'@csstools/postcss-contrast-color-function': 2.0.12(postcss@8.5.
|
|
21340
|
-
'@csstools/postcss-exponential-functions': 2.0.9(postcss@8.5.
|
|
21341
|
-
'@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.
|
|
21342
|
-
'@csstools/postcss-gamut-mapping': 2.0.11(postcss@8.5.
|
|
21343
|
-
'@csstools/postcss-gradients-interpolation-method': 5.0.12(postcss@8.5.
|
|
21344
|
-
'@csstools/postcss-hwb-function': 4.0.12(postcss@8.5.
|
|
21345
|
-
'@csstools/postcss-ic-unit': 4.0.4(postcss@8.5.
|
|
21346
|
-
'@csstools/postcss-initial': 2.0.1(postcss@8.5.
|
|
21347
|
-
'@csstools/postcss-is-pseudo-class': 5.0.3(postcss@8.5.
|
|
21348
|
-
'@csstools/postcss-light-dark-function': 2.0.11(postcss@8.5.
|
|
21349
|
-
'@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.
|
|
21350
|
-
'@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.
|
|
21351
|
-
'@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.
|
|
21352
|
-
'@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.
|
|
21353
|
-
'@csstools/postcss-logical-viewport-units': 3.0.4(postcss@8.5.
|
|
21354
|
-
'@csstools/postcss-media-minmax': 2.0.9(postcss@8.5.
|
|
21355
|
-
'@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.5(postcss@8.5.
|
|
21356
|
-
'@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.
|
|
21357
|
-
'@csstools/postcss-normalize-display-values': 4.0.1(postcss@8.5.
|
|
21358
|
-
'@csstools/postcss-oklab-function': 4.0.12(postcss@8.5.
|
|
21359
|
-
'@csstools/postcss-position-area-property': 1.0.0(postcss@8.5.
|
|
21360
|
-
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.
|
|
21361
|
-
'@csstools/postcss-property-rule-prelude-list': 1.0.0(postcss@8.5.
|
|
21362
|
-
'@csstools/postcss-random-function': 2.0.1(postcss@8.5.
|
|
21363
|
-
'@csstools/postcss-relative-color-syntax': 3.0.12(postcss@8.5.
|
|
21364
|
-
'@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.
|
|
21365
|
-
'@csstools/postcss-sign-functions': 1.1.4(postcss@8.5.
|
|
21366
|
-
'@csstools/postcss-stepped-value-functions': 4.0.9(postcss@8.5.
|
|
21367
|
-
'@csstools/postcss-syntax-descriptor-syntax-production': 1.0.1(postcss@8.5.
|
|
21368
|
-
'@csstools/postcss-system-ui-font-family': 1.0.0(postcss@8.5.
|
|
21369
|
-
'@csstools/postcss-text-decoration-shorthand': 4.0.3(postcss@8.5.
|
|
21370
|
-
'@csstools/postcss-trigonometric-functions': 4.0.9(postcss@8.5.
|
|
21371
|
-
'@csstools/postcss-unset-value': 4.0.0(postcss@8.5.
|
|
21372
|
-
autoprefixer: 10.4.23(postcss@8.5.
|
|
21370
|
+
postcss-preset-env@10.6.1(postcss@8.5.8):
|
|
21371
|
+
dependencies:
|
|
21372
|
+
'@csstools/postcss-alpha-function': 1.0.1(postcss@8.5.8)
|
|
21373
|
+
'@csstools/postcss-cascade-layers': 5.0.2(postcss@8.5.8)
|
|
21374
|
+
'@csstools/postcss-color-function': 4.0.12(postcss@8.5.8)
|
|
21375
|
+
'@csstools/postcss-color-function-display-p3-linear': 1.0.1(postcss@8.5.8)
|
|
21376
|
+
'@csstools/postcss-color-mix-function': 3.0.12(postcss@8.5.8)
|
|
21377
|
+
'@csstools/postcss-color-mix-variadic-function-arguments': 1.0.2(postcss@8.5.8)
|
|
21378
|
+
'@csstools/postcss-content-alt-text': 2.0.8(postcss@8.5.8)
|
|
21379
|
+
'@csstools/postcss-contrast-color-function': 2.0.12(postcss@8.5.8)
|
|
21380
|
+
'@csstools/postcss-exponential-functions': 2.0.9(postcss@8.5.8)
|
|
21381
|
+
'@csstools/postcss-font-format-keywords': 4.0.0(postcss@8.5.8)
|
|
21382
|
+
'@csstools/postcss-gamut-mapping': 2.0.11(postcss@8.5.8)
|
|
21383
|
+
'@csstools/postcss-gradients-interpolation-method': 5.0.12(postcss@8.5.8)
|
|
21384
|
+
'@csstools/postcss-hwb-function': 4.0.12(postcss@8.5.8)
|
|
21385
|
+
'@csstools/postcss-ic-unit': 4.0.4(postcss@8.5.8)
|
|
21386
|
+
'@csstools/postcss-initial': 2.0.1(postcss@8.5.8)
|
|
21387
|
+
'@csstools/postcss-is-pseudo-class': 5.0.3(postcss@8.5.8)
|
|
21388
|
+
'@csstools/postcss-light-dark-function': 2.0.11(postcss@8.5.8)
|
|
21389
|
+
'@csstools/postcss-logical-float-and-clear': 3.0.0(postcss@8.5.8)
|
|
21390
|
+
'@csstools/postcss-logical-overflow': 2.0.0(postcss@8.5.8)
|
|
21391
|
+
'@csstools/postcss-logical-overscroll-behavior': 2.0.0(postcss@8.5.8)
|
|
21392
|
+
'@csstools/postcss-logical-resize': 3.0.0(postcss@8.5.8)
|
|
21393
|
+
'@csstools/postcss-logical-viewport-units': 3.0.4(postcss@8.5.8)
|
|
21394
|
+
'@csstools/postcss-media-minmax': 2.0.9(postcss@8.5.8)
|
|
21395
|
+
'@csstools/postcss-media-queries-aspect-ratio-number-values': 3.0.5(postcss@8.5.8)
|
|
21396
|
+
'@csstools/postcss-nested-calc': 4.0.0(postcss@8.5.8)
|
|
21397
|
+
'@csstools/postcss-normalize-display-values': 4.0.1(postcss@8.5.8)
|
|
21398
|
+
'@csstools/postcss-oklab-function': 4.0.12(postcss@8.5.8)
|
|
21399
|
+
'@csstools/postcss-position-area-property': 1.0.0(postcss@8.5.8)
|
|
21400
|
+
'@csstools/postcss-progressive-custom-properties': 4.2.1(postcss@8.5.8)
|
|
21401
|
+
'@csstools/postcss-property-rule-prelude-list': 1.0.0(postcss@8.5.8)
|
|
21402
|
+
'@csstools/postcss-random-function': 2.0.1(postcss@8.5.8)
|
|
21403
|
+
'@csstools/postcss-relative-color-syntax': 3.0.12(postcss@8.5.8)
|
|
21404
|
+
'@csstools/postcss-scope-pseudo-class': 4.0.1(postcss@8.5.8)
|
|
21405
|
+
'@csstools/postcss-sign-functions': 1.1.4(postcss@8.5.8)
|
|
21406
|
+
'@csstools/postcss-stepped-value-functions': 4.0.9(postcss@8.5.8)
|
|
21407
|
+
'@csstools/postcss-syntax-descriptor-syntax-production': 1.0.1(postcss@8.5.8)
|
|
21408
|
+
'@csstools/postcss-system-ui-font-family': 1.0.0(postcss@8.5.8)
|
|
21409
|
+
'@csstools/postcss-text-decoration-shorthand': 4.0.3(postcss@8.5.8)
|
|
21410
|
+
'@csstools/postcss-trigonometric-functions': 4.0.9(postcss@8.5.8)
|
|
21411
|
+
'@csstools/postcss-unset-value': 4.0.0(postcss@8.5.8)
|
|
21412
|
+
autoprefixer: 10.4.23(postcss@8.5.8)
|
|
21373
21413
|
browserslist: 4.28.1
|
|
21374
|
-
css-blank-pseudo: 7.0.1(postcss@8.5.
|
|
21375
|
-
css-has-pseudo: 7.0.3(postcss@8.5.
|
|
21376
|
-
css-prefers-color-scheme: 10.0.0(postcss@8.5.
|
|
21414
|
+
css-blank-pseudo: 7.0.1(postcss@8.5.8)
|
|
21415
|
+
css-has-pseudo: 7.0.3(postcss@8.5.8)
|
|
21416
|
+
css-prefers-color-scheme: 10.0.0(postcss@8.5.8)
|
|
21377
21417
|
cssdb: 8.6.0
|
|
21378
|
-
postcss: 8.5.
|
|
21379
|
-
postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.
|
|
21380
|
-
postcss-clamp: 4.1.0(postcss@8.5.
|
|
21381
|
-
postcss-color-functional-notation: 7.0.12(postcss@8.5.
|
|
21382
|
-
postcss-color-hex-alpha: 10.0.0(postcss@8.5.
|
|
21383
|
-
postcss-color-rebeccapurple: 10.0.0(postcss@8.5.
|
|
21384
|
-
postcss-custom-media: 11.0.6(postcss@8.5.
|
|
21385
|
-
postcss-custom-properties: 14.0.6(postcss@8.5.
|
|
21386
|
-
postcss-custom-selectors: 8.0.5(postcss@8.5.
|
|
21387
|
-
postcss-dir-pseudo-class: 9.0.1(postcss@8.5.
|
|
21388
|
-
postcss-double-position-gradients: 6.0.4(postcss@8.5.
|
|
21389
|
-
postcss-focus-visible: 10.0.1(postcss@8.5.
|
|
21390
|
-
postcss-focus-within: 9.0.1(postcss@8.5.
|
|
21391
|
-
postcss-font-variant: 5.0.0(postcss@8.5.
|
|
21392
|
-
postcss-gap-properties: 6.0.0(postcss@8.5.
|
|
21393
|
-
postcss-image-set-function: 7.0.0(postcss@8.5.
|
|
21394
|
-
postcss-lab-function: 7.0.12(postcss@8.5.
|
|
21395
|
-
postcss-logical: 8.1.0(postcss@8.5.
|
|
21396
|
-
postcss-nesting: 13.0.2(postcss@8.5.
|
|
21397
|
-
postcss-opacity-percentage: 3.0.0(postcss@8.5.
|
|
21398
|
-
postcss-overflow-shorthand: 6.0.0(postcss@8.5.
|
|
21399
|
-
postcss-page-break: 3.0.4(postcss@8.5.
|
|
21400
|
-
postcss-place: 10.0.0(postcss@8.5.
|
|
21401
|
-
postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.
|
|
21402
|
-
postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.
|
|
21403
|
-
postcss-selector-not: 8.0.1(postcss@8.5.
|
|
21404
|
-
|
|
21405
|
-
postcss-pseudo-class-any-link@10.0.1(postcss@8.5.
|
|
21418
|
+
postcss: 8.5.8
|
|
21419
|
+
postcss-attribute-case-insensitive: 7.0.1(postcss@8.5.8)
|
|
21420
|
+
postcss-clamp: 4.1.0(postcss@8.5.8)
|
|
21421
|
+
postcss-color-functional-notation: 7.0.12(postcss@8.5.8)
|
|
21422
|
+
postcss-color-hex-alpha: 10.0.0(postcss@8.5.8)
|
|
21423
|
+
postcss-color-rebeccapurple: 10.0.0(postcss@8.5.8)
|
|
21424
|
+
postcss-custom-media: 11.0.6(postcss@8.5.8)
|
|
21425
|
+
postcss-custom-properties: 14.0.6(postcss@8.5.8)
|
|
21426
|
+
postcss-custom-selectors: 8.0.5(postcss@8.5.8)
|
|
21427
|
+
postcss-dir-pseudo-class: 9.0.1(postcss@8.5.8)
|
|
21428
|
+
postcss-double-position-gradients: 6.0.4(postcss@8.5.8)
|
|
21429
|
+
postcss-focus-visible: 10.0.1(postcss@8.5.8)
|
|
21430
|
+
postcss-focus-within: 9.0.1(postcss@8.5.8)
|
|
21431
|
+
postcss-font-variant: 5.0.0(postcss@8.5.8)
|
|
21432
|
+
postcss-gap-properties: 6.0.0(postcss@8.5.8)
|
|
21433
|
+
postcss-image-set-function: 7.0.0(postcss@8.5.8)
|
|
21434
|
+
postcss-lab-function: 7.0.12(postcss@8.5.8)
|
|
21435
|
+
postcss-logical: 8.1.0(postcss@8.5.8)
|
|
21436
|
+
postcss-nesting: 13.0.2(postcss@8.5.8)
|
|
21437
|
+
postcss-opacity-percentage: 3.0.0(postcss@8.5.8)
|
|
21438
|
+
postcss-overflow-shorthand: 6.0.0(postcss@8.5.8)
|
|
21439
|
+
postcss-page-break: 3.0.4(postcss@8.5.8)
|
|
21440
|
+
postcss-place: 10.0.0(postcss@8.5.8)
|
|
21441
|
+
postcss-pseudo-class-any-link: 10.0.1(postcss@8.5.8)
|
|
21442
|
+
postcss-replace-overflow-wrap: 4.0.0(postcss@8.5.8)
|
|
21443
|
+
postcss-selector-not: 8.0.1(postcss@8.5.8)
|
|
21444
|
+
|
|
21445
|
+
postcss-pseudo-class-any-link@10.0.1(postcss@8.5.8):
|
|
21406
21446
|
dependencies:
|
|
21407
|
-
postcss: 8.5.
|
|
21447
|
+
postcss: 8.5.8
|
|
21408
21448
|
postcss-selector-parser: 7.1.1
|
|
21409
21449
|
|
|
21410
|
-
postcss-pxtrans@1.0.1(postcss@8.5.
|
|
21450
|
+
postcss-pxtrans@1.0.1(postcss@8.5.8):
|
|
21411
21451
|
dependencies:
|
|
21412
|
-
postcss: 8.5.
|
|
21413
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
21452
|
+
postcss: 8.5.8
|
|
21453
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21414
21454
|
|
|
21415
21455
|
postcss-pxtransform@4.1.9(postcss@8.5.6):
|
|
21416
21456
|
dependencies:
|
|
@@ -21427,14 +21467,14 @@ snapshots:
|
|
|
21427
21467
|
postcss: 8.5.6
|
|
21428
21468
|
postcss-value-parser: 4.2.0
|
|
21429
21469
|
|
|
21430
|
-
postcss-rem-to-responsive-pixel@7.0.1(postcss@8.5.
|
|
21470
|
+
postcss-rem-to-responsive-pixel@7.0.1(postcss@8.5.8):
|
|
21431
21471
|
dependencies:
|
|
21432
|
-
postcss: 8.5.
|
|
21433
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
21472
|
+
postcss: 8.5.8
|
|
21473
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21434
21474
|
|
|
21435
|
-
postcss-replace-overflow-wrap@4.0.0(postcss@8.5.
|
|
21475
|
+
postcss-replace-overflow-wrap@4.0.0(postcss@8.5.8):
|
|
21436
21476
|
dependencies:
|
|
21437
|
-
postcss: 8.5.
|
|
21477
|
+
postcss: 8.5.8
|
|
21438
21478
|
|
|
21439
21479
|
postcss-resolve-nested-selector@0.1.6: {}
|
|
21440
21480
|
|
|
@@ -21442,9 +21482,9 @@ snapshots:
|
|
|
21442
21482
|
dependencies:
|
|
21443
21483
|
postcss: 8.5.6
|
|
21444
21484
|
|
|
21445
|
-
postcss-selector-not@8.0.1(postcss@8.5.
|
|
21485
|
+
postcss-selector-not@8.0.1(postcss@8.5.8):
|
|
21446
21486
|
dependencies:
|
|
21447
|
-
postcss: 8.5.
|
|
21487
|
+
postcss: 8.5.8
|
|
21448
21488
|
postcss-selector-parser: 7.1.1
|
|
21449
21489
|
|
|
21450
21490
|
postcss-selector-parser@6.1.2:
|
|
@@ -21468,10 +21508,10 @@ snapshots:
|
|
|
21468
21508
|
postcss: 8.5.6
|
|
21469
21509
|
postcss-selector-parser: 6.1.2
|
|
21470
21510
|
|
|
21471
|
-
postcss-units-to-px@0.2.0(postcss@8.5.
|
|
21511
|
+
postcss-units-to-px@0.2.0(postcss@8.5.8):
|
|
21472
21512
|
dependencies:
|
|
21473
|
-
postcss: 8.5.
|
|
21474
|
-
postcss-plugin-shared: 1.1.1(postcss@8.5.
|
|
21513
|
+
postcss: 8.5.8
|
|
21514
|
+
postcss-plugin-shared: 1.1.1(postcss@8.5.8)
|
|
21475
21515
|
|
|
21476
21516
|
postcss-value-parser@4.2.0: {}
|
|
21477
21517
|
|
|
@@ -21550,7 +21590,7 @@ snapshots:
|
|
|
21550
21590
|
'@protobufjs/pool': 1.1.0
|
|
21551
21591
|
'@protobufjs/utf8': 1.1.0
|
|
21552
21592
|
'@types/long': 4.0.2
|
|
21553
|
-
'@types/node':
|
|
21593
|
+
'@types/node': 24.12.4
|
|
21554
21594
|
long: 4.0.0
|
|
21555
21595
|
|
|
21556
21596
|
proxy-addr@2.0.7:
|
|
@@ -22603,6 +22643,10 @@ snapshots:
|
|
|
22603
22643
|
|
|
22604
22644
|
sync-message@0.0.12: {}
|
|
22605
22645
|
|
|
22646
|
+
synckit@0.11.13:
|
|
22647
|
+
dependencies:
|
|
22648
|
+
'@pkgr/core': 0.3.6
|
|
22649
|
+
|
|
22606
22650
|
systemjs@6.15.1: {}
|
|
22607
22651
|
|
|
22608
22652
|
table@6.9.0:
|
|
@@ -22613,6 +22657,13 @@ snapshots:
|
|
|
22613
22657
|
string-width: 4.2.3
|
|
22614
22658
|
strip-ansi: 6.0.1
|
|
22615
22659
|
|
|
22660
|
+
tailwind-api-utils@1.0.3(tailwindcss@4.1.18):
|
|
22661
|
+
dependencies:
|
|
22662
|
+
enhanced-resolve: 5.20.0
|
|
22663
|
+
jiti: 2.6.1
|
|
22664
|
+
local-pkg: 1.1.2
|
|
22665
|
+
tailwindcss: 4.1.18
|
|
22666
|
+
|
|
22616
22667
|
tailwind-merge@3.5.0: {}
|
|
22617
22668
|
|
|
22618
22669
|
tailwindcss-animate@1.0.7(tailwindcss@4.1.18):
|
|
@@ -22638,7 +22689,7 @@ snapshots:
|
|
|
22638
22689
|
fs-extra: 11.3.3
|
|
22639
22690
|
local-pkg: 1.1.2
|
|
22640
22691
|
pathe: 2.0.3
|
|
22641
|
-
postcss: 8.5.
|
|
22692
|
+
postcss: 8.5.8
|
|
22642
22693
|
semver: 7.7.4
|
|
22643
22694
|
tailwindcss-config: 1.1.4
|
|
22644
22695
|
optionalDependencies:
|
|
@@ -22839,7 +22890,7 @@ snapshots:
|
|
|
22839
22890
|
tsconfig-paths-webpack-plugin@4.2.0:
|
|
22840
22891
|
dependencies:
|
|
22841
22892
|
chalk: 4.1.2
|
|
22842
|
-
enhanced-resolve: 5.
|
|
22893
|
+
enhanced-resolve: 5.20.0
|
|
22843
22894
|
tapable: 2.3.0
|
|
22844
22895
|
tsconfig-paths: 4.2.0
|
|
22845
22896
|
|
|
@@ -22860,7 +22911,7 @@ snapshots:
|
|
|
22860
22911
|
|
|
22861
22912
|
tslib@2.8.1: {}
|
|
22862
22913
|
|
|
22863
|
-
tt-ide-cli@0.1.31(@types/node@
|
|
22914
|
+
tt-ide-cli@0.1.31(@types/node@24.12.4):
|
|
22864
22915
|
dependencies:
|
|
22865
22916
|
'@tt-miniprogram/ext-pack': 1.2.4
|
|
22866
22917
|
archiver: 5.3.2
|
|
@@ -22873,7 +22924,7 @@ snapshots:
|
|
|
22873
22924
|
folder-hash: 4.1.1
|
|
22874
22925
|
form-data: 4.0.5
|
|
22875
22926
|
fs-extra: 10.1.0
|
|
22876
|
-
inquirer: 8.2.7(@types/node@
|
|
22927
|
+
inquirer: 8.2.7(@types/node@24.12.4)
|
|
22877
22928
|
node-machine-id: 1.1.12
|
|
22878
22929
|
ora: 5.4.1
|
|
22879
22930
|
qrcode: 1.5.4
|
|
@@ -22979,6 +23030,8 @@ snapshots:
|
|
|
22979
23030
|
|
|
22980
23031
|
undici-types@6.21.0: {}
|
|
22981
23032
|
|
|
23033
|
+
undici-types@7.16.0: {}
|
|
23034
|
+
|
|
22982
23035
|
unicode-canonical-property-names-ecmascript@2.0.1: {}
|
|
22983
23036
|
|
|
22984
23037
|
unicode-match-property-ecmascript@2.0.0:
|
|
@@ -23084,21 +23137,21 @@ snapshots:
|
|
|
23084
23137
|
clone-stats: 0.0.1
|
|
23085
23138
|
replace-ext: 0.0.1
|
|
23086
23139
|
|
|
23087
|
-
vite-plugin-static-copy@0.17.1(vite@4.5.14(@types/node@
|
|
23140
|
+
vite-plugin-static-copy@0.17.1(vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)):
|
|
23088
23141
|
dependencies:
|
|
23089
23142
|
chokidar: 3.6.0
|
|
23090
23143
|
fast-glob: 3.3.3
|
|
23091
23144
|
fs-extra: 11.3.3
|
|
23092
23145
|
picocolors: 1.1.1
|
|
23093
|
-
vite: 4.5.14(@types/node@
|
|
23146
|
+
vite: 4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1)
|
|
23094
23147
|
|
|
23095
|
-
vite@4.5.14(@types/node@
|
|
23148
|
+
vite@4.5.14(@types/node@24.12.4)(less@4.5.1)(lightningcss@1.31.1)(sass@1.97.2)(terser@5.44.1):
|
|
23096
23149
|
dependencies:
|
|
23097
23150
|
esbuild: 0.18.20
|
|
23098
23151
|
postcss: 8.5.6
|
|
23099
23152
|
rollup: 3.29.5
|
|
23100
23153
|
optionalDependencies:
|
|
23101
|
-
'@types/node':
|
|
23154
|
+
'@types/node': 24.12.4
|
|
23102
23155
|
fsevents: 2.3.3
|
|
23103
23156
|
less: 4.5.1
|
|
23104
23157
|
lightningcss: 1.31.1
|
|
@@ -23169,7 +23222,7 @@ snapshots:
|
|
|
23169
23222
|
acorn: 8.15.0
|
|
23170
23223
|
browserslist: 4.28.1
|
|
23171
23224
|
chrome-trace-event: 1.0.4
|
|
23172
|
-
enhanced-resolve: 5.
|
|
23225
|
+
enhanced-resolve: 5.20.0
|
|
23173
23226
|
es-module-lexer: 1.7.0
|
|
23174
23227
|
eslint-scope: 5.1.1
|
|
23175
23228
|
events: 3.3.0
|
|
@@ -23200,7 +23253,7 @@ snapshots:
|
|
|
23200
23253
|
acorn: 8.15.0
|
|
23201
23254
|
browserslist: 4.28.1
|
|
23202
23255
|
chrome-trace-event: 1.0.4
|
|
23203
|
-
enhanced-resolve: 5.
|
|
23256
|
+
enhanced-resolve: 5.20.0
|
|
23204
23257
|
es-module-lexer: 1.7.0
|
|
23205
23258
|
eslint-scope: 5.1.1
|
|
23206
23259
|
events: 3.3.0
|