Skip to content

Commit

Permalink
revert netinfo dependency to v9.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jul 10, 2023
1 parent c48e428 commit 1c5de6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/delivery-expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.16.0",
"@react-native-community/netinfo": "9.4.1",
"@react-native-community/netinfo": "9.3.10",
"expo-crypto": "~12.4.0",
"expo-file-system": "~15.4.2"
},
"peerDependencies": {
"@bugsnag/core": "^7.0.0",
"@react-native-community/netinfo": "9.4.1",
"@react-native-community/netinfo": "9.3.10",
"expo-crypto": "~12.4.0",
"expo-file-system": "~15.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-expo-connectivity-breadcrumbs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"license": "MIT",
"devDependencies": {
"@bugsnag/core": "^7.16.0",
"@react-native-community/netinfo": "9.4.1"
"@react-native-community/netinfo": "9.3.10"
},
"peerDependencies": {
"@bugsnag/core": "^7.0.0",
"@react-native-community/netinfo": "9.4.1"
"@react-native-community/netinfo": "9.3.10"
}
}

0 comments on commit 1c5de6f

Please sign in to comment.