diff --git a/packages/line/package.json b/packages/line/package.json index 0314d3fd9b..7af071bac5 100644 --- a/packages/line/package.json +++ b/packages/line/package.json @@ -47,7 +47,8 @@ "@nivo/voronoi": "workspace:*", "@react-spring/web": "9.4.5 || ^9.7.2 || ^10.0", "@types/d3-shape": "^3.1.6", - "d3-shape": "^3.2.0" + "d3-shape": "^3.2.0", + "lodash": "^4.17.21" }, "peerDependencies": { "react": "^16.14 || ^17.0 || ^18.0 || ^19.0" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 756ca9d455..237b2ee345 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1111,6 +1111,9 @@ importers: d3-shape: specifier: ^3.2.0 version: 3.2.0 + lodash: + specifier: ^4.17.21 + version: 4.17.21 react: specifier: 18.3.1 version: 18.3.1