Skip to content

Commit

Permalink
fix: update storybook and semantic-release (#1135)
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt authored Sep 24, 2024
1 parent 59f970e commit efdaee1
Show file tree
Hide file tree
Showing 2 changed files with 631 additions and 687 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,27 +47,27 @@
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "github:semantic-release/github",
"@semantic-release/npm": "github:semantic-release/npm",
"@storybook/addon-a11y": "^8.3.2",
"@storybook/addon-actions": "^8.3.2",
"@storybook/addon-essentials": "^8.3.2",
"@storybook/addon-interactions": "^8.3.2",
"@storybook/addon-links": "^8.3.2",
"@storybook/addon-a11y": "^8.3.3",
"@storybook/addon-actions": "^8.3.3",
"@storybook/addon-essentials": "^8.3.3",
"@storybook/addon-interactions": "^8.3.3",
"@storybook/addon-links": "^8.3.3",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/addon-themes": "^8.3.2",
"@storybook/addon-themes": "^8.3.3",
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
"@storybook/manager-api": "^8.3.2",
"@storybook/manager-api": "^8.3.3",
"@storybook/mdx2-csf": "^1.1.0",
"@storybook/react": "^8.3.2",
"@storybook/react-webpack5": "^8.3.2",
"@storybook/test": "^8.3.2",
"@storybook/theming": "^8.3.2",
"@storybook/react": "^8.3.3",
"@storybook/react-webpack5": "^8.3.3",
"@storybook/test": "^8.3.3",
"@storybook/theming": "^8.3.3",
"@tailwindcss/forms": "^0.5.9",
"@testing-library/react": "^14.3.1",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@types/node": "^22.6.1",
"@types/react": "^18.3.9",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
"babel-jest": "^27.5.1",
"babel-loader": "^8.4.1",
Expand Down Expand Up @@ -95,11 +95,11 @@
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-preserve-directives": "^0.1.1",
"rollup-plugin-typescript-paths": "^1.5.0",
"semantic-release": "^22.0.12",
"storybook": "^8.3.2",
"semantic-release": "^24.1.1",
"storybook": "^8.3.3",
"storybook-source-link": "^4.0.1",
"style-loader": "^3.3.4",
"tailwindcss": "^3.4.12",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "^4.9.5",
"webpack": "^5.94.0"
Expand Down
Loading

0 comments on commit efdaee1

Please sign in to comment.