From 13ad063a2be4c99f62907dd96e0bf73df9f46307 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 15:10:06 +0000 Subject: [PATCH] chore(deps-dev): bump react-native-builder-bob from 0.22.0 to 0.23.0 Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.22.0 to 0.23.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.23.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 | 20 +++++--------------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/package.json b/package.json index 7ac4d8f..6174a7e 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.22.0", + "react-native-builder-bob": "^0.23.0", "release-it": "^16.2.0", "ts-node": "^10.9.1", "typescript": "^5.0.4" diff --git a/yarn.lock b/yarn.lock index afcd290..75f73ac 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3693,7 +3693,7 @@ cosmiconfig-typescript-loader@^4.0.0: resolved "https://registry.yarnpkg.com/cosmiconfig-typescript-loader/-/cosmiconfig-typescript-loader-4.3.0.tgz#c4259ce474c9df0f32274ed162c0447c951ef073" integrity sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q== -cosmiconfig@8.3.6: +cosmiconfig@8.3.6, cosmiconfig@^8.0.0: version "8.3.6" resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.3.6.tgz#060a2b871d66dba6c8538ea1118ba1ac16f5fae3" integrity sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA== @@ -3724,16 +3724,6 @@ cosmiconfig@^7.0.1: path-type "^4.0.0" yaml "^1.10.0" -cosmiconfig@^8.0.0: - version "8.2.0" - resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-8.2.0.tgz#f7d17c56a590856cd1e7cee98734dca272b0d8fd" - integrity sha512-3rTMnFJA1tCOPwRxtgF4wd7Ab2qvDbL8jX+3smjIbS4HlZBagTlpERbdN7iAbWlrfxE3M8c27kTwTawQ7st+OQ== - dependencies: - import-fresh "^3.2.1" - js-yaml "^4.1.0" - parse-json "^5.0.0" - path-type "^4.0.0" - create-jest@^29.7.0: version "29.7.0" resolved "https://registry.yarnpkg.com/create-jest/-/create-jest-29.7.0.tgz#a355c5b3cb1e1af02ba177fe7afd7feee49a5320" @@ -7990,10 +7980,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.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== +react-native-builder-bob@^0.23.0: + version "0.23.0" + resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.23.0.tgz#2627a9abe9dd01a28f333b95c28f40dba7373f7b" + integrity sha512-Qx0h7J34bBBFGp4bvbXkGa+iqKp7yRo/iyGdhj7wT5LMY629SDMBJdPldD6cue5sI4dj2rdN9jBn3MxxT9+iYg== dependencies: "@babel/core" "^7.18.5" "@babel/plugin-proposal-class-properties" "^7.17.12"