fix(workflow): validate node compatibility when importing dsl between chatflows and workflows (#28012)

This commit is contained in:
yangzheli
2025-11-20 11:40:24 +08:00
committed by GitHub
parent fa910be0f6
commit 4833d39ab3
4 changed files with 50 additions and 3 deletions

View File

@@ -88,6 +88,7 @@
"immer": "^10.1.3",
"js-audio-recorder": "^1.0.7",
"js-cookie": "^3.0.5",
"js-yaml": "^4.1.0",
"jsonschema": "^1.5.0",
"katex": "^0.16.25",
"ky": "^1.12.0",
@@ -163,6 +164,7 @@
"@testing-library/react": "^16.3.0",
"@types/jest": "^29.5.14",
"@types/js-cookie": "^3.0.6",
"@types/js-yaml": "^4.0.9",
"@types/lodash-es": "^4.17.12",
"@types/negotiator": "^0.6.4",
"@types/node": "18.15.0",