diff --git a/template/Gemfile b/template/Gemfile index 5efda89f..7e9845d6 100644 --- a/template/Gemfile +++ b/template/Gemfile @@ -3,4 +3,4 @@ source 'https://rubygems.org' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby '2.7.5' -gem 'cocoapods', '~> 1.11', '>= 1.11.2' +gem 'cocoapods', '~> 1.11', '>= 1.11.3' diff --git a/template/package.json b/template/package.json index 91e77eea..0c4856b4 100644 --- a/template/package.json +++ b/template/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "react": "18.1.0", - "react-native": "0.70.6" + "react-native": "0.70.10" }, "devDependencies": { "@babel/core": "^7.12.9",