Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-native-svg to v14 #1775

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-sodium": "^0.4.0",
"react-native-svg": "^13.7.0",
"react-native-svg": "^14.0.0",
"react-native-tab-view": "^3.3.0",
"react-native-webview": "^11.26.0",
"recoil": "^0.7.6",
Expand Down
19 changes: 6 additions & 13 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6003,14 +6003,7 @@ __metadata:
languageName: node
linkType: hard

"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.9":
version: 4.2.10
resolution: "graceful-fs@npm:4.2.10"
checksum: 4223a833e38e1d0d2aea630c2433cfb94ddc07dfc11d511dbd6be1d16688c5be848acc31f9a5d0d0ddbfb56d2ee5a6ae0278aceeb0ca6a13f27e06b9956fb952
languageName: node
linkType: hard

"graceful-fs@npm:^4.2.6":
"graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.2, graceful-fs@npm:^4.1.3, graceful-fs@npm:^4.1.6, graceful-fs@npm:^4.2.0, graceful-fs@npm:^4.2.4, graceful-fs@npm:^4.2.6, graceful-fs@npm:^4.2.9":
version: 4.2.11
resolution: "graceful-fs@npm:4.2.11"
checksum: 386d011a553e02bc594ac2ca0bd6d9e4c22d7fa8cfbfc448a6d148c59ea881b092db9dbe3547ae4b88e55f1b01f7c4a2ecc53b310c042793e63aa44cf6c257f2
Expand Down Expand Up @@ -7948,7 +7941,7 @@ __metadata:
react-native-safe-area-context: "npm:^4.4.1"
react-native-screens: "npm:^3.18.2"
react-native-sodium: "npm:^0.4.0"
react-native-svg: "npm:^13.7.0"
react-native-svg: "npm:^14.0.0"
react-native-tab-view: "npm:^3.3.0"
react-native-webview: "npm:^11.26.0"
react-test-renderer: "npm:18.2.0"
Expand Down Expand Up @@ -9832,16 +9825,16 @@ __metadata:
languageName: node
linkType: hard

"react-native-svg@npm:^13.7.0":
version: 13.8.0
resolution: "react-native-svg@npm:13.8.0"
"react-native-svg@npm:^14.0.0":
version: 14.0.0
resolution: "react-native-svg@npm:14.0.0"
dependencies:
css-select: "npm:^5.1.0"
css-tree: "npm:^1.1.3"
peerDependencies:
react: "*"
react-native: "*"
checksum: f9acdd0c38918d64474da279b46a682d02a9964ed82400415fe4145b2c19d711b5981480c3273be05afc96ae771bf437568f9d6ecf872cdad7b7ff9c37328207
checksum: ab5a85d852f3668c1651f1541840fa35333904ce21748026d913cf44c53382de2e11147560ee97092a4fe3e89f7a4b260b3a2469d53422f0095fa21d7a4f466d
languageName: node
linkType: hard

Expand Down
Loading