Merge branch 'feat/interactive-minimap' of github.com:wbkd/react-flow into feat/interactive-minimap
This commit is contained in:
@@ -38,6 +38,8 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@reactflow/core": "workspace:*",
|
"@reactflow/core": "workspace:*",
|
||||||
|
"@types/d3-selection": "^3.0.3",
|
||||||
|
"@types/d3-zoom": "^3.0.1",
|
||||||
"classcat": "^5.0.3",
|
"classcat": "^5.0.3",
|
||||||
"d3-selection": "^3.0.0",
|
"d3-selection": "^3.0.0",
|
||||||
"d3-zoom": "^3.0.0",
|
"d3-zoom": "^3.0.0",
|
||||||
|
|||||||
Generated
+4
@@ -187,6 +187,8 @@ importers:
|
|||||||
'@reactflow/eslint-config': workspace:^0.0.0
|
'@reactflow/eslint-config': workspace:^0.0.0
|
||||||
'@reactflow/rollup-config': workspace:*
|
'@reactflow/rollup-config': workspace:*
|
||||||
'@reactflow/tsconfig': workspace:*
|
'@reactflow/tsconfig': workspace:*
|
||||||
|
'@types/d3-selection': ^3.0.3
|
||||||
|
'@types/d3-zoom': ^3.0.1
|
||||||
'@types/node': ^18.7.16
|
'@types/node': ^18.7.16
|
||||||
'@types/react': ^18.0.19
|
'@types/react': ^18.0.19
|
||||||
classcat: ^5.0.3
|
classcat: ^5.0.3
|
||||||
@@ -198,6 +200,8 @@ importers:
|
|||||||
dependencies:
|
dependencies:
|
||||||
'@babel/runtime': registry.npmjs.org/@babel/runtime/7.19.0
|
'@babel/runtime': registry.npmjs.org/@babel/runtime/7.19.0
|
||||||
'@reactflow/core': link:../core
|
'@reactflow/core': link:../core
|
||||||
|
'@types/d3-selection': registry.npmjs.org/@types/d3-selection/3.0.3
|
||||||
|
'@types/d3-zoom': registry.npmjs.org/@types/d3-zoom/3.0.1
|
||||||
classcat: registry.npmjs.org/classcat/5.0.4
|
classcat: registry.npmjs.org/classcat/5.0.4
|
||||||
d3-selection: registry.npmjs.org/d3-selection/3.0.0
|
d3-selection: registry.npmjs.org/d3-selection/3.0.0
|
||||||
d3-zoom: registry.npmjs.org/d3-zoom/3.0.0
|
d3-zoom: registry.npmjs.org/d3-zoom/3.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user