1
0
mirror of synced 2026-03-23 11:18:36 +08:00

chore: 包内依赖改成workspace:*,更新release脚本

This commit is contained in:
roymondchen
2024-04-26 17:15:28 +08:00
parent e39a7d140f
commit 6b081fdc53
17 changed files with 1437 additions and 475 deletions

View File

@@ -34,9 +34,9 @@
"data-source"
],
"dependencies": {
"@tmagic/dep": "1.4.4",
"@tmagic/utils": "1.4.4",
"@tmagic/schema": "1.4.4",
"@tmagic/dep": "workspace:*",
"@tmagic/utils": "workspace:*",
"@tmagic/schema": "workspace:*",
"events": "^3.3.0",
"lodash-es": "^4.17.21"
},