Skip to content

Commit

Permalink
chore(storybook): remove unused addons
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 26, 2024
1 parent ab23f9c commit ca4c973
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 244 deletions.
3 changes: 0 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ const config: StorybookConfig = {
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-onboarding",
"@storybook/addon-interactions",
{
name: "@storybook/addon-styling",
options: {
Expand Down
235 changes: 0 additions & 235 deletions package-lock.json

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

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,15 +81,10 @@
"@remix-run/testing": "^2.5.1",
"@storybook/addon-a11y": "^7.6.10",
"@storybook/addon-essentials": "^7.6.10",
"@storybook/addon-interactions": "^7.6.10",
"@storybook/addon-links": "^7.6.10",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/addon-storyshots": "^7.6.10",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.6.10",
"@storybook/react": "^7.6.10",
"@storybook/react-webpack5": "^7.6.10",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^6.3.0",
"@testing-library/react": "^14.1.2",
"@types/follow-redirects": "^1.14.4",
Expand All @@ -112,7 +107,6 @@
"p-map": "^4.0.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-sh": "^0.14.0",
"storybook": "^7.6.10",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
Expand Down

0 comments on commit ca4c973

Please sign in to comment.