From 281ed84da3213486255e40eee4f4ac0ba1b6009a Mon Sep 17 00:00:00 2001 From: jakubstec Date: Fri, 17 Jul 2026 12:10:28 +0200 Subject: [PATCH] chore: apply upgrade helper changes (update package.json to 0.86.0) --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1e25239b..c41c4ce7 100644 --- a/package.json +++ b/package.json @@ -67,10 +67,10 @@ "@react-native-community/cli": "20.1.0", "@react-native-community/cli-platform-android": "20.1.0", "@react-native-community/cli-platform-ios": "20.1.0", - "@react-native/babel-preset": "0.85.3", - "@react-native/eslint-config": "0.85.3", - "@react-native/eslint-plugin": "^0.85.3", - "@react-native/metro-config": "0.85.3", + "@react-native/babel-preset": "0.86.0", + "@react-native/eslint-config": "0.86.0", + "@react-native/eslint-plugin": "^0.86.0", + "@react-native/metro-config": "0.86.0", "@release-it/conventional-changelog": "^5.0.0", "@types/jest": "^29.5.14", "@types/react": "^19.2.0", @@ -100,7 +100,7 @@ "prettier": "2.8.8", "react": "19.2.3", "react-dom": "19.2.3", - "react-native": "0.85.3", + "react-native": "0.86.0", "react-native-builder-bob": "^0.30.2", "react-native-web": "^0.20.0", "react-native-worklets": "0.10.2",