From 628442b3d2355d95fca691abd0aee36b8146c387 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 09:42:21 +0000 Subject: [PATCH] Bump react-native-svg from 12.4.4 to 13.0.0 in /example Bumps [react-native-svg](https://github.com/react-native-community/react-native-svg) from 12.4.4 to 13.0.0. - [Release notes](https://github.com/react-native-community/react-native-svg/releases) - [Commits](https://github.com/react-native-community/react-native-svg/compare/v12.4.4...v13.0.0) --- updated-dependencies: - dependency-name: react-native-svg dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/package.json b/example/package.json index dfdadb231..7cfe56f7b 100644 --- a/example/package.json +++ b/example/package.json @@ -40,7 +40,7 @@ "@rneui/base": "^4.0.0-rc.6", "react-native-safe-area-context": "^4.3.3", "react-native-screens": "^3.0.0", - "react-native-svg": "^12.1.0", + "react-native-svg": "^13.0.0", "react-native-vector-icons": "9.0.0" }, "optionalDependencies": {