Skip to content

Commit 8e946d8

Browse files
committed
chore(demo): upgrade
1 parent c84d916 commit 8e946d8

45 files changed

Lines changed: 1645 additions & 1230 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

benchmark/data/2025-09-07.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"mpx": {
3+
"babel": [
4+
1.0292920000001686,
5+
0.6094579999999041,
6+
0.44158299999980954,
7+
0.3765419999999722,
8+
0.4775420000005397,
9+
0.451375000000553,
10+
449.47749999999996
11+
]
12+
},
13+
"native-webpack": {
14+
"babel": [
15+
123.31754099999989
16+
]
17+
},
18+
"rax": {
19+
"babel": [
20+
0.5008750000001783,
21+
0.2784580000002279,
22+
0.3183339999995951,
23+
0.3002080000001115,
24+
0.2049579999998059,
25+
0.6421669999999722,
26+
138.21241699999973
27+
]
28+
},
29+
"taro-react": {
30+
"babel": [
31+
379.4989999999998,
32+
202.07999999999993,
33+
292.16316599999845
34+
]
35+
},
36+
"taro-vue3": {
37+
"babel": [
38+
313.4774589999997
39+
]
40+
},
41+
"uni-app-webpack-vue2": {
42+
"babel": [
43+
302.398459
44+
]
45+
},
46+
"uni-app-vite-vue3": {
47+
"babel": [
48+
421.917375
49+
]
50+
},
51+
"uni-app-webpack5-vue2": {
52+
"babel": [
53+
161.64808399999993
54+
]
55+
}
56+
}

demo/gulp-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"tsx": "^4.19.2",
8888
"typescript": "^5.7.3",
8989
"weapp-ide-cli": "^3.1.0",
90-
"weapp-tailwindcss": "^4.2.7",
90+
"weapp-tailwindcss": "^4.2.8",
9191
"weapp-tailwindcss-children": "^0.1.0"
9292
}
9393
}

demo/gulp-app/yarn.lock

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,20 @@
8585
dependencies:
8686
"@babel/types" "^7.28.0"
8787

88-
"@babel/parser@^7.28.3", "@babel/parser@~7.28.3":
88+
"@babel/parser@^7.28.3":
8989
version "7.28.3"
9090
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
9191
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
9292
dependencies:
9393
"@babel/types" "^7.28.2"
9494

95+
"@babel/parser@^7.28.4", "@babel/parser@~7.28.4":
96+
version "7.28.4"
97+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
98+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
99+
dependencies:
100+
"@babel/types" "^7.28.4"
101+
95102
"@babel/template@^7.27.2":
96103
version "7.27.2"
97104
resolved "https://registry.npmmirror.com/@babel/template/-/template-7.27.2.tgz#fa78ceed3c4e7b63ebf6cb39e5852fca45f6809d"
@@ -114,17 +121,17 @@
114121
"@babel/types" "^7.28.0"
115122
debug "^4.3.1"
116123

117-
"@babel/traverse@~7.28.3":
118-
version "7.28.3"
119-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
120-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
124+
"@babel/traverse@~7.28.4":
125+
version "7.28.4"
126+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
127+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
121128
dependencies:
122129
"@babel/code-frame" "^7.27.1"
123130
"@babel/generator" "^7.28.3"
124131
"@babel/helper-globals" "^7.28.0"
125-
"@babel/parser" "^7.28.3"
132+
"@babel/parser" "^7.28.4"
126133
"@babel/template" "^7.27.2"
127-
"@babel/types" "^7.28.2"
134+
"@babel/types" "^7.28.4"
128135
debug "^4.3.1"
129136

130137
"@babel/types@^7.27.1":
@@ -151,14 +158,22 @@
151158
"@babel/helper-string-parser" "^7.27.1"
152159
"@babel/helper-validator-identifier" "^7.27.1"
153160

154-
"@babel/types@^7.28.1", "@babel/types@^7.28.2", "@babel/types@~7.28.2":
161+
"@babel/types@^7.28.1", "@babel/types@^7.28.2":
155162
version "7.28.2"
156163
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
157164
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
158165
dependencies:
159166
"@babel/helper-string-parser" "^7.27.1"
160167
"@babel/helper-validator-identifier" "^7.27.1"
161168

169+
"@babel/types@^7.28.4", "@babel/types@~7.28.4":
170+
version "7.28.4"
171+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
172+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
173+
dependencies:
174+
"@babel/helper-string-parser" "^7.27.1"
175+
"@babel/helper-validator-identifier" "^7.27.1"
176+
162177
"@cspotcode/source-map-support@^0.8.0":
163178
version "0.8.1"
164179
resolved "https://registry.npmmirror.com/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz"
@@ -1398,15 +1413,15 @@
13981413
tailwind-merge-v2 "npm:tailwind-merge@^2.6.0"
13991414
tailwind-variants "^1.0.0"
14001415

1401-
"@weapp-tailwindcss/postcss@1.1.0":
1402-
version "1.1.0"
1403-
resolved "https://registry.yarnpkg.com/@weapp-tailwindcss/postcss/-/postcss-1.1.0.tgz#c2ea4c5b85b3382952f43256c2a3edc8eb1e3740"
1404-
integrity sha512-mlzDy//+yVafNnXx3r9EPKutVARSLsTDc40dDuppsP4J06rX37nBTyOwqdew7w+vkvKiAoiTAq3lfT1XCEFG+A==
1416+
"@weapp-tailwindcss/postcss@1.1.1":
1417+
version "1.1.1"
1418+
resolved "https://registry.yarnpkg.com/@weapp-tailwindcss/postcss/-/postcss-1.1.1.tgz#1009eaf1422bb2dbb7cfad35105c2d7c2ade1dbb"
1419+
integrity sha512-fUZP/OQKlGCf/iW3QSZvpquNx6D99FwVrnPMg3hx6Q+b2eWGwmhcm/qwwiR1pL1ig0dS9eVSZF6eV4l6LRJYVQ==
14051420
dependencies:
14061421
"@weapp-core/escape" "~4.0.1"
14071422
"@weapp-tailwindcss/shared" "1.0.3"
14081423
postcss "~8.5.6"
1409-
postcss-preset-env "^10.3.0"
1424+
postcss-preset-env "^10.3.1"
14101425
postcss-rem-to-responsive-pixel "~6.0.2"
14111426
postcss-selector-parser "~7.1.0"
14121427

@@ -2233,10 +2248,10 @@ css-blank-pseudo@^7.0.1:
22332248
dependencies:
22342249
postcss-selector-parser "^7.0.0"
22352250

2236-
css-has-pseudo@^7.0.2:
2237-
version "7.0.2"
2238-
resolved "https://registry.npmmirror.com/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz#fb42e8de7371f2896961e1f6308f13c2c7019b72"
2239-
integrity sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==
2251+
css-has-pseudo@^7.0.3:
2252+
version "7.0.3"
2253+
resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz#a5ee2daf5f70a2032f3cefdf1e36e7f52a243873"
2254+
integrity sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==
22402255
dependencies:
22412256
"@csstools/selector-specificity" "^5.0.0"
22422257
postcss-selector-parser "^7.0.0"
@@ -5043,10 +5058,10 @@ postcss-place@^10.0.0:
50435058
dependencies:
50445059
postcss-value-parser "^4.2.0"
50455060

5046-
postcss-preset-env@^10.3.0:
5047-
version "10.3.0"
5048-
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.3.0.tgz#5040c09717bf25131072459431ca27281e9c7029"
5049-
integrity sha512-khE99iwEbWLzXBVFNsS0QdnfYXDpqH/pxoHFcaCaVlh+e29swc3UyiLSSJ89dTK8e+Si3wNKYDGs6jEMmbE8TQ==
5061+
postcss-preset-env@^10.3.1:
5062+
version "10.3.1"
5063+
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.3.1.tgz#f3799f0f7a7ea384b3c16e073055c231d11bb3bf"
5064+
integrity sha512-8ZOOWVwQ0iMpfEYkYo+U6W7fE2dJ/tP6dtEFwPJ66eB5JjnFupfYh+y6zo+vWDO72nGhKOVdxwhTjfzcSNRg4Q==
50505065
dependencies:
50515066
"@csstools/postcss-alpha-function" "^1.0.0"
50525067
"@csstools/postcss-cascade-layers" "^5.0.2"
@@ -5086,7 +5101,7 @@ postcss-preset-env@^10.3.0:
50865101
autoprefixer "^10.4.21"
50875102
browserslist "^4.25.1"
50885103
css-blank-pseudo "^7.0.1"
5089-
css-has-pseudo "^7.0.2"
5104+
css-has-pseudo "^7.0.3"
50905105
css-prefers-color-scheme "^10.0.0"
50915106
cssdb "^8.4.0"
50925107
postcss-attribute-case-insensitive "^7.0.1"
@@ -6479,22 +6494,22 @@ weapp-tailwindcss-children@^0.1.0:
64796494
resolved "https://registry.npmmirror.com/weapp-tailwindcss-children/-/weapp-tailwindcss-children-0.1.0.tgz#0de102f04a89d77447ca3b984669bbe5ffa41aa1"
64806495
integrity sha512-HuDT78u6RbXpJIHbJzw4zW98JByWCz4elhTAT9QR/JWJuQpiRNbnqa5tL+ZTVCcT4bHt9Ppf/E2MNTohPgBE3g==
64816496

6482-
weapp-tailwindcss@^4.2.7:
6483-
version "4.2.7"
6484-
resolved "https://registry.yarnpkg.com/weapp-tailwindcss/-/weapp-tailwindcss-4.2.7.tgz#7e946adc52d6ad4a3caf1d968e711e63ceba8d64"
6485-
integrity sha512-bT19QtdJ5q6KjfFAy6s6T+BBrRTXPH3R6LZhYQnHslwNXW9Z0L30CaEZvytT7Qln6APL4eGruYN9KqCKfoqmbg==
6497+
weapp-tailwindcss@^4.2.8:
6498+
version "4.2.8"
6499+
resolved "https://registry.yarnpkg.com/weapp-tailwindcss/-/weapp-tailwindcss-4.2.8.tgz#28508b92a8f7f6cd1f0d8242ed24743b960b8c62"
6500+
integrity sha512-9JnpNQaljT6fKWORiP6lfxd8iEwcT4n7FJ1DEx5qN0Fc5zrLXh0OkTHZ4LYI7MDeL0DlIS9KEBRNpdEfwSPXiQ==
64866501
dependencies:
64876502
"@ast-core/escape" "~1.0.1"
6488-
"@babel/parser" "~7.28.3"
6489-
"@babel/traverse" "~7.28.3"
6490-
"@babel/types" "~7.28.2"
6503+
"@babel/parser" "~7.28.4"
6504+
"@babel/traverse" "~7.28.4"
6505+
"@babel/types" "~7.28.4"
64916506
"@vue/compiler-dom" "^3.5.21"
64926507
"@weapp-core/escape" "~4.0.1"
64936508
"@weapp-core/regex" "~1.0.1"
64946509
"@weapp-tailwindcss/init" "1.0.5"
64956510
"@weapp-tailwindcss/logger" "1.0.2"
64966511
"@weapp-tailwindcss/mangle" "1.0.5"
6497-
"@weapp-tailwindcss/postcss" "1.1.0"
6512+
"@weapp-tailwindcss/postcss" "1.1.1"
64986513
"@weapp-tailwindcss/shared" "1.0.3"
64996514
debug "~4.4.1"
65006515
htmlparser2 "10.0.0"

demo/mpx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"typescript": "^5.7.3",
7676
"vue-template-compiler": "^2.7.16",
7777
"weapp-ide-cli": "^3.1.0",
78-
"weapp-tailwindcss": "^4.2.7",
78+
"weapp-tailwindcss": "^4.2.8",
7979
"weapp-tailwindcss-children": "^0.1.0",
8080
"webpack": "^5.97.1"
8181
},

demo/mpx-app/yarn.lock

Lines changed: 45 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -386,13 +386,20 @@
386386
dependencies:
387387
"@babel/types" "^7.28.0"
388388

389-
"@babel/parser@^7.28.3", "@babel/parser@~7.28.3":
389+
"@babel/parser@^7.28.3":
390390
version "7.28.3"
391391
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71"
392392
integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA==
393393
dependencies:
394394
"@babel/types" "^7.28.2"
395395

396+
"@babel/parser@^7.28.4", "@babel/parser@~7.28.4":
397+
version "7.28.4"
398+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
399+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
400+
dependencies:
401+
"@babel/types" "^7.28.4"
402+
396403
"@babel/plugin-syntax-async-generators@^7.8.4":
397404
version "7.8.4"
398405
resolved "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d"
@@ -591,17 +598,17 @@
591598
"@babel/types" "^7.28.0"
592599
debug "^4.3.1"
593600

594-
"@babel/traverse@~7.28.3":
595-
version "7.28.3"
596-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.3.tgz#6911a10795d2cce43ec6a28cffc440cca2593434"
597-
integrity sha512-7w4kZYHneL3A6NP2nxzHvT3HCZ7puDZZjFMqDpBPECub79sTtSO5CGXDkKrTQq8ksAwfD/XI2MRFX23njdDaIQ==
601+
"@babel/traverse@~7.28.4":
602+
version "7.28.4"
603+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.28.4.tgz#8d456101b96ab175d487249f60680221692b958b"
604+
integrity sha512-YEzuboP2qvQavAcjgQNVgsvHIDv6ZpwXvcvjmyySP2DIMuByS/6ioU5G9pYrWHM6T2YDfc7xga9iNzYOs12CFQ==
598605
dependencies:
599606
"@babel/code-frame" "^7.27.1"
600607
"@babel/generator" "^7.28.3"
601608
"@babel/helper-globals" "^7.28.0"
602-
"@babel/parser" "^7.28.3"
609+
"@babel/parser" "^7.28.4"
603610
"@babel/template" "^7.27.2"
604-
"@babel/types" "^7.28.2"
611+
"@babel/types" "^7.28.4"
605612
debug "^4.3.1"
606613

607614
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.3.3":
@@ -655,14 +662,22 @@
655662
"@babel/helper-string-parser" "^7.27.1"
656663
"@babel/helper-validator-identifier" "^7.27.1"
657664

658-
"@babel/types@^7.28.1", "@babel/types@^7.28.2", "@babel/types@~7.28.2":
665+
"@babel/types@^7.28.1", "@babel/types@^7.28.2":
659666
version "7.28.2"
660667
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b"
661668
integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ==
662669
dependencies:
663670
"@babel/helper-string-parser" "^7.27.1"
664671
"@babel/helper-validator-identifier" "^7.27.1"
665672

673+
"@babel/types@^7.28.4", "@babel/types@~7.28.4":
674+
version "7.28.4"
675+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
676+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
677+
dependencies:
678+
"@babel/helper-string-parser" "^7.27.1"
679+
"@babel/helper-validator-identifier" "^7.27.1"
680+
666681
"@bcoe/v8-coverage@^0.2.3":
667682
version "0.2.3"
668683
resolved "https://registry.npmmirror.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -3326,15 +3341,15 @@
33263341
tailwind-merge-v2 "npm:tailwind-merge@^2.6.0"
33273342
tailwind-variants "^1.0.0"
33283343

3329-
"@weapp-tailwindcss/postcss@1.1.0":
3330-
version "1.1.0"
3331-
resolved "https://registry.yarnpkg.com/@weapp-tailwindcss/postcss/-/postcss-1.1.0.tgz#c2ea4c5b85b3382952f43256c2a3edc8eb1e3740"
3332-
integrity sha512-mlzDy//+yVafNnXx3r9EPKutVARSLsTDc40dDuppsP4J06rX37nBTyOwqdew7w+vkvKiAoiTAq3lfT1XCEFG+A==
3344+
"@weapp-tailwindcss/postcss@1.1.1":
3345+
version "1.1.1"
3346+
resolved "https://registry.yarnpkg.com/@weapp-tailwindcss/postcss/-/postcss-1.1.1.tgz#1009eaf1422bb2dbb7cfad35105c2d7c2ade1dbb"
3347+
integrity sha512-fUZP/OQKlGCf/iW3QSZvpquNx6D99FwVrnPMg3hx6Q+b2eWGwmhcm/qwwiR1pL1ig0dS9eVSZF6eV4l6LRJYVQ==
33333348
dependencies:
33343349
"@weapp-core/escape" "~4.0.1"
33353350
"@weapp-tailwindcss/shared" "1.0.3"
33363351
postcss "~8.5.6"
3337-
postcss-preset-env "^10.3.0"
3352+
postcss-preset-env "^10.3.1"
33383353
postcss-rem-to-responsive-pixel "~6.0.2"
33393354
postcss-selector-parser "~7.1.0"
33403355

@@ -5126,10 +5141,10 @@ css-declaration-sorter@^6.3.1:
51265141
resolved "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71"
51275142
integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==
51285143

5129-
css-has-pseudo@^7.0.2:
5130-
version "7.0.2"
5131-
resolved "https://registry.npmmirror.com/css-has-pseudo/-/css-has-pseudo-7.0.2.tgz#fb42e8de7371f2896961e1f6308f13c2c7019b72"
5132-
integrity sha512-nzol/h+E0bId46Kn2dQH5VElaknX2Sr0hFuB/1EomdC7j+OISt2ZzK7EHX9DZDY53WbIVAR7FYKSO2XnSf07MQ==
5144+
css-has-pseudo@^7.0.3:
5145+
version "7.0.3"
5146+
resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-7.0.3.tgz#a5ee2daf5f70a2032f3cefdf1e36e7f52a243873"
5147+
integrity sha512-oG+vKuGyqe/xvEMoxAQrhi7uY16deJR3i7wwhBerVrGQKSqUC5GiOVxTpM9F9B9hw0J+eKeOWLH7E9gZ1Dr5rA==
51335148
dependencies:
51345149
"@csstools/selector-specificity" "^5.0.0"
51355150
postcss-selector-parser "^7.0.0"
@@ -10695,10 +10710,10 @@ postcss-place@^10.0.0:
1069510710
dependencies:
1069610711
postcss-value-parser "^4.2.0"
1069710712

10698-
postcss-preset-env@^10.3.0:
10699-
version "10.3.0"
10700-
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.3.0.tgz#5040c09717bf25131072459431ca27281e9c7029"
10701-
integrity sha512-khE99iwEbWLzXBVFNsS0QdnfYXDpqH/pxoHFcaCaVlh+e29swc3UyiLSSJ89dTK8e+Si3wNKYDGs6jEMmbE8TQ==
10713+
postcss-preset-env@^10.3.1:
10714+
version "10.3.1"
10715+
resolved "https://registry.yarnpkg.com/postcss-preset-env/-/postcss-preset-env-10.3.1.tgz#f3799f0f7a7ea384b3c16e073055c231d11bb3bf"
10716+
integrity sha512-8ZOOWVwQ0iMpfEYkYo+U6W7fE2dJ/tP6dtEFwPJ66eB5JjnFupfYh+y6zo+vWDO72nGhKOVdxwhTjfzcSNRg4Q==
1070210717
dependencies:
1070310718
"@csstools/postcss-alpha-function" "^1.0.0"
1070410719
"@csstools/postcss-cascade-layers" "^5.0.2"
@@ -10738,7 +10753,7 @@ postcss-preset-env@^10.3.0:
1073810753
autoprefixer "^10.4.21"
1073910754
browserslist "^4.25.1"
1074010755
css-blank-pseudo "^7.0.1"
10741-
css-has-pseudo "^7.0.2"
10756+
css-has-pseudo "^7.0.3"
1074210757
css-prefers-color-scheme "^10.0.0"
1074310758
cssdb "^8.4.0"
1074410759
postcss-attribute-case-insensitive "^7.0.1"
@@ -13058,22 +13073,22 @@ weapp-tailwindcss-children@^0.1.0:
1305813073
resolved "https://registry.npmmirror.com/weapp-tailwindcss-children/-/weapp-tailwindcss-children-0.1.0.tgz#0de102f04a89d77447ca3b984669bbe5ffa41aa1"
1305913074
integrity sha512-HuDT78u6RbXpJIHbJzw4zW98JByWCz4elhTAT9QR/JWJuQpiRNbnqa5tL+ZTVCcT4bHt9Ppf/E2MNTohPgBE3g==
1306013075

13061-
weapp-tailwindcss@^4.2.7:
13062-
version "4.2.7"
13063-
resolved "https://registry.yarnpkg.com/weapp-tailwindcss/-/weapp-tailwindcss-4.2.7.tgz#7e946adc52d6ad4a3caf1d968e711e63ceba8d64"
13064-
integrity sha512-bT19QtdJ5q6KjfFAy6s6T+BBrRTXPH3R6LZhYQnHslwNXW9Z0L30CaEZvytT7Qln6APL4eGruYN9KqCKfoqmbg==
13076+
weapp-tailwindcss@^4.2.8:
13077+
version "4.2.8"
13078+
resolved "https://registry.yarnpkg.com/weapp-tailwindcss/-/weapp-tailwindcss-4.2.8.tgz#28508b92a8f7f6cd1f0d8242ed24743b960b8c62"
13079+
integrity sha512-9JnpNQaljT6fKWORiP6lfxd8iEwcT4n7FJ1DEx5qN0Fc5zrLXh0OkTHZ4LYI7MDeL0DlIS9KEBRNpdEfwSPXiQ==
1306513080
dependencies:
1306613081
"@ast-core/escape" "~1.0.1"
13067-
"@babel/parser" "~7.28.3"
13068-
"@babel/traverse" "~7.28.3"
13069-
"@babel/types" "~7.28.2"
13082+
"@babel/parser" "~7.28.4"
13083+
"@babel/traverse" "~7.28.4"
13084+
"@babel/types" "~7.28.4"
1307013085
"@vue/compiler-dom" "^3.5.21"
1307113086
"@weapp-core/escape" "~4.0.1"
1307213087
"@weapp-core/regex" "~1.0.1"
1307313088
"@weapp-tailwindcss/init" "1.0.5"
1307413089
"@weapp-tailwindcss/logger" "1.0.2"
1307513090
"@weapp-tailwindcss/mangle" "1.0.5"
13076-
"@weapp-tailwindcss/postcss" "1.1.0"
13091+
"@weapp-tailwindcss/postcss" "1.1.1"
1307713092
"@weapp-tailwindcss/shared" "1.0.3"
1307813093
debug "~4.4.1"
1307913094
htmlparser2 "10.0.0"

0 commit comments

Comments
 (0)