Skip to content

Commit 534c321

Browse files
committed
Add d3 transition types for fixing error logs
1 parent f50bbf3 commit 534c321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "treeviz",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Library which aims to represent trees for data visualization",
55
"keywords": [
66
"d3",
@@ -45,6 +45,7 @@
4545
"dependencies": {
4646
"@types/d3-hierarchy": "^1.1.6",
4747
"@types/d3-selection": "^1.4.1",
48+
"@types/d3-transition": "^1.1.4",
4849
"@types/d3-zoom": "^1.7.4",
4950
"d3-hierarchy": "^1.1.8",
5051
"d3-selection": "^1.4.0",

0 commit comments

Comments
 (0)