From dcc3e0ee9b4a5a2f7153815f86f8bd2ac861a25a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Apr 2024 16:47:58 -0400 Subject: [PATCH] chore(deps): bump react-native in /tests/react-native/End2End (#5118) Bumps [react-native](https://github.com/facebook/react-native) from 0.60.3 to 0.69.12. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG-pre-070.md) - [Commits](https://github.com/facebook/react-native/compare/v0.60.3...v0.69.12) --- updated-dependencies: - dependency-name: react-native dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/react-native/End2End/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tests/react-native/End2End/package.json diff --git a/tests/react-native/End2End/package.json b/tests/react-native/End2End/package.json old mode 100755 new mode 100644 index 79e766f8501e..e1daf6842615 --- a/tests/react-native/End2End/package.json +++ b/tests/react-native/End2End/package.json @@ -13,7 +13,7 @@ "detox": "^17.0.2", "jest-junit": "^11.0.1", "react": "16.8.6", - "react-native": "0.60.3", + "react-native": "0.69.12", "react-native-get-random-values": "^1.6.0", "react-native-url-polyfill": "^1.3.0" },