Skip to content

Commit

Permalink
chore(sb): remove onboarding package and upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
itsjavi committed Sep 1, 2024
1 parent 5a3eaaa commit 9bb23e6
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 61 deletions.
1 change: 0 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { StorybookConfig } from "@storybook/react-vite";
const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/addon-onboarding",
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/addon-links": "^8.2.9",
"@storybook/addon-onboarding": "^8.2.9",
"@storybook/blocks": "^8.2.9",
"@storybook/components": "^8.2.9",
"@storybook/icons": "^1.2.10",
Expand All @@ -95,7 +94,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.20",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"postcss": "^8.4.42",
"publint": "^0.2.10",
"sort-package-json": "^2.10.1",
"storybook": "^8.2.9",
Expand Down
84 changes: 26 additions & 58 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9bb23e6

Please sign in to comment.