chore(core): update d3 type deps

This commit is contained in:
braks
2023-10-07 11:39:48 +02:00
committed by Braks
parent 247a037a39
commit b0ffe42007
10 changed files with 41 additions and 185 deletions
@@ -9,7 +9,7 @@ const { id, viewport, d3Zoom, d3Selection, dimensions } = useVueFlow()
const viewportReady = ref(!isClient)
until(() => d3Zoom.value && d3Selection.value && dimensions.value.width > 0 && dimensions.value.height > 0)
until(() => !!(d3Zoom.value && d3Selection.value && dimensions.value.width > 0 && dimensions.value.height > 0))
.toBe(true)
.then(() => {
setTimeout(() => {