fix: 🐛 锁定sass版本,目前1.79.x有问题

This commit is contained in:
ray
2024-10-08 15:36:11 +08:00
parent 20dc49df6c
commit 0783709ac7
2 changed files with 3 additions and 4 deletions

View File

@@ -97,7 +97,7 @@
"postcss-html": "^1.7.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.3.3",
"sass": "^1.78.0",
"sass": "1.78.0",
"stylelint": "^16.9.0",
"stylelint-config-html": "^1.1.0",
"stylelint-config-recess-order": "^4.6.0",
@@ -120,6 +120,5 @@
},
"repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
"author": "有来开源组织",
"license": "MIT",
"packageManager": "pnpm@9.1.3+sha512.7c2ea089e1a6af306409c4fc8c4f0897bdac32b772016196c469d9428f1fe2d5a21daf8ad6512762654ac645b5d9136bb210ec9a00afa8dbc4677843ba362ecd"
"license": "MIT"
}

View File

@@ -21,7 +21,7 @@
"paths": {
"@/*": ["src/*"]
},
"types": ["vite/client", "unplugin-icons/types/vue", "element-plus/global"]
"types": ["vite/client", "element-plus/global"]
},
"include": [
"mock/**/*.ts",