File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ import {
99} from "@storybook/addon-docs/blocks" ;
1010import { rgba } from "polished" ;
1111
12- import { ReactTreeList , ReactTreeListProps } from "../src" ;
12+ import {
13+ ReactTreeList ,
14+ ReactTreeListItemType ,
15+ ReactTreeListProps ,
16+ } from "../src" ;
1317import { getRandomEmoji } from "./utils/getRandomEmoji" ;
14- import { ReactTreeListItemType } from "../build" ;
1518
1619export default {
1720 title : "Tree List" ,
You can’t perform that action at this time.
0 commit comments