Skip to content

Commit

Permalink
chore: upgrading storybook to 8.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed May 23, 2024
1 parent 779f1ef commit cc54dea
Show file tree
Hide file tree
Showing 3 changed files with 301 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const preview: Preview = {
},
},

tags: ['autodocs']
tags: ['autodocs'],
};

export default preview;
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@
"@metamask/eslint-config-jest": "^12.1.0",
"@metamask/eslint-config-nodejs": "^12.1.0",
"@metamask/eslint-config-typescript": "^12.1.0",
"@storybook/addon-essentials": "^8.1.2",
"@storybook/addon-interactions": "^8.1.2",
"@storybook/addon-links": "^8.1.2",
"@storybook/blocks": "^8.1.2",
"@storybook/react": "^8.1.2",
"@storybook/react-vite": "^8.1.2",
"@storybook/test": "^8.1.2",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/react-vite": "^8.1.3",
"@storybook/test": "^8.1.3",
"@types/babel__core": "^7",
"@types/jest": "^28.1.6",
"@types/node": "^18",
Expand Down Expand Up @@ -100,7 +100,7 @@
"react-dom": "^18.3.1",
"remark-gfm": "^4.0.0",
"sass": "^1.75.0",
"storybook": "^8.1.2",
"storybook": "^8.1.3",
"ts-jest": "^28.0.7",
"ts-node": "^10.7.0",
"tsup": "^7.2.0",
Expand Down
Loading

0 comments on commit cc54dea

Please sign in to comment.