mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 08:01:20 +08:00
Change the react-treebeard to the main repo version
This commit is contained in:
parent
88be449dc1
commit
48ee2cd9cf
@ -33,8 +33,8 @@
|
||||
"react-komposer": "^2.0.0",
|
||||
"react-modal": "^1.7.6",
|
||||
"react-split-pane": "^0.1.63",
|
||||
"redux": "^3.6.0",
|
||||
"storybook-react-treebeard": "^1.1.6"
|
||||
"react-treebeard": "^2.0.3",
|
||||
"redux": "^3.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"enzyme": "^2.8.2"
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { Treebeard } from 'storybook-react-treebeard';
|
||||
import { Treebeard } from 'react-treebeard';
|
||||
import PropTypes from 'prop-types';
|
||||
import React from 'react';
|
||||
import deepEqual from 'deep-equal';
|
||||
|
@ -1,4 +1,4 @@
|
||||
import { decorators } from 'storybook-react-treebeard';
|
||||
import { decorators } from 'react-treebeard';
|
||||
import { IoFolder, IoDocumentText, IoCode } from 'react-icons/lib/io';
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
Loading…
x
Reference in New Issue
Block a user