Update react-native-svg-transformer to 1.5.x (#3236)

This commit is contained in:
Johannes Klein
2025-12-02 21:01:50 +01:00
committed by GitHub
parent ca977e9247
commit d289a9c682
3 changed files with 7 additions and 6 deletions

9
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"react-native-share-menu": "github:inaturalist/react-native-share-menu#iNaturalistReactNative",
"react-native-store-review": "^0.4.3",
"react-native-svg": "^15.15.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-svg-transformer": "^1.5.2",
"react-native-url-polyfill": "^2.0.0",
"react-native-vision-camera": "^4.7.2",
"react-native-volume-manager": "^2.0.8",
@@ -20325,9 +20325,10 @@
}
},
"node_modules/react-native-svg-transformer": {
"version": "1.3.0",
"resolved": "https://registry.npmjs.org/react-native-svg-transformer/-/react-native-svg-transformer-1.3.0.tgz",
"integrity": "sha512-SV92uRjENDuanHLVuLy2Sdvt6f8vu7qnG8vC9CwBiAXV0BpWN4/wPvfc+r2WPAkcctRZLLOvrGnGA2o8nZd0cg==",
"version": "1.5.2",
"resolved": "https://registry.npmjs.org/react-native-svg-transformer/-/react-native-svg-transformer-1.5.2.tgz",
"integrity": "sha512-eW4hOtrd30s4SRdN4X1XYxTCu1czsxDGQKmfQ3RFbZMN5yw4ZmiKGGr+lXbQW4uDGZvSoGd9FHL1f+rgGoKg8Q==",
"license": "MIT",
"dependencies": {
"@svgr/core": "^8.1.0",
"@svgr/plugin-jsx": "^8.1.0",