Update to react-native-vector-icons 10.2.0 (#2913)

This commit is contained in:
Johannes Klein
2025-05-20 09:51:03 +02:00
committed by GitHub
parent 83eed85a74
commit 2ba2d366bf
3 changed files with 7 additions and 7 deletions

View File

@@ -1189,7 +1189,7 @@ PODS:
- React-Core
- RNSVG (15.1.0):
- React-Core
- RNVectorIcons (10.0.3):
- RNVectorIcons (10.2.0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
@@ -1613,7 +1613,7 @@ SPEC CHECKSUMS:
RNShareMenu: e1cdfa3b9af89416afc75a80377cfd0de4f30ded
RNStoreReview: 613c43e9132998ed41a65946e20c223c91b36464
RNSVG: a31e321979e3001f56ba9331d10ac917f8ad1851
RNVectorIcons: 102cd20472bf0d7cd15443d43cd87f9c97228ac3
RNVectorIcons: 04d49881dab53fb3397b1129085271d9d21885c1
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
VisionCamera: f02de0b1b6b1516b327bd8215237a97e7386db8a
VisionCameraPluginInatVision: 9562479ff3360026c99b2dc2013127950ea31bbe

8
package-lock.json generated
View File

@@ -94,7 +94,7 @@
"react-native-svg": "^15.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-vector-icons": "^10.2.0",
"react-native-vision-camera": "4.0.5",
"react-native-volume-manager": "^1.10.0",
"react-native-webview": "^13.8.4",
@@ -18006,9 +18006,9 @@
}
},
"node_modules/react-native-vector-icons": {
"version": "10.0.3",
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.0.3.tgz",
"integrity": "sha512-ZgVlV5AdQgnPHHvBEihGf2xwyziT1acpXV1U+WfCgCv3lcEeCRsmwAsBU+kUSNsU+8TcWVsX04kdI6qUaS8D7w==",
"version": "10.2.0",
"resolved": "https://registry.npmjs.org/react-native-vector-icons/-/react-native-vector-icons-10.2.0.tgz",
"integrity": "sha512-n5HGcxUuVaTf9QJPs/W22xQpC2Z9u0nb0KgLPnVltP8vdUvOp6+R26gF55kilP/fV4eL4vsAHUqUjewppJMBOQ==",
"dependencies": {
"prop-types": "^15.7.2",
"yargs": "^16.1.1"

View File

@@ -128,7 +128,7 @@
"react-native-svg": "^15.1.0",
"react-native-svg-transformer": "^1.3.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-vector-icons": "^10.0.3",
"react-native-vector-icons": "^10.2.0",
"react-native-vision-camera": "4.0.5",
"react-native-volume-manager": "^1.10.0",
"react-native-webview": "^13.8.4",