From 1aed093cdc9b0655461b5bf2d7f88e03aa85cfe1 Mon Sep 17 00:00:00 2001 From: rory Date: Wed, 26 Oct 2022 09:52:11 +0100 Subject: [PATCH] Upgrade react-native-svg to 13.4.0 --- ios/Podfile.lock | 4 ++-- package-lock.json | 16 ++++++++-------- package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ios/Podfile.lock b/ios/Podfile.lock index 8932beea5ebd..7a683166e44c 100644 --- a/ios/Podfile.lock +++ b/ios/Podfile.lock @@ -624,7 +624,7 @@ PODS: - RNScreens (3.17.0): - React-Core - React-RCTImage - - RNSVG (12.4.4): + - RNSVG (13.4.0): - React-Core - SDWebImage (5.11.1): - SDWebImage/Core (= 5.11.1) @@ -1015,7 +1015,7 @@ SPEC CHECKSUMS: RNReactNativeHapticFeedback: 1e3efeca9628ff9876ee7cdd9edec1b336913f8c RNReanimated: 6c980139eb3b043569a08b8cb3d92cdf46bd54fa RNScreens: 0df01424e9e0ed7827200d6ed1087ddd06c493f9 - RNSVG: ecd661f380a07ba690c9c5929c475a44f432d674 + RNSVG: 07dbd870b0dcdecc99b3a202fa37c8ca163caec2 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608 diff --git a/package-lock.json b/package-lock.json index 395007f0861c..3715b4eee790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -78,7 +78,7 @@ "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.4.1", "react-native-screens": "3.17.0", - "react-native-svg": "^12.4.4", + "react-native-svg": "^13.4.0", "react-native-webview": "^11.17.2", "react-pdf": "5.7.2", "react-plaid-link": "3.3.2", @@ -35807,16 +35807,16 @@ } }, "node_modules/react-native-svg": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.4.tgz", - "integrity": "sha512-LpcNlEVCURexqPAvQ9ne8KrPVfYz0wIDygwud8VMRmXLezysXzyQN/DTsjm1BO9lIfYp55WQsr3u3yW/vk6iiA==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.4.0.tgz", + "integrity": "sha512-B3TwK+H0+JuRhYPzF21AgqMt4fjhCwDZ9QUtwNstT5XcslJBXC0FoTkdZo8IEb1Sv4suSqhZwlAY6lwOv3tHag==", "dependencies": { "css-select": "^5.1.0", "css-tree": "^1.1.3" }, "peerDependencies": { "react": "*", - "react-native": ">=0.50.0" + "react-native": "*" } }, "node_modules/react-native-svg-transformer": { @@ -70502,9 +70502,9 @@ } }, "react-native-svg": { - "version": "12.4.4", - "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-12.4.4.tgz", - "integrity": "sha512-LpcNlEVCURexqPAvQ9ne8KrPVfYz0wIDygwud8VMRmXLezysXzyQN/DTsjm1BO9lIfYp55WQsr3u3yW/vk6iiA==", + "version": "13.4.0", + "resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-13.4.0.tgz", + "integrity": "sha512-B3TwK+H0+JuRhYPzF21AgqMt4fjhCwDZ9QUtwNstT5XcslJBXC0FoTkdZo8IEb1Sv4suSqhZwlAY6lwOv3tHag==", "requires": { "css-select": "^5.1.0", "css-tree": "^1.1.3" diff --git a/package.json b/package.json index e7d69a1672a3..48f51f3eec6d 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "react-native-render-html": "6.3.1", "react-native-safe-area-context": "4.4.1", "react-native-screens": "3.17.0", - "react-native-svg": "^12.4.4", + "react-native-svg": "^13.4.0", "react-native-webview": "^11.17.2", "react-pdf": "5.7.2", "react-plaid-link": "3.3.2",