Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: dependencies update (#10308)
Browse files Browse the repository at this point in the history
dan-mba authored Mar 25, 2024
1 parent f2e67d1 commit 43b5fdc
Showing 7 changed files with 3,108 additions and 5,126 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
5 changes: 4 additions & 1 deletion .storybook/main.js
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@ import remarkGfm from "remark-gfm";

const config = {
stories: [
"../stories/**/*.stories.mdx",
"../stories/**/*.stories.@(js|jsx|ts|tsx)",
],

addons: [
"@storybook/addon-essentials",
"@storybook/addon-a11y",
@@ -30,6 +30,9 @@ const config = {
...config,
STORYBOOK_RUN: true,
}),
docs: {
autodocs: false
}
};

export default config;
1 change: 0 additions & 1 deletion .storybook/preview.js
Original file line number Diff line number Diff line change
@@ -20,7 +20,6 @@ export const decorators = [
];

export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Loading

0 comments on commit 43b5fdc

Please sign in to comment.