|
386 | 386 | dependencies: |
387 | 387 | "@babel/types" "^7.28.0" |
388 | 388 |
|
389 | | -"@babel/parser@^7.28.3", "@babel/parser@~7.28.3": |
| 389 | +"@babel/parser@^7.28.3": |
390 | 390 | version "7.28.3" |
391 | 391 | resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.28.3.tgz#d2d25b814621bca5fe9d172bc93792547e7a2a71" |
392 | 392 | integrity sha512-7+Ey1mAgYqFAx2h0RuoxcQT5+MlG3GTV0TQrgr7/ZliKsm/MNDxVVutlWaziMq7wJNAz8MTqz55XLpWvva6StA== |
393 | 393 | dependencies: |
394 | 394 | "@babel/types" "^7.28.2" |
395 | 395 |
|
| 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 | + |
396 | 403 | "@babel/plugin-syntax-async-generators@^7.8.4": |
397 | 404 | version "7.8.4" |
398 | 405 | resolved "https://registry.npmmirror.com/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz#a983fb1aeb2ec3f6ed042a210f640e90e786fe0d" |
|
591 | 598 | "@babel/types" "^7.28.0" |
592 | 599 | debug "^4.3.1" |
593 | 600 |
|
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== |
598 | 605 | dependencies: |
599 | 606 | "@babel/code-frame" "^7.27.1" |
600 | 607 | "@babel/generator" "^7.28.3" |
601 | 608 | "@babel/helper-globals" "^7.28.0" |
602 | | - "@babel/parser" "^7.28.3" |
| 609 | + "@babel/parser" "^7.28.4" |
603 | 610 | "@babel/template" "^7.27.2" |
604 | | - "@babel/types" "^7.28.2" |
| 611 | + "@babel/types" "^7.28.4" |
605 | 612 | debug "^4.3.1" |
606 | 613 |
|
607 | 614 | "@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 | 662 | "@babel/helper-string-parser" "^7.27.1" |
656 | 663 | "@babel/helper-validator-identifier" "^7.27.1" |
657 | 664 |
|
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": |
659 | 666 | version "7.28.2" |
660 | 667 | resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.28.2.tgz#da9db0856a9a88e0a13b019881d7513588cf712b" |
661 | 668 | integrity sha512-ruv7Ae4J5dUYULmeXw1gmb7rYRz57OWCPM57pHojnLq/3Z1CK2lNSLTCVjxVk1F/TZHwOZZrOWi0ur95BbLxNQ== |
662 | 669 | dependencies: |
663 | 670 | "@babel/helper-string-parser" "^7.27.1" |
664 | 671 | "@babel/helper-validator-identifier" "^7.27.1" |
665 | 672 |
|
| 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 | + |
666 | 681 | "@bcoe/v8-coverage@^0.2.3": |
667 | 682 | version "0.2.3" |
668 | 683 | resolved "https://registry.npmmirror.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39" |
|
3326 | 3341 | tailwind-merge-v2 "npm:tailwind-merge@^2.6.0" |
3327 | 3342 | tailwind-variants "^1.0.0" |
3328 | 3343 |
|
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== |
3333 | 3348 | dependencies: |
3334 | 3349 | "@weapp-core/escape" "~4.0.1" |
3335 | 3350 | "@weapp-tailwindcss/shared" "1.0.3" |
3336 | 3351 | postcss "~8.5.6" |
3337 | | - postcss-preset-env "^10.3.0" |
| 3352 | + postcss-preset-env "^10.3.1" |
3338 | 3353 | postcss-rem-to-responsive-pixel "~6.0.2" |
3339 | 3354 | postcss-selector-parser "~7.1.0" |
3340 | 3355 |
|
@@ -5126,10 +5141,10 @@ css-declaration-sorter@^6.3.1: |
5126 | 5141 | resolved "https://registry.npmmirror.com/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz#28beac7c20bad7f1775be3a7129d7eae409a3a71" |
5127 | 5142 | integrity sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g== |
5128 | 5143 |
|
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== |
5133 | 5148 | dependencies: |
5134 | 5149 | "@csstools/selector-specificity" "^5.0.0" |
5135 | 5150 | postcss-selector-parser "^7.0.0" |
@@ -10695,10 +10710,10 @@ postcss-place@^10.0.0: |
10695 | 10710 | dependencies: |
10696 | 10711 | postcss-value-parser "^4.2.0" |
10697 | 10712 |
|
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== |
10702 | 10717 | dependencies: |
10703 | 10718 | "@csstools/postcss-alpha-function" "^1.0.0" |
10704 | 10719 | "@csstools/postcss-cascade-layers" "^5.0.2" |
@@ -10738,7 +10753,7 @@ postcss-preset-env@^10.3.0: |
10738 | 10753 | autoprefixer "^10.4.21" |
10739 | 10754 | browserslist "^4.25.1" |
10740 | 10755 | css-blank-pseudo "^7.0.1" |
10741 | | - css-has-pseudo "^7.0.2" |
| 10756 | + css-has-pseudo "^7.0.3" |
10742 | 10757 | css-prefers-color-scheme "^10.0.0" |
10743 | 10758 | cssdb "^8.4.0" |
10744 | 10759 | postcss-attribute-case-insensitive "^7.0.1" |
@@ -13058,22 +13073,22 @@ weapp-tailwindcss-children@^0.1.0: |
13058 | 13073 | resolved "https://registry.npmmirror.com/weapp-tailwindcss-children/-/weapp-tailwindcss-children-0.1.0.tgz#0de102f04a89d77447ca3b984669bbe5ffa41aa1" |
13059 | 13074 | integrity sha512-HuDT78u6RbXpJIHbJzw4zW98JByWCz4elhTAT9QR/JWJuQpiRNbnqa5tL+ZTVCcT4bHt9Ppf/E2MNTohPgBE3g== |
13060 | 13075 |
|
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== |
13065 | 13080 | dependencies: |
13066 | 13081 | "@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" |
13070 | 13085 | "@vue/compiler-dom" "^3.5.21" |
13071 | 13086 | "@weapp-core/escape" "~4.0.1" |
13072 | 13087 | "@weapp-core/regex" "~1.0.1" |
13073 | 13088 | "@weapp-tailwindcss/init" "1.0.5" |
13074 | 13089 | "@weapp-tailwindcss/logger" "1.0.2" |
13075 | 13090 | "@weapp-tailwindcss/mangle" "1.0.5" |
13076 | | - "@weapp-tailwindcss/postcss" "1.1.0" |
| 13091 | + "@weapp-tailwindcss/postcss" "1.1.1" |
13077 | 13092 | "@weapp-tailwindcss/shared" "1.0.3" |
13078 | 13093 | debug "~4.4.1" |
13079 | 13094 | htmlparser2 "10.0.0" |
|
0 commit comments