chore: fix version for stylelint

This commit is contained in:
Uyarn 2022-06-21 17:06:28 +08:00
parent 960d537e7a
commit f487203581

View File

@ -55,10 +55,10 @@
"lint-staged": "^12.1.2",
"mockjs": "^1.1.0",
"prettier": "^2.4.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^9.0.3",
"stylelint-less": "^1.0.1",
"stylelint-order": "^4.1.0",
"stylelint": "~13.13.1",
"stylelint-config-prettier": "~9.0.3",
"stylelint-less": "1.0.1",
"stylelint-order": "~4.1.0",
"typescript": "~4.4.3",
"vite": "^2.7.1",
"vite-plugin-mock": "^2.9.6",