package(utils): add fitView

This commit is contained in:
moklick
2023-02-19 16:14:55 +01:00
parent 3920fca670
commit 6f8782bbf6
2 changed files with 47 additions and 1 deletions
+2 -1
View File
@@ -40,7 +40,8 @@
"@types/d3": "^7.4.0",
"@types/d3-drag": "^3.0.1",
"@types/d3-selection": "^3.0.3",
"@types/d3-zoom": "^3.0.1"
"@types/d3-zoom": "^3.0.1",
"d3-zoom": "^3.0.0"
},
"peerDependencies": {
"react": ">=17",