Skip to content
This repository was archived by the owner on Sep 6, 2025. It is now read-only.

Commit 9d9ca6a

Browse files
fix(deps): update dependency react-native-svg to v15
1 parent 5ee53ed commit 9d9ca6a

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"react-native-remote-svg": "2.0.11",
5050
"react-native-safe-area-context": "4.9.0",
5151
"react-native-screens": "3.30.1",
52-
"react-native-svg": "13.14.0",
52+
"react-native-svg": "15.4.0",
5353
"react-native-vector-icons": "10.0.3",
5454
"react-native-video": "6.0.0-beta.7",
5555
"react-native-webview": "13.8.4",

yarn.lock

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7690,6 +7690,15 @@ react-native-svg@13.14.0:
76907690
css-select "^5.1.0"
76917691
css-tree "^1.1.3"
76927692

7693+
react-native-svg@15.4.0:
7694+
version "15.4.0"
7695+
resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.4.0.tgz#a4929deece1f438282e18d007b12af5e4f718fda"
7696+
integrity sha512-zkBEbme/Dba4yqreg/oI2P6/6LrLywWY7HhaSwpU7Pb5COpTd2fV6/ShsgZz8GRFFdidUPwWmx01FITUsjhkmw==
7697+
dependencies:
7698+
css-select "^5.1.0"
7699+
css-tree "^1.1.3"
7700+
warn-once "0.1.1"
7701+
76937702
react-native-table-component@1.2.2:
76947703
version "1.2.2"
76957704
resolved "https://registry.yarnpkg.com/react-native-table-component/-/react-native-table-component-1.2.2.tgz#1c9bdcd8f1fd7edf10d1e93ebc3b7877ecd74def"
@@ -8856,7 +8865,7 @@ walker@^1.0.7, walker@^1.0.8:
88568865
dependencies:
88578866
makeerror "1.0.12"
88588867

8859-
warn-once@^0.1.0:
8868+
warn-once@0.1.1, warn-once@^0.1.0:
88608869
version "0.1.1"
88618870
resolved "https://registry.yarnpkg.com/warn-once/-/warn-once-0.1.1.tgz#952088f4fb56896e73fd4e6a3767272a3fccce43"
88628871
integrity sha512-VkQZJbO8zVImzYFteBXvBOZEl1qL175WH8VmZcxF2fZAoudNhNDvHi+doCaAEdU2l2vtcIwa2zn0QK5+I1HQ3Q==

0 commit comments

Comments
 (0)