chore(deps): 升级最新依赖 (#3743)

* chore: update deps

* fix: eslint

* chore: update deps

* fix: typecheck
This commit is contained in:
xingyu
2024-04-19 11:27:30 +08:00
committed by GitHub
parent 302e2125ba
commit 87541da27c
17 changed files with 9897 additions and 7642 deletions

View File

@@ -32,17 +32,17 @@
"stub": "pnpm unbuild --stub"
},
"devDependencies": {
"postcss": "^8.4.35",
"postcss": "^8.4.38",
"postcss-html": "^1.6.0",
"postcss-less": "^6.0.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"stylelint": "^16.2.1",
"stylelint": "^16.3.1",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-recommended-scss": "^14.0.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0"
}