Skip to content

Commit 4972552

Browse files
Update dependency react-native-gesture-handler to ~2.21.0
1 parent a7e14bf commit 4972552

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react": "18.2.0",
2121
"react-dom": "18.2.0",
2222
"react-native": "0.71.8",
23-
"react-native-gesture-handler": "~2.9.0",
23+
"react-native-gesture-handler": "~2.21.0",
2424
"react-native-reanimated": "~2.14.4",
2525
"react-native-safe-area-context": "4.5.0",
2626
"react-native-screens": "~3.20.0",

yarn.lock

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4785,7 +4785,7 @@ lodash.throttle@^4.1.1:
47854785
resolved "https://registry.yarnpkg.com/lodash.throttle/-/lodash.throttle-4.1.1.tgz#c23e91b710242ac70c37f1e1cda9274cc39bf2f4"
47864786
integrity sha512-wIkUCfVKpVsWo3JSZlc+8MB5it+2AN5W8J7YVMST30UrvcQNZ1Okbj+rbVniijTWE6FGYy4XJq/rHkas8qJMLQ==
47874787

4788-
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.4:
4788+
lodash@^4.17.13, lodash@^4.17.15, lodash@^4.17.4:
47894789
version "4.17.21"
47904790
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
47914791
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
@@ -6246,15 +6246,14 @@ react-native-codegen@^0.71.5:
62466246
jscodeshift "^0.13.1"
62476247
nullthrows "^1.1.1"
62486248

6249-
react-native-gesture-handler@~2.9.0:
6250-
version "2.9.0"
6251-
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.9.0.tgz#2f63812e523c646f25b9ad660fc6f75948e51241"
6252-
integrity sha512-a0BcH3Qb1tgVqUutc6d3VuWQkI1AM3+fJx8dkxzZs9t06qA27QgURYFoklpabuWpsUTzuKRpxleykp25E8m7tg==
6249+
react-native-gesture-handler@~2.21.0:
6250+
version "2.21.0"
6251+
resolved "https://registry.yarnpkg.com/react-native-gesture-handler/-/react-native-gesture-handler-2.21.0.tgz#b8d8ed4bb4a1ade9d2071741b63f955831388969"
6252+
integrity sha512-8fR1a8EX1aP+TFGiF8pP3UJks2CcfEu7WZzctkJg1yu2DtbVu+uJB/kAPS1XuZxFBKn7pyJcwuQhzuhilzK4DA==
62536253
dependencies:
62546254
"@egjs/hammerjs" "^2.0.17"
62556255
hoist-non-react-statics "^3.3.0"
62566256
invariant "^2.2.4"
6257-
lodash "^4.17.21"
62586257
prop-types "^15.7.2"
62596258

62606259
react-native-gradle-plugin@^0.71.18:

0 commit comments

Comments
 (0)