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

Commit 9ab3cd0

Browse files
committed
feat: sync latest stack
1 parent 736209d commit 9ab3cd0

File tree

7 files changed

+360
-291
lines changed

7 files changed

+360
-291
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"react": "16.9.0",
1818
"react-dom": "16.9.0",
1919
"react-native": "0.61.4",
20-
"react-native-gesture-handler": "~1.5.0",
20+
"react-native-gesture-handler": "^1.5.5",
2121
"react-native-iphone-x-helper": "^1.2.1",
2222
"react-native-maps": "0.26.1",
2323
"react-native-paper": "^2.15.2",

example/yarn.lock

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1291,6 +1291,13 @@
12911291
exec-sh "^0.3.2"
12921292
minimist "^1.2.0"
12931293

1294+
"@egjs/hammerjs@^2.0.17":
1295+
version "2.0.17"
1296+
resolved "https://registry.yarnpkg.com/@egjs/hammerjs/-/hammerjs-2.0.17.tgz#5dc02af75a6a06e4c2db0202cae38c9263895124"
1297+
integrity sha512-XQsZgjm2EcVUiZQf11UBJQfmZeEmOW8DpI1gsFeln6w0ae0ii4dMQEQ0kjl6DspdWX1aGY1/loyXnP0JS06e/A==
1298+
dependencies:
1299+
"@types/hammerjs" "^2.0.36"
1300+
12941301
12951302
version "3.0.2"
12961303
resolved "https://registry.yarnpkg.com/@expo/bunyan/-/bunyan-3.0.2.tgz#775680bd479a8b79ada4a5676936a58eef1579c9"
@@ -1916,6 +1923,11 @@
19161923
"@types/minimatch" "*"
19171924
"@types/node" "*"
19181925

1926+
"@types/hammerjs@^2.0.36":
1927+
version "2.0.36"
1928+
resolved "https://registry.yarnpkg.com/@types/hammerjs/-/hammerjs-2.0.36.tgz#17ce0a235e9ffbcdcdf5095646b374c2bf615a4c"
1929+
integrity sha512-7TUK/k2/QGpEAv/BCwSHlYu3NXZhQ9ZwBYpzr9tjlPIL2C5BeGhH3DmVavRx3ZNyELX5TLC91JTz/cen6AAtIQ==
1930+
19191931
"@types/http-proxy-middleware@*":
19201932
version "0.19.3"
19211933
resolved "https://registry.yarnpkg.com/@types/http-proxy-middleware/-/http-proxy-middleware-0.19.3.tgz#b2eb96fbc0f9ac7250b5d9c4c53aade049497d03"
@@ -6110,10 +6122,11 @@ [email protected], gzip-size@^5.0.0:
61106122
duplexer "^0.1.1"
61116123
pify "^4.0.1"
61126124

6113-
hammerjs@^2.0.8:
6114-
version "2.0.8"
6115-
resolved "https://registry.yarnpkg.com/hammerjs/-/hammerjs-2.0.8.tgz#04ef77862cff2bb79d30f7692095930222bf60f1"
6116-
integrity sha1-BO93hiz/K7edMPdpIJWTAiK/YPE=
6125+
"hammerjs@git+https://github.com/naver/hammer.js.git":
6126+
version "2.0.17-snapshot"
6127+
resolved "git+https://github.com/naver/hammer.js.git#54bc698b25edd6e1b76ca975ebaced5ce0467d51"
6128+
dependencies:
6129+
"@types/hammerjs" "^2.0.36"
61176130

61186131
handle-thing@^2.0.0:
61196132
version "2.0.0"
@@ -9958,12 +9971,13 @@ react-lifecycles-compat@^3.0.4:
99589971
resolved "https://registry.yarnpkg.com/react-lifecycles-compat/-/react-lifecycles-compat-3.0.4.tgz#4f1a273afdfc8f3488a8c516bfda78f872352362"
99599972
integrity sha512-fBASbA6LnOU9dOU2eW7aQ8xmYBSXUIWr+UmF9b1efZBazGNO+rcXT/icdKnYm2pTwcRylVUYwW7H1PHfLekVzA==
99609973

9961-
react-native-gesture-handler@~1.5.0:
9962-
version "1.5.2"
9963-
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.5.2.tgz#281111550bf1eee10b7feba5278d142169892731"
9964-
integrity sha512-Xp03dq4XYVTD0xmWx4DW4eX+ox1NQLjHmbykspTdS5FCNIVIOekVXRLFCw1698/v8dYUHApNo6K3s3BCD8fqPA==
9974+
react-native-gesture-handler@^1.5.5:
9975+
version "1.5.5"
9976+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-1.5.5.tgz#513d6d65c4e24efd6d69be0006c7cd3bc9045358"
9977+
integrity sha512-viypCSRpo064BdpkVL2FnPLZiEK3piJ1WZxydFXgeZj+avJxd6VnTFoh9+IDFk2M0Eadoy6D1ZV1TqBMGHtqGg==
99659978
dependencies:
9966-
hammerjs "^2.0.8"
9979+
"@egjs/hammerjs" "^2.0.17"
9980+
hammerjs "https://github.com/naver/hammer.js.git"
99679981
hoist-non-react-statics "^2.3.1"
99689982
invariant "^2.2.4"
99699983
prop-types "^15.7.2"

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.62",
53+
"@react-navigation/stack": "^5.0.0-alpha.66",
5454
"@release-it/conventional-changelog": "^1.1.0",
5555
"@types/color": "^3.0.1",
5656
"@types/jest": "^24.0.25",
@@ -67,7 +67,7 @@
6767
"react": "~16.9.0",
6868
"react-dom": "~16.9.0",
6969
"react-native": "~0.61.4",
70-
"react-native-gesture-handler": "^1.5.3",
70+
"react-native-gesture-handler": "^1.5.5",
7171
"react-native-safe-area-context": "^0.6.2",
7272
"react-native-screens": "^2.0.0-alpha.22",
7373
"react-navigation": "^4.0.10",

0 commit comments

Comments
 (0)