From f7f92dd1f520a21b8b04dc6d175bdf05e1de664f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 08:43:29 +0000 Subject: [PATCH] build(deps-dev): bump react-native-builder-bob from 0.29.1 to 0.30.2 Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.29.1 to 0.30.2. - [Release notes](https://github.com/callstack/react-native-builder-bob/releases) - [Changelog](https://github.com/callstack/react-native-builder-bob/blob/main/packages/react-native-builder-bob/CHANGELOG.md) - [Commits](https://github.com/callstack/react-native-builder-bob/commits/react-native-builder-bob@0.30.2/packages/react-native-builder-bob) --- updated-dependencies: - dependency-name: react-native-builder-bob dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 63b7dba..4525163 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "prettier": "^2.0.5", "react": "18.3.0", "react-native": "0.75.1", - "react-native-builder-bob": "^0.29.1", + "react-native-builder-bob": "^0.30.2", "react-native-gesture-handler": ">=2.5.0", "react-native-safe-area-context": "^4.10.8", "react-native-reanimated": ">=3.0.0", diff --git a/yarn.lock b/yarn.lock index 61d6dc7..91af249 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8358,10 +8358,10 @@ react-is@^18.0.0: resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e" integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg== -react-native-builder-bob@^0.29.1: - version "0.29.1" - resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.29.1.tgz#a79163354b7249187dfe091ec15476b6037acf8b" - integrity sha512-+ylWgxioe5tkAL8DQImU/9xuTZsyA8F8yZiHiVo/LT98Gb/p4jv6DEeZ65LziqKWnDHcbsLiuwD25L75fXFS2Q== +react-native-builder-bob@^0.30.2: + version "0.30.2" + resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.30.2.tgz#3084995f17c4867c322202df065740d49142ccf2" + integrity sha512-tkBlzQw+h96YVQbU7GVbSReYNj00IJzIsStrdXCyq3Z2kjpNcG8V0w8HhvOSDsX0SRVvqorzqpbUFeqg57XXDA== dependencies: "@babel/core" "^7.25.2" "@babel/plugin-transform-strict-mode" "^7.24.7"