Skip to content

Commit

Permalink
chore: upgrade native-expo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjastrzebski committed Sep 22, 2024
1 parent de1eb0b commit cc83bda
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 126 deletions.
6 changes: 3 additions & 3 deletions examples/native-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"expo": "^51.0.23",
"expo": "^51.0.32",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.3"
"react-native": "0.74.5"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand All @@ -26,7 +26,7 @@
"danger": "^12.2.0",
"jest": "^29.7.0",
"react-test-renderer": "^18.2.0",
"reassure": "^1.1.0",
"reassure": "^1.2.0",
"typescript": "~5.3.3"
},
"private": true
Expand Down
Loading

0 comments on commit cc83bda

Please sign in to comment.