From 886a32c728a67bbe59f513d06bf560a82a521886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 13:32:33 +0000 Subject: [PATCH] Bump the react-navigation group across 1 directory with 3 updates Bumps the react-navigation group with 3 updates in the /generators/react-native/templates directory: [@react-navigation/drawer](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/drawer), [@react-navigation/native](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/native) and [@react-navigation/stack](https://github.com/react-navigation/react-navigation/tree/HEAD/packages/stack). Updates `@react-navigation/drawer` from 6.7.2 to 7.0.13 - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/drawer/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/drawer@7.0.13/packages/drawer) Updates `@react-navigation/native` from 6.1.18 to 7.0.8 - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/native/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/native@7.0.8/packages/native) Updates `@react-navigation/stack` from 6.4.1 to 7.0.13 - [Release notes](https://github.com/react-navigation/react-navigation/releases) - [Changelog](https://github.com/react-navigation/react-navigation/blob/main/packages/stack/CHANGELOG.md) - [Commits](https://github.com/react-navigation/react-navigation/commits/@react-navigation/stack@7.0.13/packages/stack) --- updated-dependencies: - dependency-name: "@react-navigation/drawer" dependency-type: direct:production update-type: version-update:semver-major dependency-group: react-navigation - dependency-name: "@react-navigation/native" dependency-type: direct:production update-type: version-update:semver-major dependency-group: react-navigation - dependency-name: "@react-navigation/stack" dependency-type: direct:production update-type: version-update:semver-major dependency-group: react-navigation ... Signed-off-by: dependabot[bot] --- generators/react-native/templates/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generators/react-native/templates/package.json b/generators/react-native/templates/package.json index b97232064..360396073 100644 --- a/generators/react-native/templates/package.json +++ b/generators/react-native/templates/package.json @@ -3,9 +3,9 @@ "version": "0.0.1", "description": "Dependencies managed by Blueprint - use latest versions", "dependencies": { - "@react-navigation/drawer": "6.7.2", - "@react-navigation/native": "6.1.18", - "@react-navigation/stack": "6.4.1", + "@react-navigation/drawer": "7.0.13", + "@react-navigation/native": "7.0.8", + "@react-navigation/stack": "7.0.13", "apisauce": "3.1.0", "format-json": "1.0.3", "formik": "2.4.6",