From 069f01b5785b926f1a7db28fc5e990c752c318ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 19:28:36 +0100 Subject: [PATCH] chore(deps-dev): bump the react-native group across 1 directory with 2 updates (#478) Bumps the react-native group with 2 updates in the /packages/template directory: [react-native](https://github.com/facebook/react-native/tree/HEAD/packages/react-native) and [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native). Updates `react-native` from 0.75.4 to 0.76.6 - [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.6/packages/react-native) Updates `@react-native/eslint-config` from 0.75.4 to 0.76.6 - [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.6/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native - dependency-name: "@react-native/eslint-config" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: react-native ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- packages/template/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/template/package.json b/packages/template/package.json index 8ecd884bf..7d358e796 100644 --- a/packages/template/package.json +++ b/packages/template/package.json @@ -52,7 +52,7 @@ "registry": "https://registry.npmjs.org/" }, "devDependencies": { - "@react-native/eslint-config": "^0.75.2", + "@react-native/eslint-config": "^0.76.6", "@types/jest": "^29.5.12", "@types/react": "^18.3.4", "eslint": "^8.57.0", @@ -61,7 +61,7 @@ "nitro-codegen": "*", "prettier": "^3.3.3", "react": "^18.3.1", - "react-native": "^0.75.2", + "react-native": "^0.76.6", "react-native-nitro-modules": "*", "typescript": "^5.5.4" },