From 13afd200ad2a16eac7c04ed10f96c660ed620bed Mon Sep 17 00:00:00 2001 From: zhiqingchen <329604487@qq.com> Date: Tue, 10 Jan 2023 17:29:34 +0800 Subject: [PATCH] feat: update rnsvg --- ios/Podfile.lock | 4 ++-- package.json | 4 ++-- yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 0d5b0974..fa324db2 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -526,7 +526,7 @@ PODS: - RNScreens (3.18.2): - React-Core - React-RCTImage - - RNSVG (13.6.0): + - RNSVG (13.7.0): - React-Core - RNSyanImagePicker (0.5.3): - React @@ -901,7 +901,7 @@ SPEC CHECKSUMS: RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50 RNReanimated: f0d66bda3d074c43c72a18f4fd4f4c26687bc1fd RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d - RNSVG: 3a79c0c4992213e4f06c08e62730c5e7b9e4dc17 + RNSVG: d787d64ca06b9158e763ad2638a8c4edce00782a RNSyanImagePicker: 5c650d33f16f7cd59c47d9269f6c4856b30d7616 SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 TZImagePickerController: e9909edbadf7381140efc5b5c9f5bdbfd630f7d4 diff --git a/package.json b/package.json index b85e766d..14bbad3d 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,7 @@ "react-native-safe-area-context": "~4.3.1", "react-native-screens": "^3.15.0", "react-native-splash-screen": "^3.2.0", - "react-native-svg": "~13.6.0", + "react-native-svg": "~13.7.0", "react-native-syan-image-picker": "0.5.3", "react-native-webview": "~11.23.0", "taro-lottie": "^1.0.2", @@ -136,6 +136,6 @@ "webpack": "5.69.0" }, "resolutions": { - "react-native-svg": "~13.6.0" + "react-native-svg": "~13.7.0" } } diff --git a/yarn.lock b/yarn.lock index 6ec705e2..7403c6e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -15561,10 +15561,10 @@ react-native-svg-transformer@^0.14.3: path-dirname "^1.0.2" semver "^5.6.0" -react-native-svg@~13.6.0: - version "13.6.0" - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.6.0.tgz#46e95a44aabbd778db7c46d8a1047da376b28058" - integrity sha512-1wjHCMJ8siyZbDZ0MX5wM+Jr7YOkb6GADn4/Z+/u1UwJX8WfjarypxDF3UO1ugMHa+7qor39oY+URMcrgPpiww== +react-native-svg@~13.7.0: + version "13.7.0" + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-13.7.0.tgz#be2ffb935e996762543dd7376bdc910722f7a43c" + integrity sha512-WR5CIURvee5cAfvMhmdoeOjh1SC8KdLq5u5eFsz4pbYzCtIFClGSkLnNgkMSDMVV5LV0qQa4jeIk75ieIBzaDA== dependencies: css-select "^5.1.0" css-tree "^1.1.3"