Skip to content

Commit

Permalink
build: upgrade storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
luohuidong committed Mar 13, 2024
1 parent ad6828e commit c8c14f5
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 2,043 deletions.
1 change: 0 additions & 1 deletion packages/vue/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Preview } from "@storybook/vue3";

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
20 changes: 9 additions & 11 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@
"@faker-js/faker": "^8.4.1",
"@floating-ui/dom": "^1.6.3",
"@modyfi/vite-plugin-yaml": "^1.1.0",
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/blocks": "^7.6.17",
"@storybook/testing-library": "0.2.2",
"@storybook/vue3": "^7.6.17",
"@storybook/vue3-vite": "^7.6.17",
"@storybook/addon-actions": "^8.0.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/addon-links": "^8.0.0",
"@storybook/blocks": "^8.0.0",
"@storybook/test": "^8.0.0",
"@storybook/vue3": "^8.0.0",
"@storybook/vue3-vite": "^8.0.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.25",
"@typescript-eslint/parser": "^7.1.1",
Expand All @@ -71,10 +71,8 @@
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.35",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sass": "^1.71.1",
"storybook": "^7.6.17",
"storybook": "^8.0.0",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vitest": "^1.3.1",
Expand Down
Loading

0 comments on commit c8c14f5

Please sign in to comment.