Skip to content
This repository was archived by the owner on Feb 25, 2020. It is now read-only.

Commit 4120368

Browse files
committed
chore: sync latest stack
1 parent 589caff commit 4120368

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@expo/vector-icons": "^10.0.6",
5151
"@react-native-community/bob": "^0.7.0",
5252
"@react-native-community/masked-view": "^0.1.5",
53-
"@react-navigation/stack": "^5.0.0-alpha.50",
53+
"@react-navigation/stack": "^5.0.0-alpha.52",
5454
"@release-it/conventional-changelog": "^1.1.0",
5555
"@types/color": "^3.0.1",
5656
"@types/jest": "^24.0.25",
@@ -82,7 +82,7 @@
8282
"react-native": "*",
8383
"react-native-gesture-handler": "^1.5.0",
8484
"react-native-safe-area-context": "^0.6.0",
85-
"react-native-screens": "^1.0.0 || ^1.0.0-alpha.0 || ^2.0.0-alph.20",
85+
"react-native-screens": "^1.0.0 || ^1.0.0-alpha.0 || ^2.0.0-alpha.20",
8686
"react-navigation": "^4.0.10"
8787
},
8888
"jest": {

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,20 +1388,20 @@
13881388
react-native-safe-area-view "^0.14.1"
13891389
react-native-screens "^1.0.0 || ^1.0.0-alpha"
13901390

1391-
"@react-navigation/routers@^5.0.0-alpha.19":
1392-
version "5.0.0-alpha.19"
1393-
resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.0.0-alpha.19.tgz#2038fd99c0e40e73e528aa54fbc23b1e166e9fbf"
1394-
integrity sha512-lUaXF97TRS738CssjBthnX95qriFi2zJUldGyZ6WD/isKX55/SKdRotsRH4Q4AIsFTrWrAv3MpU5d+naeLD9KQ==
1391+
"@react-navigation/routers@^5.0.0-alpha.20":
1392+
version "5.0.0-alpha.20"
1393+
resolved "https://registry.yarnpkg.com/@react-navigation/routers/-/routers-5.0.0-alpha.20.tgz#f0c89baf2331f01ff90391f3e9a00a9d048a45be"
1394+
integrity sha512-Kxft5TEcA5JWGxw5KyvY/AAC14+yOS7gdtlVm9EhEkZYbJRMudFwj8MnG4XtOll9uhEwJdFLV4e1wbTTJP2Hlw==
13951395
dependencies:
13961396
"@react-navigation/core" "^5.0.0-alpha.30"
13971397
shortid "^2.2.15"
13981398

1399-
"@react-navigation/stack@^5.0.0-alpha.50":
1400-
version "5.0.0-alpha.50"
1401-
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.0.0-alpha.50.tgz#72285d5df0be334846fdf702628283c3644f831b"
1402-
integrity sha512-v+wM5QmU9YT0Z0K6IBc5Oo62iYNc4D3IB0MTxOHCIyrTo1AY9ZsPScxpflYhC2vHDVFSGKIFhO1ghKd1/FFK0A==
1399+
"@react-navigation/stack@^5.0.0-alpha.52":
1400+
version "5.0.0-alpha.52"
1401+
resolved "https://registry.yarnpkg.com/@react-navigation/stack/-/stack-5.0.0-alpha.52.tgz#fb7b8124e654e6d6216360a22344dfc2f1a7e27f"
1402+
integrity sha512-9FT62qy89SFtXVa+HRtMJliUjRv+EuMc1UArk3asZRoorY6Tn/krQ3EbQgaGgPDHlfd/GMVqn+sBfiipR465/Q==
14031403
dependencies:
1404-
"@react-navigation/routers" "^5.0.0-alpha.19"
1404+
"@react-navigation/routers" "^5.0.0-alpha.20"
14051405
color "^3.1.2"
14061406
react-native-iphone-x-helper "^1.2.1"
14071407

0 commit comments

Comments
 (0)