Skip to content

Commit b40472b

Browse files
committed
Fixing Pods issue
1 parent d1851a2 commit b40472b

File tree

2 files changed

+22
-5
lines changed

2 files changed

+22
-5
lines changed

examples/default/ios/Podfile.lock

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,10 +1306,27 @@ PODS:
13061306
- RCTRequired
13071307
- RCTTypeSafety
13081308
- React-Core
1309+
- React-debug
1310+
- React-Fabric
1311+
- React-featureflags
1312+
- React-graphics
1313+
- React-ImageManager
1314+
- React-NativeModulesApple
1315+
- React-RCTFabric
1316+
- React-rendererdebug
1317+
- React-utils
1318+
- ReactCodegen
1319+
- ReactCommon/turbomodule/bridging
1320+
- ReactCommon/turbomodule/core
1321+
- Yoga
13091322
- react-native-webview (13.12.3):
1310-
- RCT-Folly (= 2021.07.22.00)
1323+
- DoubleConversion
1324+
- glog
1325+
- hermes-engine
1326+
- RCT-Folly (= 2024.01.01.00)
1327+
- RCTRequired
1328+
- RCTTypeSafety
13111329
- React-Core
1312-
- React-NativeModulesApple (0.72.3):
13131330
- React-debug
13141331
- React-Fabric
13151332
- React-featureflags
@@ -2038,7 +2055,7 @@ SPEC CHECKSUMS:
20382055
react-native-maps: 72a8a903f8a1b53e2c777ba79102078ab502e0bf
20392056
react-native-safe-area-context: 142fade490cbebbe428640b8cbdb09daf17e8191
20402057
react-native-slider: 4a0f3386a38fc3d2d955efc515aef7096f7d1ee4
2041-
react-native-webview: 849250e66239f661c802a879c59e019da8a0873
2058+
react-native-webview: 926d2665cf3196e39c4449a72d136d0a53b9df8a
20422059
React-nativeconfig: 8c83d992b9cc7d75b5abe262069eaeea4349f794
20432060
React-NativeModulesApple: 9f7920224a3b0c7d04d77990067ded14cee3c614
20442061
React-perflogger: 59e1a3182dca2cee7b9f1f7aab204018d46d1914
@@ -2077,4 +2094,4 @@ SPEC CHECKSUMS:
20772094

20782095
PODFILE CHECKSUM: 9116afa418638f45a5fba99099befb7da0049828
20792096

2080-
COCOAPODS: 1.14.0
2097+
COCOAPODS: 1.15.2

examples/default/yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4427,7 +4427,7 @@ intl-messageformat@^10.1.0:
44274427
"@formatjs/icu-messageformat-parser" "2.9.1"
44284428
tslib "2"
44294429

4430-
invariant@^2.2.4:
4430+
invariant@2.2.4, invariant@^2.2.4:
44314431
version "2.2.4"
44324432
resolved "https://registry.yarnpkg.com/invariant/-/invariant-2.2.4.tgz#610f3c92c9359ce1db616e538008d23ff35158e6"
44334433
integrity sha512-phJfQVBuaJM5raOpJjSfkiD6BpbCE4Ns//LaXl6wGYtUBY83nWS6Rf9tXm2e8VaK60JEjYldbPif/A2B1C2gNA==

0 commit comments

Comments
 (0)