From d06ee3eb19a98e4fb8b52179273f016ded79bc7c Mon Sep 17 00:00:00 2001 From: Leonardo <leomilho@gmail.com> Date: Mon, 6 May 2024 12:12:05 +0200 Subject: [PATCH] fix(sb): fixed sb geo dependency --- libs/shared/lib/components/charts/Axis/axis.stories.tsx | 2 ++ libs/storybook/package.json | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/libs/shared/lib/components/charts/Axis/axis.stories.tsx b/libs/shared/lib/components/charts/Axis/axis.stories.tsx index 2190aada6..00c13d2fb 100644 --- a/libs/shared/lib/components/charts/Axis/axis.stories.tsx +++ b/libs/shared/lib/components/charts/Axis/axis.stories.tsx @@ -18,6 +18,8 @@ const Component: Meta<AxisComponentProps> = { ], }; +export default Component; + export const CategoricalData = { args: { scale: scaleLinear().domain([0, 10]).range([200, 0]), diff --git a/libs/storybook/package.json b/libs/storybook/package.json index c675b4edc..1e5077702 100644 --- a/libs/storybook/package.json +++ b/libs/storybook/package.json @@ -16,6 +16,10 @@ "postcss-scss": "^4.0.9", "react": "^18.2.0", "react-dom": "^18.2.0", + "@deck.gl-community/editable-layers": "9.0.0-alpha.1", + "@deck.gl/core": "^9.0.12", + "@deck.gl/layers": "^9.0.12", + "@deck.gl/react": "^9.0.12", "web": "workspace:*" }, "devDependencies": { -- GitLab