File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 19
19
"test:watch" : " jest --watch" ,
20
20
"test:ci" : " jest && codecov"
21
21
},
22
- "dependencies" : {},
22
+ "dependencies" : {
23
+ "prop-types" : " ^15.5.7"
24
+ },
23
25
"peerDependencies" : {
24
26
"react" : " 15.x || 16.x"
25
27
},
Original file line number Diff line number Diff line change 1
- import React , { PureComponent , PropTypes } from 'react' ;
1
+ import React , { PureComponent } from 'react' ;
2
+ import PropTypes from 'prop-types' ;
2
3
import SizeAndPositionManager from './SizeAndPositionManager' ;
3
4
import {
4
5
ALIGN_CENTER ,
Original file line number Diff line number Diff line change @@ -2639,7 +2639,7 @@ fb-watchman@^2.0.0:
2639
2639
dependencies :
2640
2640
bser "^2.0.0"
2641
2641
2642
- fbjs@^0.8.1, fbjs@^0.8.4 :
2642
+ fbjs@^0.8.1, fbjs@^0.8.4, fbjs@^0.8.9 :
2643
2643
version "0.8.9"
2644
2644
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.9.tgz#180247fbd347dcc9004517b904f865400a0c8f14"
2645
2645
dependencies :
5267
5267
dependencies :
5268
5268
asap "~2.0.3"
5269
5269
5270
+ prop-types@^15.5.7 :
5271
+ version "15.5.7"
5272
+ resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.7.tgz#231c4f29cdd82e355011d4889386ca9059544dd1"
5273
+ dependencies :
5274
+ fbjs "^0.8.9"
5275
+
5270
5276
proxy-addr@~1.1.2 :
5271
5277
version "1.1.3"
5272
5278
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-1.1.3.tgz#dc97502f5722e888467b3fa2297a7b1ff47df074"
You can’t perform that action at this time.
0 commit comments