feat(变量节点): 添加变量赋值类型定义并优化节点菜单
refactor: 简化json-schema类型导入 chore: 更新依赖并调整tsconfig配置
This commit is contained in:
@ -12,13 +12,13 @@
|
||||
"@ant-design/icons": "^5.4.0",
|
||||
"@douyinfe/semi-icons": "^2.80.0",
|
||||
"@douyinfe/semi-ui": "^2.80.0",
|
||||
"@flowgram.ai/form-materials": "^0.4.7",
|
||||
"@flowgram.ai/free-container-plugin": "^0.4.7",
|
||||
"@flowgram.ai/free-group-plugin": "^0.4.7",
|
||||
"@flowgram.ai/free-layout-editor": "^0.4.7",
|
||||
"@flowgram.ai/free-lines-plugin": "^0.4.7",
|
||||
"@flowgram.ai/free-node-panel-plugin": "^0.4.7",
|
||||
"@flowgram.ai/free-snap-plugin": "^0.4.7",
|
||||
"@flowgram.ai/form-materials": "^0.4.7",
|
||||
"@flowgram.ai/minimap-plugin": "^0.4.7",
|
||||
"@flowgram.ai/runtime-interface": "^0.4.7",
|
||||
"@flowgram.ai/runtime-js": "^0.4.7",
|
||||
@ -36,12 +36,17 @@
|
||||
"styled-components": "^5.3.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-proposal-decorators": "^7.28.0",
|
||||
"@babel/plugin-proposal-private-methods": "^7.18.6",
|
||||
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
|
||||
"@types/js-yaml": "^4.0.9",
|
||||
"@types/lodash-es": "^4.17.12",
|
||||
"@types/react": "^18.3.24",
|
||||
"@types/react-dom": "^18.3.7",
|
||||
"@types/styled-components": "^5.1.34",
|
||||
"@vitejs/plugin-react": "^4.2.0",
|
||||
"babel-plugin-transform-typescript-metadata": "^0.3.2",
|
||||
"less": "^4.2.0",
|
||||
"typescript": "^5.4.0",
|
||||
"vite": "^5.2.0"
|
||||
|
||||
Reference in New Issue
Block a user