Skip to content

Commit cdedb6d

Browse files
committed
Remove @storybook/addon-info and update @storybook dependencies
1 parent 1be93da commit cdedb6d

3 files changed

Lines changed: 9 additions & 12 deletions

File tree

.storybook/preview.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
"homepage": "https://github.com/bartaxyz/react-tree-list#readme",
3232
"devDependencies": {
3333
"@babel/core": "^7.10.5",
34-
"@storybook/addon-controls": "^6.4.21",
35-
"@storybook/addon-docs": "^6.4.21",
36-
"@storybook/addon-info": "^5.3.21",
37-
"@storybook/react": "^6.4.21",
38-
"@storybook/theming": "6.4.21",
34+
"@storybook/addon-controls": "6.5.10",
35+
"@storybook/addon-docs": "6.5.10",
36+
"@storybook/react": "6.5.10",
37+
"@storybook/theming": "6.5.10",
3938
"@types/chai": "^4.2.12",
4039
"@types/enzyme": "^3.10.5",
4140
"@types/enzyme-adapter-react-16": "^1.0.6",

stories/index.stories.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ import {
99
} from "@storybook/addon-docs/blocks";
1010
import { rgba } from "polished";
1111

12-
import { ReactTreeList, ReactTreeListProps } from "../src";
12+
import {
13+
ReactTreeList,
14+
ReactTreeListItemType,
15+
ReactTreeListProps,
16+
} from "../src";
1317
import { getRandomEmoji } from "./utils/getRandomEmoji";
14-
import { ReactTreeListItemType } from "../build";
1518

1619
export default {
1720
title: "Tree List",

0 commit comments

Comments
 (0)