From 466e00cbffa513d5b295afe28e3619a0e3c828fe Mon Sep 17 00:00:00 2001 From: elie Date: Mon, 17 Apr 2023 17:00:45 +0200 Subject: [PATCH] Bump react native version to 71.6 --- android-app-with-rn/package.json | 2 +- ios-app-with-rn/package.json | 2 +- rn-app-with-native/Gemfile | 5 ++--- rn-app-with-native/package.json | 4 ++-- rum-react-navigation-async/Gemfile | 5 ++--- rum-react-navigation-async/package.json | 4 ++-- rum-react-navigation-codepush/Gemfile | 5 ++--- rum-react-navigation-codepush/package.json | 4 ++-- rum-react-navigation/Gemfile | 5 ++--- rum-react-navigation/package.json | 4 ++-- 10 files changed, 18 insertions(+), 22 deletions(-) diff --git a/android-app-with-rn/package.json b/android-app-with-rn/package.json index c1a5d80..3bd1aff 100644 --- a/android-app-with-rn/package.json +++ b/android-app-with-rn/package.json @@ -11,7 +11,7 @@ "@react-navigation/native": "^6.1.4", "@react-navigation/native-stack": "^6.9.10", "react": "18.2.0", - "react-native": "^0.71.3", + "react-native": "^0.71.6", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0" diff --git a/ios-app-with-rn/package.json b/ios-app-with-rn/package.json index b42eac0..3362197 100644 --- a/ios-app-with-rn/package.json +++ b/ios-app-with-rn/package.json @@ -11,7 +11,7 @@ "@react-navigation/native": "^6.1.4", "@react-navigation/native-stack": "^6.9.10", "react": "18.2.0", - "react-native": "^0.71.2", + "react-native": "^0.71.6", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0" diff --git a/rn-app-with-native/Gemfile b/rn-app-with-native/Gemfile index 567e598..feee0df 100644 --- a/rn-app-with-native/Gemfile +++ b/rn-app-with-native/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby File.read(File.join(__dir__, '.ruby-version')).strip - -gem 'cocoapods', '~> 1.11', '>= 1.11.3' +ruby '>= 2.6.10' +gem 'cocoapods', '>= 1.11.3' diff --git a/rn-app-with-native/package.json b/rn-app-with-native/package.json index a1371d2..e6d9e88 100644 --- a/rn-app-with-native/package.json +++ b/rn-app-with-native/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^6.1.4", "@react-navigation/native-stack": "^6.9.10", "react": "18.2.0", - "react-native": "0.71.3", + "react-native": "0.71.6", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.20.0" @@ -32,7 +32,7 @@ "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", - "metro-react-native-babel-preset": "0.73.7", + "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" diff --git a/rum-react-navigation-async/Gemfile b/rum-react-navigation-async/Gemfile index 567e598..feee0df 100644 --- a/rum-react-navigation-async/Gemfile +++ b/rum-react-navigation-async/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby File.read(File.join(__dir__, '.ruby-version')).strip - -gem 'cocoapods', '~> 1.11', '>= 1.11.3' +ruby '>= 2.6.10' +gem 'cocoapods', '>= 1.11.3' diff --git a/rum-react-navigation-async/package.json b/rum-react-navigation-async/package.json index 4741a99..0991c19 100644 --- a/rum-react-navigation-async/package.json +++ b/rum-react-navigation-async/package.json @@ -15,7 +15,7 @@ "@react-navigation/native": "^6.1.3", "@react-navigation/native-stack": "^6.9.9", "react": "18.2.0", - "react-native": "0.71.2", + "react-native": "0.71.6", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.19.0", @@ -35,7 +35,7 @@ "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", - "metro-react-native-babel-preset": "0.73.7", + "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" diff --git a/rum-react-navigation-codepush/Gemfile b/rum-react-navigation-codepush/Gemfile index 567e598..feee0df 100644 --- a/rum-react-navigation-codepush/Gemfile +++ b/rum-react-navigation-codepush/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby File.read(File.join(__dir__, '.ruby-version')).strip - -gem 'cocoapods', '~> 1.11', '>= 1.11.3' +ruby '>= 2.6.10' +gem 'cocoapods', '>= 1.11.3' diff --git a/rum-react-navigation-codepush/package.json b/rum-react-navigation-codepush/package.json index bbb2d87..1200c07 100644 --- a/rum-react-navigation-codepush/package.json +++ b/rum-react-navigation-codepush/package.json @@ -19,7 +19,7 @@ "patch-package": "^6.5.1", "postinstall-postinstall": "^2.1.0", "react": "18.2.0", - "react-native": "0.71.2", + "react-native": "0.71.6", "react-native-code-push": "^7.1.0", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", @@ -40,7 +40,7 @@ "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", - "metro-react-native-babel-preset": "0.73.7", + "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4" diff --git a/rum-react-navigation/Gemfile b/rum-react-navigation/Gemfile index 567e598..feee0df 100644 --- a/rum-react-navigation/Gemfile +++ b/rum-react-navigation/Gemfile @@ -1,6 +1,5 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version -ruby File.read(File.join(__dir__, '.ruby-version')).strip - -gem 'cocoapods', '~> 1.11', '>= 1.11.3' +ruby '>= 2.6.10' +gem 'cocoapods', '>= 1.11.3' diff --git a/rum-react-navigation/package.json b/rum-react-navigation/package.json index 1de99fd..f89c968 100644 --- a/rum-react-navigation/package.json +++ b/rum-react-navigation/package.json @@ -16,7 +16,7 @@ "@react-navigation/native-stack": "^6.9.9", "datadog-react-native-wizard": "^0.1.0", "react": "18.2.0", - "react-native": "0.71.2", + "react-native": "0.71.6", "react-native-performance-limiter": "^0.1.1", "react-native-safe-area-context": "^4.5.0", "react-native-screens": "^3.19.0", @@ -36,7 +36,7 @@ "babel-jest": "^29.2.1", "eslint": "^8.19.0", "jest": "^29.2.1", - "metro-react-native-babel-preset": "0.73.7", + "metro-react-native-babel-preset": "0.73.9", "prettier": "^2.4.1", "react-test-renderer": "18.2.0", "typescript": "4.8.4"