diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-17 18:30:08 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-08-17 18:30:08 -0700 |
commit | ee9cf7402f8e0ff49e251fb7d00727144a75965d (patch) | |
tree | c24f14fa99770e38cfbf8cbbe65bf5310a2e4c82 /yarn.lock | |
parent | 4342d0f84cd0fcd1b85a7b5fbce87048384e079e (diff) | |
download | voidsky-ee9cf7402f8e0ff49e251fb7d00727144a75965d.tar.zst |
Bump react-native-gesture-handler@2.12.1
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/yarn.lock b/yarn.lock index 7c17baecf..45bc4df99 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17029,10 +17029,10 @@ react-native-fs@^2.20.0: base-64 "^0.1.0" utf8 "^3.0.0" -react-native-gesture-handler@~2.9.0: - version "2.9.0" - resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241" - integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg== +react-native-gesture-handler@^2.12.1: + version "2.12.1" + resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.12.1.tgz#f11a99fb95169810c6886fad5efa01a17fd81660" + integrity sha512-deqh36bw82CFUV9EC4tTo2PP1i9HfCOORGS3Zmv71UYhEZEHkzZv18IZNPB+2Awzj45vLIidZxGYGFxHlDSQ5A== dependencies: "@egjs/hammerjs" "^2.0.17" hoist-non-react-statics "^3.3.0" |