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 5959 "lodash-webpack-plugin" : " 0.10.0" ,
6060 "mocha" : " 3.0.2" ,
6161 "path" : " 0.12.7" ,
62+ "prop-types" : " ^15.0.0-0" ,
6263 "react" : " 15.3.1" ,
6364 "react-addons-test-utils" : " 15.3.1" ,
6465 "react-dom" : " 15.3.1" ,
7172 "webpack-hot-middleware" : " 2.12.2"
7273 },
7374 "peerDependencies" : {
75+ "prop-types" : " ^15.0.0-0" ,
7476 "react" : " ^0.14.0 || ^15.0.0" ,
7577 "react-dom" : " ^0.14.0 || ^15.0.0" ,
76- "react-sizeme" : " ^2.0.0 "
78+ "react-sizeme" : " ^2.3.2 "
7779 },
7880 "config" : {
7981 "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' ;
23import invariant from 'invariant' ;
34import sizeMe from 'react-sizeme' ;
45import mergeWith from './utils/mergeWith' ;
You can’t perform that action at this time.
0 commit comments