Skip to content

Commit 59fbec2

Browse files
committed
update dependencies
1 parent eaff194 commit 59fbec2

5 files changed

+999
-1026
lines changed

ios/Podfile.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ PODS:
511511
- React-perflogger (= 0.72.3)
512512
- RNBootSplash (4.7.5):
513513
- React-Core
514-
- RNCAsyncStorage (1.19.0):
514+
- RNCAsyncStorage (1.19.1):
515515
- React-Core
516516
- RNCClipboard (1.11.2):
517517
- React-Core
@@ -521,9 +521,9 @@ PODS:
521521
- SDWebImageWebPCoder (~> 0.8.4)
522522
- RNFlashList (1.5.0):
523523
- React-Core
524-
- RNGestureHandler (2.12.0):
524+
- RNGestureHandler (2.12.1):
525525
- React-Core
526-
- RNReanimated (3.3.0):
526+
- RNReanimated (3.4.2):
527527
- DoubleConversion
528528
- FBLazyVector
529529
- glog
@@ -552,12 +552,12 @@ PODS:
552552
- React-RCTText
553553
- ReactCommon/turbomodule/core
554554
- Yoga
555-
- RNScreens (3.22.1):
555+
- RNScreens (3.24.0):
556556
- React-Core
557557
- React-RCTImage
558558
- RNSVG (12.1.1):
559559
- React
560-
- RNVectorIcons (9.2.0):
560+
- RNVectorIcons (10.0.0):
561561
- React-Core
562562
- SDWebImage (5.11.1):
563563
- SDWebImage/Core (= 5.11.1)
@@ -847,15 +847,15 @@ SPEC CHECKSUMS:
847847
React-utils: bcb57da67eec2711f8b353f6e3d33bd8e4b2efa3
848848
ReactCommon: 3ccb8fb14e6b3277e38c73b0ff5e4a1b8db017a9
849849
RNBootSplash: 85f6b879c080e958afdb4c62ee04497b05fd7552
850-
RNCAsyncStorage: 4b98ac3c64efa4e35c1197cb0c5ca5e9f5d4c666
850+
RNCAsyncStorage: f47fe18526970a69c34b548883e1aeceb115e3e1
851851
RNCClipboard: 3f0451a8100393908bea5c5c5b16f96d45f30bfc
852852
RNFastImage: 5c9c9fed9c076e521b3f509fe79e790418a544e8
853853
RNFlashList: 25b0e092b4470c84db0386d4f5316dc34123bb6d
854-
RNGestureHandler: dec4645026e7401a0899f2846d864403478ff6a5
855-
RNReanimated: 9f7068e43b9358a46a688d94a5a3adb258139457
856-
RNScreens: 50ffe2fa2342eabb2d0afbe19f7c1af286bc7fb3
854+
RNGestureHandler: c0d04458598fcb26052494ae23dda8f8f5162b13
855+
RNReanimated: 726395a2fa2f04cea340274ba57a4e659bc0d9c1
856+
RNScreens: b21dc57dfa2b710c30ec600786a3fc223b1b92e7
857857
RNSVG: 551acb6562324b1d52a4e0758f7ca0ec234e278f
858-
RNVectorIcons: fcc2f6cb32f5735b586e66d14103a74ce6ad61f8
858+
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
859859
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
860860
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
861861
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test": "jest"
1919
},
2020
"dependencies": {
21-
"@georstat/react-native-image-cache": "^2.3.0",
21+
"@georstat/react-native-image-cache": "^2.9.0",
2222
"@loadable/component": "^5.15.2",
2323
"@react-native-async-storage/async-storage": "^1.17.4",
2424
"@react-native-camera-roll/camera-roll": "^5.2.4",
@@ -48,7 +48,7 @@
4848
"react-native-safe-area-context": "3.3.2",
4949
"react-native-screens": "^3.13.1",
5050
"react-native-svg": "12.1.1",
51-
"react-native-vector-icons": "^9.1.0",
51+
"react-native-vector-icons": "^10.0.0",
5252
"react-native-volume-manager": "^1.5.1",
5353
"react-native-webview": "^11.23.0",
5454
"react-redux": "^8.0.1",

patches/native-base+3.4.28.patch

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/node_modules/native-base/src/core/NativeBaseProvider.tsx b/node_modules/native-base/src/core/NativeBaseProvider.tsx
2-
index 43b4bd1..dd1329c 100644
2+
index 43b4bd1..77803a3 100644
33
--- a/node_modules/native-base/src/core/NativeBaseProvider.tsx
44
+++ b/node_modules/native-base/src/core/NativeBaseProvider.tsx
55
@@ -4,7 +4,6 @@ import {
@@ -10,11 +10,12 @@ index 43b4bd1..dd1329c 100644
1010
import { theme as defaultTheme, ITheme } from './../theme';
1111
import type { IColorModeProviderProps } from './color-mode';
1212
import HybridProvider from './hybrid-overlay/HybridProvider';
13-
@@ -94,7 +93,7 @@ const NativeBaseProvider = (props: NativeBaseProviderProps) => {
13+
@@ -94,7 +93,8 @@ const NativeBaseProvider = (props: NativeBaseProviderProps) => {
1414
<OverlayProvider isSSR>
1515
<ToastProvider>
1616
<InitializeToastRef />
1717
- <SSRProvider>{children}</SSRProvider>
18+
+ {/* https://github.com/GeekyAnts/NativeBase/issues/5758 */}
1819
+ {children}
1920
</ToastProvider>
2021
</OverlayProvider>

patches/react-native-vector-icons+9.2.0.patch

-19
This file was deleted.

0 commit comments

Comments
 (0)