diff --git a/libs/shared/lib/components/charts/Axis/axis.stories.tsx b/libs/shared/lib/components/charts/Axis/axis.stories.tsx index 2190aada62cd513cbdac4b31477695b7f5b7a5e3..00c13d2fb1ca6ba3dfa01bbd05fc94e3d88c8b88 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 c675b4edcff2e7fa42591080b20470671b77653b..1e5077702339ac7010bf0f072ae9586fc2a4bb84 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": {