Skip to content

Commit

Permalink
chore: bump storybook 7.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dohaki committed Nov 7, 2023
1 parent a6cfb0b commit 7ef4bc5
Show file tree
Hide file tree
Showing 5 changed files with 423 additions and 525 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ yarn-error.log*

# storybook
build-storybook.log
storybook-static

# Amplitude
ampli.json
10 changes: 10 additions & 0 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { mergeConfig } from "vite";
import type { StorybookConfig } from "@storybook/react-vite";

const config: StorybookConfig = {
Expand Down Expand Up @@ -30,5 +31,14 @@ const config: StorybookConfig = {
return accumulator;
}, {}),
}),
viteFinal: async (config) => {
return mergeConfig(config, {
server: {
watch: {
ignored: ["**/.env.*", "**/coverage/**"],
},
},
});
},
};
export default config;
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,15 @@
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@ethersproject/experimental": "^5.6.3",
"@storybook/addon-actions": "^7.5.1",
"@storybook/addon-essentials": "^7.5.1",
"@storybook/addon-interactions": "^7.5.1",
"@storybook/addon-links": "^7.5.1",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.5.1",
"@storybook/builder-vite": "^7.5.1",
"@storybook/node-logger": "^7.5.1",
"@storybook/react": "^7.5.1",
"@storybook/react-vite": "^7.5.1",
"@storybook/blocks": "^7.5.3",
"@storybook/node-logger": "^7.5.3",
"@storybook/react": "^7.5.3",
"@storybook/react-vite": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "12.1.5",
Expand Down Expand Up @@ -144,7 +143,7 @@
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.4.1",
"serve": "^14.0.1",
"storybook": "^7.5.1",
"storybook": "^7.5.3",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"tsconfig-paths-webpack-plugin": "^4.0.0",
Expand Down
211 changes: 0 additions & 211 deletions src/stories/Introduction.stories.mdx

This file was deleted.

Loading

0 comments on commit 7ef4bc5

Please sign in to comment.