Skip to content

Commit

Permalink
feat: update rnsvg
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqingchen committed Jan 10, 2023
1 parent 048af52 commit 13afd20
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -901,7 +901,7 @@ SPEC CHECKSUMS:
RNGestureHandler: bad495418bcbd3ab47017a38d93d290ebd406f50
RNReanimated: f0d66bda3d074c43c72a18f4fd4f4c26687bc1fd
RNScreens: 34cc502acf1b916c582c60003dc3089fa01dc66d
RNSVG: 3a79c0c4992213e4f06c08e62730c5e7b9e4dc17
RNSVG: d787d64ca06b9158e763ad2638a8c4edce00782a
RNSyanImagePicker: 5c650d33f16f7cd59c47d9269f6c4856b30d7616
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
TZImagePickerController: e9909edbadf7381140efc5b5c9f5bdbfd630f7d4
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -136,6 +136,6 @@
"webpack": "5.69.0"
},
"resolutions": {
"react-native-svg": "~13.6.0"
"react-native-svg": "~13.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 13afd20

Please sign in to comment.