Skip to content

Commit

Permalink
Bump test fixture to SDK 50
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jan 31, 2024
1 parent 1211602 commit eab0c3a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"web": "expo start --web"
},
"dependencies": {
"@react-native-community/netinfo": "9.3.10",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
"expo-constants": "~14.4.2",
"expo-crypto": "~12.4.1",
"expo-device": "~5.4.0",
"expo-file-system": "~15.4.2",
"expo-screen-orientation": "~6.0.2",
"expo-status-bar": "~1.6.0",
"@react-native-community/netinfo": "11.1.0",
"expo": "^50.0.0",
"expo-application": "~5.8.3",
"expo-constants": "~15.4.5",
"expo-crypto": "~12.8.0",
"expo-device": "~5.9.3",
"expo-file-system": "~16.0.5",
"expo-screen-orientation": "~6.4.1",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.72.3"
"react-native": "0.73.2"
},
"devDependencies": {
"@babel/core": "^7.20.0"
Expand Down

0 comments on commit eab0c3a

Please sign in to comment.