Skip to content

Commit

Permalink
Merge pull request #212 from melfore/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
luciob committed Apr 4, 2024
2 parents 5de4894 + a9a2ec2 commit 257d7ab
Show file tree
Hide file tree
Showing 7 changed files with 11,898 additions and 15,353 deletions.
13 changes: 10 additions & 3 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
import type { StorybookConfig } from "@storybook/react-webpack5";

const config: StorybookConfig = {
stories: ["../(src|stories)/**/*.mdx", "../(src|stories)/**/*.stories.@(js|jsx|ts|tsx)"],
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials",
"@storybook/addon-interactions",
"@storybook/addon-coverage",
"@storybook/addon-mdx-gfm",
"@storybook/addon-webpack5-compiler-babel",
],
docs: {
autodocs: "tag",
},
framework: {
name: "@storybook/react-webpack5",
options: {},
},
docs: {
autodocs: "tag",
stories: ["../(src|stories)/**/*.mdx", "../(src|stories)/**/*.stories.@(js|jsx|ts|tsx)"],
typescript: {
check: false,
reactDocgen: "react-docgen-typescript",
skipCompiler: false,
},
};

Expand Down
1 change: 0 additions & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import type { Preview } from "@storybook/react";

const preview: Preview = {
parameters: {
actions: { argTypesRegex: "^on[A-Z].*" },
controls: {
matchers: {
color: /(background|color)$/i,
Expand Down
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# [1.36.0](https://github.com/melfore/konva-timeline/compare/v1.35.0...v1.36.0) (2024-03-12)


### Features

* 🎸 [Task] Fixed time return ([4c69b29](https://github.com/melfore/konva-timeline/commit/4c69b29a1c7d5fae5bf647f81a9fe5b1e4ce01fc)), closes [#210](https://github.com/melfore/konva-timeline/issues/210)
- 🎸 [Task] Fixed time return ([4c69b29](https://github.com/melfore/konva-timeline/commit/4c69b29a1c7d5fae5bf647f81a9fe5b1e4ce01fc)), closes [#210](https://github.com/melfore/konva-timeline/issues/210)

# [1.35.0](https://github.com/melfore/konva-timeline/compare/v1.34.0...v1.35.0) (2024-03-04)

Expand Down
Loading

0 comments on commit 257d7ab

Please sign in to comment.