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