From 30aa290d33bf914748101c0c0e3638b8e8331031 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:36:03 +0000 Subject: [PATCH] build(deps-dev): bump the development-dependencies group across 1 directory with 6 updates Bumps the development-dependencies group with 6 updates in the /example directory: | Package | From | To | | --- | --- | --- | | [@react-native/babel-preset](https://github.com/facebook/react-native) | `0.75.4` | `0.76.5` | | [@react-native/metro-config](https://github.com/facebook/react-native/tree/HEAD/packages/metro-config) | `0.75.4` | `0.76.5` | | [@react-native/typescript-config](https://github.com/facebook/react-native/tree/HEAD/packages/typescript-config) | `0.75.4` | `0.76.5` | | [@rnx-kit/metro-config](https://github.com/microsoft/rnx-kit/tree/HEAD/packages/metro-config) | `1.3.17` | `2.0.1` | | [react-native-builder-bob](https://github.com/callstack/react-native-builder-bob/tree/HEAD/packages/react-native-builder-bob) | `0.30.3` | `0.35.2` | | [react-native-test-app](https://github.com/microsoft/react-native-test-app) | `3.10.22` | `4.0.8` | Updates `@react-native/babel-preset` from 0.75.4 to 0.76.5 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/compare/v0.75.4...v0.76.5) Updates `@react-native/metro-config` from 0.75.4 to 0.76.5 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/metro-config) Updates `@react-native/typescript-config` from 0.75.4 to 0.76.5 - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.76.5/packages/typescript-config) Updates `@rnx-kit/metro-config` from 1.3.17 to 2.0.1 - [Release notes](https://github.com/microsoft/rnx-kit/releases) - [Changelog](https://github.com/microsoft/rnx-kit/blob/main/packages/metro-config/CHANGELOG.md) - [Commits](https://github.com/microsoft/rnx-kit/commits/@rnx-kit/metro-config@2.0.1/packages/metro-config) Updates `react-native-builder-bob` from 0.30.3 to 0.35.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.35.2/packages/react-native-builder-bob) Updates `react-native-test-app` from 3.10.22 to 4.0.8 - [Release notes](https://github.com/microsoft/react-native-test-app/releases) - [Commits](https://github.com/microsoft/react-native-test-app/compare/3.10.22...4.0.8) --- updated-dependencies: - dependency-name: "@react-native/babel-preset" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@react-native/metro-config" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@react-native/typescript-config" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@rnx-kit/metro-config" dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies - dependency-name: react-native-builder-bob dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: react-native-test-app dependency-type: direct:development update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- example/package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/example/package.json b/example/package.json index 2afc9daf..4e8ee38b 100644 --- a/example/package.json +++ b/example/package.json @@ -26,13 +26,13 @@ "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", "@babel/runtime": "^7.20.0", - "@react-native/babel-preset": "^0.75.0", - "@react-native/metro-config": "^0.75.0", - "@react-native/typescript-config": "^0.75.0", - "@rnx-kit/metro-config": "^1.3.15", + "@react-native/babel-preset": "^0.76.5", + "@react-native/metro-config": "^0.76.5", + "@react-native/typescript-config": "^0.76.5", + "@rnx-kit/metro-config": "^2.0.1", "jest": "^29.7.0", - "react-native-builder-bob": "^0.30.0", - "react-native-test-app": "^3.9.0" + "react-native-builder-bob": "^0.35.2", + "react-native-test-app": "^4.0.8" }, "engines": { "node": ">=18"