File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
examples/counter/src/components Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
- import React , { Component , PropTypes } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
3
4
export default class Counter extends Component {
4
5
static propTypes = {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " redux-devtools-dispatch" ,
3
- "version" : " 2.2.0 " ,
3
+ "version" : " 2.2.1 " ,
4
4
"description" : " Dispatch your actions manually to test if your app reacts well" ,
5
5
"main" : " lib/index.js" ,
6
6
"scripts" : {
36
36
"webpack" : " ^1.11.0"
37
37
},
38
38
"peerDependencies" : {
39
- "react" : " >=0.14.0 " ,
39
+ "react" : " >=0.14.9 " ,
40
40
"redux-devtools" : " ^3.0.0"
41
41
},
42
42
"dependencies" : {
43
43
"get-params" : " ^0.1.2" ,
44
+ "prop-types" : " ^15.5.10" ,
44
45
"redux-devtools-themes" : " ^1.0.0"
45
46
}
46
47
}
Original file line number Diff line number Diff line change 1
- import React , { Component , PropTypes } from 'react' ;
1
+ import React , { Component } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import getParams from 'get-params' ;
3
4
import * as themes from 'redux-devtools-themes' ;
4
5
You can’t perform that action at this time.
0 commit comments