Update react-native-svg (#3235)

* Update package.json

* Update package-lock.json

* Update Podfile.lock
This commit is contained in:
Johannes Klein
2025-11-18 23:09:14 +01:00
committed by GitHub
parent 84f58e6c30
commit 66af4f7b20
3 changed files with 10 additions and 9 deletions

View File

@@ -3099,7 +3099,7 @@ PODS:
- ReactCommon/turbomodule/core
- SocketRocket
- Yoga
- RNSVG (15.12.0):
- RNSVG (15.15.0):
- boost
- DoubleConversion
- fast_float
@@ -3126,10 +3126,10 @@ PODS:
- ReactCodegen
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- RNSVG/common (= 15.12.0)
- RNSVG/common (= 15.15.0)
- SocketRocket
- Yoga
- RNSVG/common (15.12.0):
- RNSVG/common (15.15.0):
- boost
- DoubleConversion
- fast_float
@@ -3713,7 +3713,7 @@ SPEC CHECKSUMS:
RNScreens: eff474e98669c2a4dbe7e43ee9464682711182ea
RNShareMenu: ca0a55c45650bc7dffb47bf81a0bd6cd299a330e
RNStoreReview: 77a0cc49341ad0e36e1860d42c70b05b2dfe5086
RNSVG: bc7ccfe884848ac924d2279d9025d41b5f05cb0c
RNSVG: 9965245a32db769d6f959dbc783cb5037d77e690
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
VisionCamera: 4146fa2612c154f893a42a9b1feedf868faa6b23
VisionCameraPluginInatVision: 212f5cfd74939272b73d5f73a071dd0ea42beed3

9
package-lock.json generated
View File

@@ -93,7 +93,7 @@
"react-native-sensitive-info": "^6.0.0-alpha.9",
"react-native-share-menu": "github:inaturalist/react-native-share-menu#iNaturalistReactNative",
"react-native-store-review": "^0.4.3",
"react-native-svg": "^15.12.0",
"react-native-svg": "^15.15.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",
@@ -20309,9 +20309,10 @@
"integrity": "sha512-RSQ6vx2j4p41GwTqNv2VV7yold62j5qDbGEBAjFi6gkXMrMpxFMg+82FPjbh6012tqv6Ebzwfqw6S4m4d7sddw=="
},
"node_modules/react-native-svg": {
"version": "15.12.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.12.0.tgz",
"integrity": "sha512-iE25PxIJ6V0C6krReLquVw6R0QTsRTmEQc4K2Co3P6zsimU/jltcDBKYDy1h/5j9S/fqmMeXnpM+9LEWKJKI6A==",
"version": "15.15.0",
"resolved": "https://registry.npmjs.org/react-native-svg/-/react-native-svg-15.15.0.tgz",
"integrity": "sha512-/Wx6F/IZ88B/GcF88bK8K7ZseJDYt+7WGaiggyzLvTowChQ8BM5idmcd4pK+6QJP6a6DmzL2sfOMukFUn/NArg==",
"license": "MIT",
"dependencies": {
"css-select": "^5.1.0",
"css-tree": "^1.1.3",

View File

@@ -129,7 +129,7 @@
"react-native-sensitive-info": "^6.0.0-alpha.9",
"react-native-share-menu": "github:inaturalist/react-native-share-menu#iNaturalistReactNative",
"react-native-store-review": "^0.4.3",
"react-native-svg": "^15.12.0",
"react-native-svg": "^15.15.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",