fix(interactive-mini): add deps
This commit is contained in:
@@ -39,6 +39,8 @@
|
|||||||
"@babel/runtime": "^7.18.9",
|
"@babel/runtime": "^7.18.9",
|
||||||
"@reactflow/core": "workspace:*",
|
"@reactflow/core": "workspace:*",
|
||||||
"classcat": "^5.0.3",
|
"classcat": "^5.0.3",
|
||||||
|
"d3-selection": "^3.0.0",
|
||||||
|
"d3-zoom": "^3.0.0",
|
||||||
"zustand": "^4.1.1"
|
"zustand": "^4.1.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|||||||
Generated
+4
@@ -190,6 +190,8 @@ importers:
|
|||||||
'@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
|
||||||
|
d3-selection: ^3.0.0
|
||||||
|
d3-zoom: ^3.0.0
|
||||||
react: ^18.2.0
|
react: ^18.2.0
|
||||||
typescript: ^4.8.3
|
typescript: ^4.8.3
|
||||||
zustand: ^4.1.1
|
zustand: ^4.1.1
|
||||||
@@ -197,6 +199,8 @@ importers:
|
|||||||
'@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
|
||||||
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-zoom: registry.npmjs.org/d3-zoom/3.0.0
|
||||||
zustand: registry.npmjs.org/zustand/4.1.1_react@18.2.0
|
zustand: registry.npmjs.org/zustand/4.1.1_react@18.2.0
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@reactflow/eslint-config': link:../../tooling/eslint-config
|
'@reactflow/eslint-config': link:../../tooling/eslint-config
|
||||||
|
|||||||
Reference in New Issue
Block a user