Skip to content

Commit

Permalink
Add bugsnag deps to test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jul 24, 2024
1 parent 1e35283 commit 2d93632
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion features/fixtures/test-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"web": "expo start --web"
},
"dependencies": {
"@bugsnag/expo": "*",
"@react-native-community/netinfo": "9.3.10",
"expo": "^49.0.0",
"expo-application": "~5.3.0",
Expand All @@ -22,7 +23,10 @@
"react-native": "0.72.3"
},
"devDependencies": {
"@babel/core": "^7.20.0"
"@babel/core": "^7.20.0",
"@bugsnag/plugin-expo-eas-sourcemaps": "*",
"@bugsnag/source-maps": "^2.3.1",
"bugsnag-expo-cli": "*"
},
"private": true
}

0 comments on commit 2d93632

Please sign in to comment.