File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 4848 "dependencies" : {
4949 "babel-runtime" : " ^6.11.6" ,
5050 "invariant" : " ^2.2.1" ,
51- "lodash" : " ^4.12.0"
51+ "lodash" : " ^4.12.0" ,
52+ "prop-types" : " ^15.5.6"
5253 },
5354 "peerDependencies" : {
5455 "react" : " ^0.14.0 || ^15.0.0" ,
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 ReactDOM from 'react-dom' ;
34import { storiesOf } from '@kadira/storybook' ;
45import style from './Storybook.scss' ;
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 { findDOMNode } from 'react-dom' ;
34import invariant from 'invariant' ;
45
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 { findDOMNode } from 'react-dom' ;
34import invariant from 'invariant' ;
45
You can’t perform that action at this time.
0 commit comments