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

build(deps): bump react-native-svg from 12.5.0 to 13.14.0 in /example #66

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 example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-native-gesture-handler": "^2.13.1",
"react-native-safe-area-context": "^4.6.4",
"react-native-screens": "^3.25.0",
"react-native-svg": "^12.1.0",
"react-native-svg": "^13.14.0",
"react-native-vector-icons": "10.0.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2943,7 +2943,7 @@ __metadata:
react-native-gesture-handler: ^2.13.1
react-native-safe-area-context: ^4.6.4
react-native-screens: ^3.25.0
react-native-svg: ^12.1.0
react-native-svg: ^13.14.0
react-native-vector-icons: 10.0.0
typescript: ^4.4.3
languageName: unknown
Expand Down Expand Up @@ -7771,16 +7771,16 @@ __metadata:
languageName: node
linkType: hard

"react-native-svg@npm:^12.1.0":
version: 12.5.0
resolution: "react-native-svg@npm:12.5.0"
"react-native-svg@npm:^13.14.0":
version: 13.14.0
resolution: "react-native-svg@npm:13.14.0"
dependencies:
css-select: ^5.1.0
css-tree: ^1.1.3
peerDependencies:
react: "*"
react-native: ">=0.50.0"
checksum: 94790f0baa0fa982606fa6743b969c7120260a27bef1391d602ebe428b62cfc3338da5477fa2587a1193297faaf3b51056f5f26260c2c067c87dffe0b3194625
react-native: "*"
checksum: 4668028563ae0ca669003cc29ff5f03fd5b13a61d53273f294f04a496cbc0af6003277025793d01fb9c3a53af4515839185578d59e9eecb072587178b751c234
languageName: node
linkType: hard

Expand Down
Loading