mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Bump up packages
This commit is contained in:
@@ -1,51 +0,0 @@
|
||||
diff --git a/node_modules/@sentry/react-native/ios/RNSentry.h b/node_modules/@sentry/react-native/ios/RNSentry.h
|
||||
index 6f7df58..84b50c9 100644
|
||||
--- a/node_modules/@sentry/react-native/ios/RNSentry.h
|
||||
+++ b/node_modules/@sentry/react-native/ios/RNSentry.h
|
||||
@@ -1,7 +1,7 @@
|
||||
#if __has_include(<React/RCTBridge.h>)
|
||||
#import <React/RCTBridge.h>
|
||||
#else
|
||||
-#import "RCTBridge.h"
|
||||
+#import <React/RCTBridge.h>
|
||||
#endif
|
||||
|
||||
@interface RNSentry : NSObject <RCTBridgeModule>
|
||||
diff --git a/node_modules/@sentry/react-native/ios/RNSentry.m b/node_modules/@sentry/react-native/ios/RNSentry.m
|
||||
index 32a6087..003a001 100644
|
||||
--- a/node_modules/@sentry/react-native/ios/RNSentry.m
|
||||
+++ b/node_modules/@sentry/react-native/ios/RNSentry.m
|
||||
@@ -3,7 +3,7 @@
|
||||
#if __has_include(<React/RCTConvert.h>)
|
||||
#import <React/RCTConvert.h>
|
||||
#else
|
||||
-#import "RCTConvert.h"
|
||||
+#import <React/RCTConvert.h>
|
||||
#endif
|
||||
|
||||
#import <Sentry/Sentry.h>
|
||||
diff --git a/node_modules/@sentry/react-native/react-native.config.js b/node_modules/@sentry/react-native/react-native.config.js
|
||||
index f85fa01..053999b 100644
|
||||
--- a/node_modules/@sentry/react-native/react-native.config.js
|
||||
+++ b/node_modules/@sentry/react-native/react-native.config.js
|
||||
@@ -1,18 +1,10 @@
|
||||
module.exports = {
|
||||
dependency: {
|
||||
platforms: {
|
||||
- ios: {
|
||||
- sharedLibraries: ['libz']
|
||||
- },
|
||||
+ ios: {},
|
||||
android: {
|
||||
packageInstance: 'new RNSentryPackage()'
|
||||
}
|
||||
- },
|
||||
- hooks: {
|
||||
- postlink:
|
||||
- 'node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android',
|
||||
- postunlink:
|
||||
- 'node node_modules/@sentry/wizard/dist/bin.js -i reactNative -p ios android --uninstall'
|
||||
}
|
||||
}
|
||||
};
|
||||
\ No newline at end of file
|
@@ -1,5 +1,5 @@
|
||||
diff --git a/node_modules/react-native-fast-image/RNFastImage.podspec b/node_modules/react-native-fast-image/RNFastImage.podspec
|
||||
index db0fada..a869641 100644
|
||||
index db0fada..c68771e 100644
|
||||
--- a/node_modules/react-native-fast-image/RNFastImage.podspec
|
||||
+++ b/node_modules/react-native-fast-image/RNFastImage.podspec
|
||||
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
|
||||
@@ -8,7 +8,7 @@ index db0fada..a869641 100644
|
||||
s.dependency 'React-Core'
|
||||
- s.dependency 'SDWebImage', '~> 5.11.1'
|
||||
- s.dependency 'SDWebImageWebPCoder', '~> 0.8.4'
|
||||
+ s.dependency 'SDWebImage', '~> 5.13.3'
|
||||
+ s.dependency 'SDWebImage', '~> 5.13.4'
|
||||
+ s.dependency 'SDWebImageWebPCoder', '~> 0.9.0'
|
||||
end
|
||||
diff --git a/node_modules/react-native-fast-image/android/build.gradle b/node_modules/react-native-fast-image/android/build.gradle
|
||||
|
Reference in New Issue
Block a user