Skip to content

Commit

Permalink
add react-native-gesture-handler to main deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kilbot committed Feb 15, 2025
1 parent a7fb399 commit 8b90ba6
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 32 deletions.
1 change: 1 addition & 0 deletions apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"react-native": "0.76.7",
"react-native-gesture-handler": "~2.20.2",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
Expand Down
1 change: 1 addition & 0 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@shopify/flash-list": "^1.7.2",
"expo-haptics": "^13.0.1",
"expo-image": "^2.0.5",
"react-native-gesture-handler": "2.20.2",
"react-native-svg": "15.8.0",
"tailwindcss": "3.4.17"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"expo-status-bar": "~1.12.1",
"react-native": "0.76.7",
"react-native-device-info": "^10.14.0",
"react-native-gesture-handler": "~2.20.2",
"react-native-gesture-handler": "2.20.2",
"react-native-reanimated": "3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"peerDependencies": {
"react-native": "0.76.7",
"react-native-gesture-handler": "^2.20.2",
"react-native-gesture-handler": "2.20.2",
"react-native-reanimated": "3.16.1"
},
"dependencies": {
Expand Down
53 changes: 23 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b90ba6

Please sign in to comment.