File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 59
59
"lodash-webpack-plugin" : " 0.10.0" ,
60
60
"mocha" : " 3.0.2" ,
61
61
"path" : " 0.12.7" ,
62
+ "prop-types" : " ^15.0.0-0" ,
62
63
"react" : " 15.3.1" ,
63
64
"react-addons-test-utils" : " 15.3.1" ,
64
65
"react-dom" : " 15.3.1" ,
71
72
"webpack-hot-middleware" : " 2.12.2"
72
73
},
73
74
"peerDependencies" : {
75
+ "prop-types" : " ^15.0.0-0" ,
74
76
"react" : " ^0.14.0 || ^15.0.0" ,
75
77
"react-dom" : " ^0.14.0 || ^15.0.0" ,
76
- "react-sizeme" : " ^2.0.0 "
78
+ "react-sizeme" : " ^2.3.2 "
77
79
},
78
80
"config" : {
79
81
"commitizen" : {
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 invariant from 'invariant' ;
3
4
import sizeMe from 'react-sizeme' ;
4
5
import mergeWith from './utils/mergeWith' ;
You can’t perform that action at this time.
0 commit comments