Skip to content

Commit 9319488

Browse files
authored
Merge pull request #31 from efokschaner/patch-1
Specify required version of tslib ^2.0.0
2 parents adf905b + 3ec2c89 commit 9319488

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/graph/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"worker-loader": "^3.0.7"
6868
},
6969
"dependencies": {
70-
"@antv/util": "^2.0.13"
70+
"@antv/util": "^2.0.13",
71+
"tslib": "^2.0.0"
7172
}
7273
}

0 commit comments

Comments
 (0)