This repository was archived by the owner on Aug 5, 2020. It is now read-only.
File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 41
41
"webpack" : " ^1.11.0"
42
42
},
43
43
"peerDependencies" : {
44
- "react" : " ^0.14.3 || ^15.0 .0" ,
45
- "react-dom" : " ^0.14.3 || ^15.0 .0" ,
44
+ "react" : " ^0.14.3 || ^16.2 .0" ,
45
+ "react-dom" : " ^0.14.3 || ^16.2 .0" ,
46
46
"redux-devtools" : " ^3.0.0"
47
47
},
48
48
"dependencies" : {
49
49
"d3-state-visualizer" : " ^1.3.1" ,
50
50
"deepmerge" : " ^0.2.10" ,
51
+ "prop-types" : " ^15.6.0" ,
51
52
"react-pure-render" : " ^1.0.2" ,
52
53
"redux-devtools-themes" : " ^1.0.0"
53
54
}
Original file line number Diff line number Diff line change 1
- import React , { PropTypes , Component } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import { findDOMNode } from 'react-dom' ;
3
4
import { tree } from 'd3-state-visualizer' ;
4
5
Original file line number Diff line number Diff line change 1
- import React , { PropTypes , Component } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import shouldPureComponentUpdate from 'react-pure-render/function' ;
3
4
import * as themes from 'redux-devtools-themes' ;
4
5
import { ActionCreators } from 'redux-devtools' ;
You can’t perform that action at this time.
0 commit comments