Skip to content

Commit 2288576

Browse files
authored
Merge pull request #1866 from StoDevX/hotfix/1861-revert-to-bugsnag-rn-2.5.1
Revert bugsnag-react-native upgrade to 2.6.0 in #1850
2 parents ca0f0b7 + 32ce43a commit 2288576

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

android/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,5 @@ allprojects {
3030
// react-native-custom-tabs requires this maven repository
3131
url "https://jitpack.io"
3232
}
33-
maven {
34-
// currently used for bugsnag-react-native
35-
url 'https://maven.google.com'
36-
}
3733
}
3834
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@hawkrives/react-native-search-bar": "3.0.0-3",
5454
"@hawkrives/react-native-sortable-list": "1.0.1",
5555
"buffer": "5.0.8",
56-
"bugsnag-react-native": "2.6.0",
56+
"bugsnag-react-native": "2.5.1",
5757
"css-select": "1.2.0",
5858
"dedent": "0.7.0",
5959
"delay": "2.0.0",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,9 +1135,9 @@ [email protected]:
11351135
base64-js "^1.0.2"
11361136
ieee754 "^1.1.4"
11371137

1138-
bugsnag-react-native@2.6.0:
1139-
version "2.6.0"
1140-
resolved "https://registry.yarnpkg.com/bugsnag-react-native/-/bugsnag-react-native-2.6.0.tgz#cc5e882890c612e69bb447ff9d1a237960f1eca7"
1138+
bugsnag-react-native@2.5.1:
1139+
version "2.5.1"
1140+
resolved "https://registry.yarnpkg.com/bugsnag-react-native/-/bugsnag-react-native-2.5.1.tgz#d7617febd8ae692c5f92ce6d06890c6c0a2def12"
11411141
dependencies:
11421142
prop-types "^15.6.0"
11431143

0 commit comments

Comments
 (0)