Skip to content

Commit

Permalink
Merge pull request #2672 from gluestack/fix/imageviewer-pkg
Browse files Browse the repository at this point in the history
fix: updated dependencies
  • Loading branch information
rajat693 authored Jan 7, 2025
2 parents 05b1fe6 + c3da468 commit 57929c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/unstyled/image-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,17 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.72.4",
"@react-native-aria/focus": "^0.2.9",
"react-native-builder-bob": "^0.20.1",
"react-native-web": "^0.19.9",
"tsconfig": "7",
"typescript": "^5.6.3"
},
"dependencies": {
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "~3.6.2"
"react-native-reanimated": "~3.6.2",
"@react-native-aria/focus": "^0.2.9",
"@react-native-aria/interactions": "0.2.13",
"@gluestack-ui/utils": "^0.1.14"
},
"peerDependencies": {
"react": ">=16",
Expand Down

0 comments on commit 57929c4

Please sign in to comment.