Skip to content

Commit e04a0cc

Browse files
committed
fix tailwind starter
1 parent a99c2c4 commit e04a0cc

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

starters/tailwind/.storybook/main.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ const config = {
1818
"../stories/**/*.mdx",
1919
"../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)",
2020
],
21-
addons: [
22-
"@storybook/addon-onboarding"
23-
],
21+
addons: [],
2422
framework: {
2523
name: "@storybook/react-vite",
2624
options: {},

starters/tailwind/package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
"devDependencies": {
33
"@babel/preset-react": "^7.24.1",
44
"@storybook/blocks": "^9.0.4",
5-
"@storyb49.0.4 "@story9.0.4locks": "^8.6.14",
6-
"@stor9.0.4react": "^8.6.14",
7-
"@storybook/react-vite": "^8.6.14",
8-
"@storybook/test": "^8.6.14",
5+
"@storybook/react": "^9.0.4",
6+
"@storybook/react-vite": "^9.0.4",
7+
"@storybook/test": "^9.0.4",
98
"@tailwindcss/postcss": "^4.0.0",
109
"@types/react": "^18.3.0",
1110
"@types/react-dom": "^18.3.0",
1211
"autoprefixer": "^10.4.16",
13-
"prop-types": "^15.8.1", "^2.2.2",
12+
"prop-types": "^15.8.1",
13+
"react": "^18.2.0",
14+
"react-docgen-typescript": "^2.2.2",
1415
"react-dom": "^18.2.0",
1516
"storybook": "^9.0.4",
1617
"tailwindcss": "^4.0.0",

0 commit comments

Comments
 (0)