Skip to content

Commit

Permalink
chore: updated expo and react native deps (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhom committed Jul 15, 2023
1 parent a1dda71 commit f6f2304
Show file tree
Hide file tree
Showing 5 changed files with 244 additions and 250 deletions.
33 changes: 16 additions & 17 deletions example/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,32 @@
"react-native": "./src/index",
"private": true,
"peerDependencies": {
"@gorhom/portal": "^1.0.13",
"@gorhom/portal": "^1.0.14",
"@gorhom/showcase-template": "^2.1.0",
"@react-native-community/blur": "^3.6.0",
"@react-native-community/masked-view": "0.1.11",
"@react-navigation/bottom-tabs": "^6.0.9",
"@react-navigation/elements": "^1.2.1",
"@react-navigation/material-top-tabs": "^6.0.6",
"@react-navigation/native": "^6.0.6",
"@react-navigation/native-stack": "^6.2.5",
"@react-navigation/stack": "^6.0.11",
"@react-navigation/bottom-tabs": "^6.5.8",
"@react-navigation/elements": "^1.3.18",
"@react-navigation/material-top-tabs": "^6.6.3",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@react-navigation/stack": "^6.3.17",
"faker": "^4.1.0",
"nanoid": "^3.3.3",
"react": "18.2.0",
"react-native": "0.71.3",
"react-native-gesture-handler": "~2.9.0",
"react-native-maps": "^0.30.1",
"react-native-pager-view": "^5.4.24",
"react-native-reanimated": "~2.14.4",
"react-native": "0.72.3",
"react-native-gesture-handler": "2.12.0",
"react-native-maps": "^1.7.1",
"react-native-pager-view": "^6.2.0",
"react-native-reanimated": "3.3.0",
"react-native-redash": "^16.0.11",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "^3.15.0",
"react-native-tab-view": "^3.1.1",
"react-native-safe-area-context": "4.7.1",
"react-native-screens": "^3.22.1",
"react-native-tab-view": "^3.5.2",
"@babel/core": "^7.13.10",
"@babel/runtime": "^7.13.10",
"@types/faker": "^4.1.12",
"@types/react": "18.0.24",
"@types/react-native": "0.71.3",
"@types/react-native": "0.72.2",
"metro-react-native-babel-preset": "^0.67.0",
"typescript": "4.9.4"
}
Expand Down
Loading

0 comments on commit f6f2304

Please sign in to comment.