1
0
mirror of synced 2025-12-10 19:57:59 +08:00

chore: 更新typescript依赖

This commit is contained in:
roymondchen
2024-05-27 19:14:09 +08:00
parent faabf1bb3a
commit 92e9d888e9
16 changed files with 178 additions and 105 deletions

View File

@@ -37,14 +37,19 @@
"vue3",
"typescript"
],
"peerDependencies": {
"@tmagic/design": "workspace:*",
"element-plus": "^2.6.1"
},
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"typescript": "^5.4.2",
"vite": "^5.2.11"
},
"peerDependencies": {
"@tmagic/design": "workspace:*",
"element-plus": "^2.6.1",
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}