From f71ee4223f78c34633ced1cef7028d58c11d210e Mon Sep 17 00:00:00 2001 From: moklick Date: Mon, 31 Oct 2022 20:11:03 +0100 Subject: [PATCH] fix(interactive-mini): add deps --- packages/interactive-minimap/package.json | 2 ++ pnpm-lock.yaml | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/packages/interactive-minimap/package.json b/packages/interactive-minimap/package.json index e5409e1a..d3b50f6f 100644 --- a/packages/interactive-minimap/package.json +++ b/packages/interactive-minimap/package.json @@ -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": { diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aaf55e75..ca0b28de 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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