Skip to content

Commit f1968e6

Browse files
committed
fix: bug in behavior of tree by 4-levels structure and more
affects: @he-tree/vue
1 parent c02e0b4 commit f1968e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/he-tree-vue/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"preview": "vite preview"
5353
},
5454
"dependencies": {
55-
"@he-tree/dnd-utils": "latest",
56-
"@he-tree/tree-utils": "^0.1.0-alpha.4",
55+
"@he-tree/dnd-utils": "workspace:^0.1.0-alpha.4",
56+
"@he-tree/tree-utils": "workspace:^0.1.0-alpha.5",
5757
"@virtual-list/vue": "^1.2.0",
5858
"helper-js": "^3.1.2",
5959
"vue-demi": "latest"
@@ -73,4 +73,4 @@
7373
"vite-plugin-dts": "^4.0.3",
7474
"vue": "^3.2.25"
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)