From 2408f15e0a82d13ce4e4655a782c486dcddfba73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:01:41 +0000 Subject: [PATCH] chore(deps-dev): bump react-native-builder-bob from 0.21.3 to 0.22.0 Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.21.3 to 0.22.0. - [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.22.0/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 | 15 ++++----------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index a39a14c..9045542 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "prettier": "^3.0.3", "react": "18.2.0", "react-native": "0.72.4", - "react-native-builder-bob": "^0.21.0", + "react-native-builder-bob": "^0.22.0", "release-it": "^16.1.2", "ts-node": "^10.9.1", "typescript": "^5.0.4" diff --git a/yarn.lock b/yarn.lock index 3fb30e9..a8994d1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6219,11 +6219,6 @@ jest@^29.5.0: import-local "^3.0.2" jest-cli "^29.6.4" -jetifier@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/jetifier/-/jetifier-2.0.0.tgz#699391367ca1fe7bc4da5f8bf691eb117758e4cb" - integrity sha512-J4Au9KuT74te+PCCCHKgAjyLlEa+2VyIAEPNCdE5aNkAJ6FAJcAqcdzEkSnzNksIa9NkGmC4tPiClk2e7tCJuQ== - joi@^17.2.1: version "17.8.3" resolved "https://registry.yarnpkg.com/joi/-/joi-17.8.3.tgz#d772fe27a87a5cda21aace5cf11eee8671ca7e6f" @@ -7870,10 +7865,10 @@ react-is@^17.0.1: resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0" integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w== -react-native-builder-bob@^0.21.0: - version "0.21.3" - resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.21.3.tgz#6cdef5a020bae60286e72c6941df9a2d410e3f19" - integrity sha512-ZlEXWzgIRfRvQEDEYnoTeJ2og5zDbORB0BMGzpE34TxO22+DZeXH4yFYUtZLrUxvUi5WVo/1V2sVjjnUNZL85Q== +react-native-builder-bob@^0.22.0: + version "0.22.0" + resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.22.0.tgz#6b55e073888c0f69421c024e7e524d194a887df6" + integrity sha512-dp4CmeF5rC9iehQaSZaZAfMyE3QWeU4xjsJ05oOty09qQB7PzC5bwo1RLlP1dCb+TbQqRcoP2gDoUQW1m+f4Mw== dependencies: "@babel/core" "^7.18.5" "@babel/plugin-proposal-class-properties" "^7.17.12" @@ -7894,8 +7889,6 @@ react-native-builder-bob@^0.21.0: prompts "^2.4.2" which "^2.0.2" yargs "^17.5.1" - optionalDependencies: - jetifier "^2.0.0" react-native@0.72.4: version "0.72.4"