Browse Source

fix nodeSize is not a function bug (#11200)

3.1.0-release
Devosend 2 years ago committed by GitHub
parent
commit
91a944f967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-dist/release-docs/LICENSE
  2. 2
      dolphinscheduler-ui/package.json
  3. 1143
      dolphinscheduler-ui/pnpm-lock.yaml

2
dolphinscheduler-dist/release-docs/LICENSE vendored

@ -551,7 +551,7 @@ The text of each license is also included at licenses/ui-licenses/LICENSE-[proje
======================================== ========================================
MIT licenses MIT licenses
======================================== ========================================
@antv/layout 0.2.5: https://github.com/antvis/layout MIT @antv/layout 0.1.31: https://github.com/antvis/layout MIT
@types/js-cookie 3.0.2: https://github.com/DefinitelyTyped/DefinitelyTyped MIT @types/js-cookie 3.0.2: https://github.com/DefinitelyTyped/DefinitelyTyped MIT
@antv/x6 1.32.7: https://github.com/antvis/x6 MIT @antv/x6 1.32.7: https://github.com/antvis/x6 MIT
@vueuse/core 8.8.0: https://github.com/vueuse/vueuse MIT @vueuse/core 8.8.0: https://github.com/vueuse/vueuse MIT

2
dolphinscheduler-ui/package.json

@ -9,7 +9,7 @@
"prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\"" "prettier": "prettier --write \"src/**/*.{vue,ts,tsx}\""
}, },
"dependencies": { "dependencies": {
"@antv/layout": "^0.2.5", "@antv/layout": "^0.1.31",
"@antv/x6": "^1.32.7", "@antv/x6": "^1.32.7",
"@vueuse/core": "^8.8.0", "@vueuse/core": "^8.8.0",
"axios": "^0.27.2", "axios": "^0.27.2",

1143
dolphinscheduler-ui/pnpm-lock.yaml

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save