1
0
mirror of synced 2026-04-03 14:38:37 +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

@@ -39,16 +39,21 @@
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
"@tmagic/utils": "workspace:*"
},
"devDependencies": {
"@types/events": "^3.0.0",
"@types/lodash-es": "^4.17.4",
"@types/node": "^18.19.0",
"tsc-alias": "^1.8.5",
"typescript": "^5.4.2",
"vite": "^5.2.11"
},
"peerDependencies": {
"@tmagic/schema": "workspace:*",
"@tmagic/utils": "workspace:*",
"typescript": "*"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
}
}