Skip to content

Commit efdaee1

Browse files
fix: update storybook and semantic-release (#1135)
1 parent 59f970e commit efdaee1

File tree

2 files changed

+631
-687
lines changed

2 files changed

+631
-687
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@
4747
"@semantic-release/commit-analyzer": "^9.0.2",
4848
"@semantic-release/github": "github:semantic-release/github",
4949
"@semantic-release/npm": "github:semantic-release/npm",
50-
"@storybook/addon-a11y": "^8.3.2",
51-
"@storybook/addon-actions": "^8.3.2",
52-
"@storybook/addon-essentials": "^8.3.2",
53-
"@storybook/addon-interactions": "^8.3.2",
54-
"@storybook/addon-links": "^8.3.2",
50+
"@storybook/addon-a11y": "^8.3.3",
51+
"@storybook/addon-actions": "^8.3.3",
52+
"@storybook/addon-essentials": "^8.3.3",
53+
"@storybook/addon-interactions": "^8.3.3",
54+
"@storybook/addon-links": "^8.3.3",
5555
"@storybook/addon-styling-webpack": "^1.0.0",
56-
"@storybook/addon-themes": "^8.3.2",
56+
"@storybook/addon-themes": "^8.3.3",
5757
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
58-
"@storybook/manager-api": "^8.3.2",
58+
"@storybook/manager-api": "^8.3.3",
5959
"@storybook/mdx2-csf": "^1.1.0",
60-
"@storybook/react": "^8.3.2",
61-
"@storybook/react-webpack5": "^8.3.2",
62-
"@storybook/test": "^8.3.2",
63-
"@storybook/theming": "^8.3.2",
60+
"@storybook/react": "^8.3.3",
61+
"@storybook/react-webpack5": "^8.3.3",
62+
"@storybook/test": "^8.3.3",
63+
"@storybook/theming": "^8.3.3",
6464
"@tailwindcss/forms": "^0.5.9",
6565
"@testing-library/react": "^14.3.1",
6666
"@types/jest": "^29.5.13",
67-
"@types/node": "^22.5.5",
68-
"@types/react": "^18.3.8",
69-
"@typescript-eslint/eslint-plugin": "^8.6.0",
70-
"@typescript-eslint/parser": "^8.6.0",
67+
"@types/node": "^22.6.1",
68+
"@types/react": "^18.3.9",
69+
"@typescript-eslint/eslint-plugin": "^8.7.0",
70+
"@typescript-eslint/parser": "^8.7.0",
7171
"autoprefixer": "^10.4.20",
7272
"babel-jest": "^27.5.1",
7373
"babel-loader": "^8.4.1",
@@ -95,11 +95,11 @@
9595
"rollup-plugin-postcss": "^4.0.2",
9696
"rollup-plugin-preserve-directives": "^0.1.1",
9797
"rollup-plugin-typescript-paths": "^1.5.0",
98-
"semantic-release": "^22.0.12",
99-
"storybook": "^8.3.2",
98+
"semantic-release": "^24.1.1",
99+
"storybook": "^8.3.3",
100100
"storybook-source-link": "^4.0.1",
101101
"style-loader": "^3.3.4",
102-
"tailwindcss": "^3.4.12",
102+
"tailwindcss": "^3.4.13",
103103
"tslib": "^2.7.0",
104104
"typescript": "^4.9.5",
105105
"webpack": "^5.94.0"

0 commit comments

Comments
 (0)