1
0
mirror of synced 2026-03-23 11:18:36 +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

@@ -42,7 +42,7 @@
"@types/react-dom": "^17.0.11",
"@vitejs/plugin-legacy": "^5.4.0",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}

View File

@@ -46,7 +46,7 @@
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.27",
"rimraf": "^3.0.2",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vue-tsc": "^2.0.16"
}

View File

@@ -45,6 +45,6 @@
"devDependencies": {
"@types/node": "^18.19.0",
"rimraf": "^3.0.2",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
}
}

View File

@@ -39,7 +39,7 @@
"rollup-plugin-external-globals": "^0.10.0",
"sass": "^1.77.0",
"terser": "^5.31.0",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"vite": "^5.2.11"
}
}