Skip to content

Commit 41a392a

Browse files
committed
fix: 升级 postcss-mobile-forever 5.0 修复 valueBlackList 属性异常
1 parent 320a264 commit 41a392a

File tree

2 files changed

+420
-518
lines changed

2 files changed

+420
-518
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"lodash-es": "4.17.21",
2323
"normalize.css": "8.0.1",
2424
"pinia": "3.0.1",
25-
"unocss": "66.1.0-beta.6",
25+
"unocss": "66.1.0-beta.7",
2626
"vant": "4.9.18",
2727
"vconsole": "3.15.1",
2828
"vue": "3.5.13",
@@ -33,9 +33,9 @@
3333
"@antfu/eslint-config": "4.11.0",
3434
"@types/js-cookie": "3.0.6",
3535
"@types/lodash-es": "4.17.12",
36-
"@types/node": "22.13.11",
36+
"@types/node": "22.13.13",
3737
"@types/nprogress": "0.2.3",
38-
"@unocss/preset-rem-to-px": "66.1.0-beta.6",
38+
"@unocss/preset-rem-to-px": "66.1.0-beta.7",
3939
"@vant/auto-import-resolver": "1.3.0",
4040
"@vitejs/plugin-legacy": "6.0.2",
4141
"@vitejs/plugin-vue": "5.2.3",
@@ -47,11 +47,11 @@
4747
"husky": "9.1.7",
4848
"lint-staged": "15.5.0",
4949
"nprogress": "0.2.0",
50-
"postcss-mobile-forever": "4.4.0",
50+
"postcss-mobile-forever": "5.0.0",
5151
"typescript": "5.8.2",
5252
"unplugin-auto-import": "19.1.1",
5353
"unplugin-vue-components": "28.4.1",
54-
"vite": "6.2.2",
54+
"vite": "6.2.3",
5555
"vite-plugin-pwa": "0.21.2",
5656
"vite-svg-loader": "5.1.0",
5757
"vitest": "3.0.9",

0 commit comments

Comments
 (0)