Skip to content

Commit 0fb8bc9

Browse files
committed
Merge branch 'dev'
2 parents ffad1ad + ee54558 commit 0fb8bc9

112 files changed

Lines changed: 378 additions & 3363 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

biome.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
"useKeyWithMouseEvents": "off",
2828
"useValidAnchor": "warn",
2929
"useAltText": "warn",
30-
"useAriaPropsForRole": "warn"
30+
"useAriaPropsForRole": "warn",
31+
"noStaticElementInteractions": "off",
32+
"noSvgWithoutTitle": "warn"
3133
},
3234
"complexity": {
3335
"recommended": true,

package.json

Lines changed: 25 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,21 @@
1717
},
1818
"dependencies": {
1919
"@ant-design/icons": "^6.1.0",
20-
"@flowgram.ai/free-auto-layout-plugin": "^1.0.3",
21-
"@flowgram.ai/free-container-plugin": "^1.0.3",
22-
"@flowgram.ai/free-group-plugin": "^1.0.3",
23-
"@flowgram.ai/free-layout-editor": "^1.0.3",
24-
"@flowgram.ai/free-lines-plugin": "^1.0.3",
25-
"@flowgram.ai/free-node-panel-plugin": "^1.0.3",
26-
"@flowgram.ai/free-snap-plugin": "^1.0.3",
27-
"@flowgram.ai/free-stack-plugin": "^1.0.3",
28-
"@flowgram.ai/minimap-plugin": "^1.0.3",
29-
"@flowgram.ai/panel-manager-plugin": "^1.0.3",
30-
"@flowgram.ai/shortcuts-plugin": "^1.0.3",
20+
"@flowgram.ai/export-plugin": "1.0.6",
21+
"@flowgram.ai/free-auto-layout-plugin": "^1.0.6",
22+
"@flowgram.ai/free-container-plugin": "^1.0.6",
23+
"@flowgram.ai/free-group-plugin": "^1.0.6",
24+
"@flowgram.ai/free-layout-editor": "^1.0.6",
25+
"@flowgram.ai/free-lines-plugin": "^1.0.6",
26+
"@flowgram.ai/free-node-panel-plugin": "^1.0.6",
27+
"@flowgram.ai/free-snap-plugin": "^1.0.6",
28+
"@flowgram.ai/free-stack-plugin": "^1.0.6",
29+
"@flowgram.ai/minimap-plugin": "^1.0.6",
30+
"@flowgram.ai/panel-manager-plugin": "^1.0.6",
31+
"@flowgram.ai/shortcuts-plugin": "^1.0.6",
3132
"@monaco-editor/react": "^4.7.0",
3233
"@tanstack/react-query": "^5.90.12",
33-
"@tanstack/react-router": "^1.140.0",
34+
"@tanstack/react-router": "^1.141.1",
3435
"@zxcvbn-ts/core": "^3.0.4",
3536
"ahooks": "^3.9.6",
3637
"antd": "^6.1.0",
@@ -41,15 +42,15 @@
4142
"echarts": "^6.0.0",
4243
"i18next": "^25.7.2",
4344
"jsencrypt": "^3.5.4",
44-
"keepalive-for-react": "^5.0.7",
45+
"keepalive-for-react": "5.0.6",
4546
"lodash-es": "^4.17.21",
46-
"react": "^19.2.1",
47-
"react-dom": "^19.2.1",
47+
"react": "^19.2.3",
48+
"react-dom": "^19.2.3",
4849
"react-draggable": "^4.5.0",
4950
"react-error-boundary": "^6.0.0",
5051
"react-hotkeys-hook": "^5.2.1",
51-
"react-i18next": "^16.4.0",
52-
"react-is": "^19.2.1",
52+
"react-i18next": "^16.4.1",
53+
"react-is": "^19.2.3",
5354
"screenfull": "^6.0.2",
5455
"tailwind-merge": "^3.4.0",
5556
"zustand": "^5.0.9"
@@ -58,24 +59,25 @@
5859
"@babel/plugin-proposal-class-properties": "^7.18.6",
5960
"@babel/plugin-proposal-decorators": "^7.28.0",
6061
"@biomejs/biome": "^2.3.8",
62+
"@flowgram.ai/ts-config": "^1.0.6",
6163
"@iconify/react": "^6.0.2",
62-
"@tailwindcss/vite": "^4.1.17",
63-
"@tanstack/react-router-devtools": "^1.140.0",
64+
"@tailwindcss/vite": "^4.1.18",
65+
"@tanstack/react-router-devtools": "^1.141.1",
6466
"@types/crypto-js": "^4.2.2",
6567
"@types/lodash-es": "^4.17.12",
66-
"@types/node": "^22.19.1",
68+
"@types/node": "^22.19.2",
6769
"@types/react": "^19.2.7",
6870
"@types/react-dom": "^19.2.3",
6971
"@types/react-is": "^19.2.0",
7072
"@types/react-resizable": "^3.0.8",
7173
"@vitejs/plugin-react": "^5.1.2",
7274
"babel-plugin-react-compiler": "^1.0.0",
73-
"sass-embedded": "^1.93.3",
75+
"sass-embedded": "^1.96.0",
7476
"styled-components": "^6.1.19",
75-
"tailwindcss": "^4.1.17",
77+
"tailwindcss": "^4.1.18",
7678
"terser": "^5.44.1",
7779
"typescript": "~5.9.3",
78-
"vite": "^8.0.0-beta.1",
80+
"vite": "^8.0.0-beta.2",
7981
"vite-plugin-compression": "^0.5.1",
8082
"vite-plugin-mock-dev-server": "^2.0.6"
8183
},

src/components/workflow/group/node-render.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/components/workflow/icons/icon-auto-layout.tsx

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/components/workflow/icons/icon-comment.tsx

Lines changed: 0 additions & 24 deletions
This file was deleted.

src/components/workflow/icons/icon-minimap.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

src/components/workflow/icons/icon-switch-line.tsx

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/components/workflow/index.tsx

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)