File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 11
11
'use strict' ;
12
12
13
13
/**
14
- * Keep this in sync with `DeprecatedImageSourcePropType.js`.
15
- *
16
14
* This type is intentionally inexact in order to permit call sites that supply
17
15
* extra properties.
18
16
*/
Original file line number Diff line number Diff line change 119
119
"abort-controller" : " ^3.0.0" ,
120
120
"anser" : " ^1.4.9" ,
121
121
"base64-js" : " ^1.1.2" ,
122
- "deprecated-react-native-prop-types" : " ^2. 3.0" ,
122
+ "deprecated-react-native-prop-types" : " ^3.0.1 " ,
123
123
"event-target-shim" : " ^5.0.1" ,
124
124
"invariant" : " ^2.2.4" ,
125
125
"jest-environment-node" : " ^29.2.1" ,
Original file line number Diff line number Diff line change @@ -3594,10 +3594,10 @@ depd@~1.1.2:
3594
3594
resolved "https://registry.yarnpkg.com/depd/-/depd-1.1.2.tgz#9bcd52e14c097763e749b274c4346ed2e560b5a9"
3595
3595
integrity sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=
3596
3596
3597
- deprecated-react-native-prop-types@^2. 3.0 :
3598
- version "2. 3.0"
3599
- resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-2. 3.0.tgz#c10c6ee75ff2b6de94bb127f142b814e6e08d9ab "
3600
- integrity sha512-pWD0voFtNYxrVqvBMYf5gq3NA2GCpfodS1yNynTPc93AYA/KEMGeWDqqeUB6R2Z9ZofVhks2aeJXiuQqKNpesA ==
3597
+ deprecated-react-native-prop-types@^3.0.1 :
3598
+ version "3.0.1 "
3599
+ resolved "https://registry.yarnpkg.com/deprecated-react-native-prop-types/-/deprecated-react-native-prop-types-3.0.1. tgz#a275f84cd8519cd1665e8df3c99e9067d57a23ec "
3600
+ integrity sha512-J0jCJcsk4hMlIb7xwOZKLfMpuJn6l8UtrPEzzQV5ewz5gvKNYakhBuq9h2rWX7YwHHJZFhU5W8ye7dB9oN8VcQ ==
3601
3601
dependencies :
3602
3602
" @react-native/normalize-color" " *"
3603
3603
invariant "*"
You can’t perform that action at this time.
0 commit comments