chore: update dependencies (#18573)

* chore: update dependencies

typescript: v5.5
vue-tsc: v2
eslint: v8-latest
@commitlint/*: v18

* fix: apply suggestions

* fix: ignore some ts errors
This commit is contained in:
Jungzl
2024-10-29 10:01:58 +08:00
committed by GitHub
parent e306995707
commit 7bba5332f1
13 changed files with 661 additions and 1294 deletions

View File

@@ -68,8 +68,8 @@
"normalize-wheel-es": "^1.2.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.3",
"@element-plus/build": "workspace:^0.0.1",
"@element-plus/build-utils": "workspace:^0.0.1",
"@element-plus/eslint-config": "workspace:*",
@@ -95,7 +95,7 @@
"csstype": "^2.6.20",
"cz-git": "^1.3.8",
"czg": "^1.3.8",
"eslint": "^8.18.0",
"eslint": "^8.57.1",
"eslint-define-config": "^1.5.1",
"expect-type": "^0.13.0",
"fast-glob": "^3.2.11",
@@ -111,13 +111,13 @@
"sass": "^1.79.3",
"tsx": "^4.7.1",
"type-fest": "^2.14.0",
"typescript": "^4.7.4",
"typescript": "~5.5.4",
"unplugin-element-plus": "^0.4.0",
"unplugin-vue-macros": "^2.7.11",
"vitest": "^2.0.5",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-tsc": "^1.8.27"
"vue-tsc": "^2.1.6"
},
"engines": {
"node": ">= 18"