mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:24:56 -06:00
upgrade react-router-native to 4.3.0
This commit is contained in:
parent
a308c07c70
commit
1de6f74a07
2 changed files with 8 additions and 8 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"react-native-maps": "0.19.0",
|
||||
"react-native-material-ui": "1.22.0",
|
||||
"react-native-vector-icons": "6.0.2",
|
||||
"react-router-native": "~4.1.0",
|
||||
"react-router-native": "^4.3.0",
|
||||
"react-router-native-button": "^1.2.0",
|
||||
"recompose": "^0.23.4",
|
||||
"rxjs": "^5.4.2"
|
||||
|
|
|
|||
14
yarn.lock
14
yarn.lock
|
|
@ -4338,7 +4338,7 @@ promise@^7.1.1:
|
|||
dependencies:
|
||||
asap "~2.0.3"
|
||||
|
||||
prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
|
||||
prop-types@^15.5.10, prop-types@^15.5.8, prop-types@^15.6.0, prop-types@^15.6.1, prop-types@^15.6.2:
|
||||
version "15.6.2"
|
||||
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
|
||||
dependencies:
|
||||
|
|
@ -4570,14 +4570,14 @@ react-router-native-button@^1.2.0:
|
|||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/react-router-native-button/-/react-router-native-button-1.2.0.tgz#2ecfaa08ad8d320a19df168c573f741facfc3338"
|
||||
|
||||
react-router-native@~4.1.0:
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router-native/-/react-router-native-4.1.1.tgz#9f8385cd81cb4c1897b751e35563440c9054a07b"
|
||||
react-router-native@^4.3.0:
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/react-router-native/-/react-router-native-4.3.0.tgz#4ad821f0543a96694d8ec4ee735a299e330181a1"
|
||||
dependencies:
|
||||
prop-types "^15.5.4"
|
||||
react-router "^4.1.1"
|
||||
prop-types "^15.6.1"
|
||||
react-router "^4.3.0"
|
||||
|
||||
react-router@^4.1.1:
|
||||
react-router@^4.3.0:
|
||||
version "4.3.1"
|
||||
resolved "https://registry.yarnpkg.com/react-router/-/react-router-4.3.1.tgz#aada4aef14c809cb2e686b05cee4742234506c4e"
|
||||
dependencies:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue