1
0
mirror of synced 2026-04-03 06:28:35 +08:00

feat(dep,editor,data-source,schema): 优化编辑器中依赖收集性能

This commit is contained in:
roymondchen
2024-05-29 19:32:16 +08:00
parent cc8ec39dad
commit ee269917f8
27 changed files with 953 additions and 490 deletions

View File

@@ -29,6 +29,6 @@
"devDependencies": {
"@types/react": "^17.0.37",
"@types/react-dom": "^17.0.11",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}