refactor(onLoad): add new zoom pan helpers

This commit is contained in:
moklick
2021-12-07 04:05:45 +01:00
parent c2644f16bb
commit d9c99a8a6d
4 changed files with 43 additions and 31 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "react-flow-renderer",
"version": "10.0.0-next.22",
"version": "10.0.0-next.23",
"engines": {
"node": ">=12"
},
@@ -49,7 +49,7 @@
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^3.0.0",
"@svgr/rollup": "^6.1.0",
"@svgr/rollup": "^6.1.1",
"@types/redux": "^3.6.31",
"@types/resize-observer-browser": "^0.1.6",
"@welldone-software/why-did-you-render": "^6.2.1",
@@ -64,7 +64,7 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"release-it": "^14.11.8",
"rollup": "^2.60.1",
"rollup": "^2.60.2",
"rollup-plugin-bundle-size": "^1.0.3",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",