Skip to content

Commit

Permalink
bump bugsnag deps
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jul 11, 2023
1 parent 6ce909a commit e38a4bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@
"author": "Bugsnag",
"license": "MIT",
"dependencies": {
"@bugsnag/core": "^7.16.0",
"@bugsnag/core": "^7.19.0",
"@bugsnag/delivery-expo": "^48.0.0",
"@bugsnag/plugin-browser-session": "^7.16.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.16.0",
"@bugsnag/plugin-browser-session": "^7.19.0",
"@bugsnag/plugin-console-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-expo-app": "^48.0.0",
"@bugsnag/plugin-expo-app-state-breadcrumbs": "^48.0.0",
"@bugsnag/plugin-expo-connectivity-breadcrumbs": "^48.0.0",
"@bugsnag/plugin-expo-device": "^48.1.0",
"@bugsnag/plugin-network-breadcrumbs": "^7.16.0",
"@bugsnag/plugin-react": "^7.16.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.16.0",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.16.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.16.0",
"@bugsnag/source-maps": "^2.3.0",
"bugsnag-build-reporter": "^1.0.1"
"@bugsnag/plugin-network-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-react": "^7.19.0",
"@bugsnag/plugin-react-native-global-error-handler": "^7.19.0",
"@bugsnag/plugin-react-native-orientation-breadcrumbs": "^7.19.0",
"@bugsnag/plugin-react-native-unhandled-rejection": "^7.19.0",
"@bugsnag/source-maps": "^2.3.1",
"bugsnag-build-reporter": "^2.0.0"
},
"devDependencies": {
"expo-constants": "~14.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-expo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"author": "Bugsnag",
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.16.0",
"@bugsnag/core": "^7.19.0",
"expo-application": "~5.3.0",
"expo-constants": "~14.4.2"
},
Expand Down

0 comments on commit e38a4bc

Please sign in to comment.