Skip to content

Commit

Permalink
Fix local turbo by upgrading react-native-svg
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Dec 19, 2024
1 parent 6da87bb commit 2e7dd69
Show file tree
Hide file tree
Showing 4 changed files with 96 additions and 5 deletions.
93 changes: 92 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@types/bn.js": "5.1.0",
"bn.js": "5.1.0",
"moment": "2.24.0",
"react-native-svg": "15.7.1",
"react-native-svg": "15.10.1",
"redux": "4.1.1",
"webpack": "5.88.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1882,7 +1882,7 @@ PODS:
- Yoga
- RNShare (10.0.2):
- React-Core
- RNSVG (15.7.1):
- RNSVG (15.10.1):
- React-Core
- RNZipArchive (7.0.1):
- React-Core
Expand Down Expand Up @@ -2399,7 +2399,7 @@ SPEC CHECKSUMS:
RNScreens: c7ceced6a8384cb9be5e7a5e88e9e714401fd958
RNSentry: 6747516b98b64d55d115ade591143803dbbf9851
RNShare: 859ff710211285676b0bcedd156c12437ea1d564
RNSVG: 4590aa95758149fa27c5c83e54a6a466349a1688
RNSVG: 7ff26379b2d1871b8571e6f9bc9630de6baf9bdf
RNZipArchive: 7bb4c70d6aa2dd235212c0a4a3de0a4e237e2569
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
Expand Down
2 changes: 1 addition & 1 deletion packages/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"react-native-safe-area-context": "4.10.0",
"react-native-screens": "3.35.0",
"react-native-share": "10.0.2",
"react-native-svg": "15.7.1",
"react-native-svg": "15.10.1",
"react-native-svg-transformer": "1.5.0",
"react-native-tab-view": "3.5.2",
"react-native-tiktok": "1.1.1",
Expand Down

0 comments on commit 2e7dd69

Please sign in to comment.