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' ;
23
34export default class Counter extends Component {
45 static propTypes = {
Original file line number Diff line number Diff line change 11{
22 "name" : " redux-devtools-dispatch" ,
3- "version" : " 2.2.0 " ,
3+ "version" : " 2.2.1 " ,
44 "description" : " Dispatch your actions manually to test if your app reacts well" ,
55 "main" : " lib/index.js" ,
66 "scripts" : {
3636 "webpack" : " ^1.11.0"
3737 },
3838 "peerDependencies" : {
39- "react" : " >=0.14.0 " ,
39+ "react" : " >=0.14.9 " ,
4040 "redux-devtools" : " ^3.0.0"
4141 },
4242 "dependencies" : {
4343 "get-params" : " ^0.1.2" ,
44+ "prop-types" : " ^15.5.10" ,
4445 "redux-devtools-themes" : " ^1.0.0"
4546 }
4647}
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' ;
23import getParams from 'get-params' ;
34import * as themes from 'redux-devtools-themes' ;
45
You can’t perform that action at this time.
0 commit comments