File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 100100 "invariant" : " ^2.0.0" ,
101101 "lodash" : " ^4.2.0" ,
102102 "lodash-es" : " ^4.2.0" ,
103- "loose-envify" : " ^1.1.0"
103+ "loose-envify" : " ^1.1.0" ,
104+ "prop-types" : " ^15.0.0"
104105 },
105106 "peerDependencies" : {
106107 "react" : " ^0.14.0 || ^15.0.0-0 || ^16.0.0-0" ,
Original file line number Diff line number Diff line change 1- import { Component , PropTypes , Children } from 'react'
1+ import { Component , Children } from 'react'
2+ import PropTypes from 'prop-types'
23import { storeShape , subscriptionShape } from '../utils/PropTypes'
34import warning from '../utils/warning'
45
Original file line number Diff line number Diff line change 1- import { PropTypes } from 'react '
1+ import PropTypes from 'prop-types '
22
33export const subscriptionShape = PropTypes . shape ( {
44 trySubscribe : PropTypes . func . isRequired ,
You can’t perform that action at this time.
0 commit comments