Skip to content

Commit

Permalink
revert execa, downgrade storybook - vercel deploy fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SutuSebastian committed Jun 18, 2024
1 parent c81121c commit 2050e3f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"react-dom": "18.3.1"
},
"devDependencies": {
"@storybook/addon-essentials": "8.1.10",
"@storybook/addon-interactions": "8.1.10",
"@storybook/addon-links": "8.1.10",
"@storybook/addon-themes": "8.1.10",
"@storybook/blocks": "8.1.10",
"@storybook/react": "8.1.10",
"@storybook/react-vite": "8.1.10",
"@storybook/test": "8.1.10",
"@storybook/addon-essentials": "8.0.5",
"@storybook/addon-interactions": "8.0.5",
"@storybook/addon-links": "8.0.5",
"@storybook/addon-themes": "8.0.5",
"@storybook/blocks": "8.0.5",
"@storybook/react": "8.0.5",
"@storybook/react-vite": "8.0.5",
"@storybook/test": "8.0.5",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"postcss": "8.4.38",
"storybook": "8.1.10",
"storybook": "8.0.5",
"tailwindcss": "3.4.4",
"typescript": "5.4.5",
"vite": "5.3.1"
Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@clack/prompts": "0.7.0",
"arg": "5.0.2",
"execa": "8.0.1",
"execa": "9.2.0",
"ora": "8.0.1",
"picocolors": "1.0.1",
"rimraf": "5.0.7"
Expand Down

0 comments on commit 2050e3f

Please sign in to comment.