File tree Expand file tree Collapse file tree 4 files changed +1441
-542
lines changed
Expand file tree Collapse file tree 4 files changed +1441
-542
lines changed Original file line number Diff line number Diff line change 9595 "commitizen" : " ^4.0.3" ,
9696 "css-loader" : " ^3.1.0" ,
9797 "cz-conventional-changelog" : " ^3.0.2" ,
98- "dt-react-component" : " ^1.2.0" ,
98+ "dt-react-component" : " ^2.0.9" ,
99+ "babel-plugin-treasure" : " ^0.9.0" ,
99100 "enzyme" : " ^3.11.0" ,
100101 "enzyme-adapter-react-16" : " ^1.15.2" ,
101102 "eslint" : " ^7.4.0" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import './languages/simpleLog';
88import 'codemirror/lib/codemirror.css'
99import 'codemirror/addon/lint/lint.css'
1010import 'codemirror/addon/scroll/simplescrollbars.css'
11- import './style'
1211import { getLinkMark , getLogMark } from './utils'
1312
1413require ( 'codemirror/mode/sql/sql' )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import * as React from 'react';
22import { storiesOf } from '@storybook/react' ;
33import { MarkdownRender } from 'dt-react-component' ;
44
5- import 'dt-react-component /lib/index .css'
5+ import '.. /lib/codemirror/style .css'
66
77import './style.scss' ;
88import { notShowProps } from './utils' ;
You can’t perform that action at this time.
0 commit comments