From 5a419a0d16e0e3b4ce7c5ef2b25ab5ce99274184 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 20:35:59 +0000 Subject: [PATCH] chore(deps-dev): bump react-native-builder-bob from 0.20.4 to 0.21.2 Bumps [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) from 0.20.4 to 0.21.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.21.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 0407d36..ab89725 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "eslint-config-airbnb-typescript": "^17.0.0", "eslint-plugin-import": "^2.22.0", "husky": "^8.0.1", - "react-native-builder-bob": "^0.20.0", + "react-native-builder-bob": "^0.21.2", "tap": "^16.3.0", "typescript": "^5.0.2" }, diff --git a/yarn.lock b/yarn.lock index 525bc54..baa8a82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4321,10 +4321,10 @@ react-devtools-core@^4.19.1: shell-quote "^1.6.1" ws "^7" -react-native-builder-bob@^0.20.0: - version "0.20.4" - resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.20.4.tgz#02df01b8dc02f1bb2d566f820e33c5d42bfb9c99" - integrity sha512-3ZmYP8H7Fg2D8/JAPvxT78I4VWzf5DNMUf69cxWPw7Pukt+hHp1PSQ303af63uv1QXxWMJtrQ11+nuUfVqQf0Q== +react-native-builder-bob@^0.21.2: + version "0.21.2" + resolved "https://registry.yarnpkg.com/react-native-builder-bob/-/react-native-builder-bob-0.21.2.tgz#e0d5f158049b9fefbfb1c60a96ae36b15e9b59e2" + integrity sha512-OPPv+tAJ4ddoo8zp0P0GFA3IBkqwMNq9d4CkiQVYba7q27L9BEOGOadI5gwEJZWTfKtjF5nCf26vaRnFXLg4ew== dependencies: "@babel/core" "^7.18.5" "@babel/plugin-proposal-class-properties" "^7.17.12"