Skip to content

Commit a269ece

Browse files
committed
chore: bump to 0.77.1 - package.json, Gemfile, some other minor changes
1 parent 8c4ac22 commit a269ece

File tree

14 files changed

+1428
-871
lines changed

14 files changed

+1428
-871
lines changed

Example/Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem 'concurrent-ruby', '< 1.3.4'

Example/Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ PLATFORMS
106106
DEPENDENCIES
107107
activesupport (>= 6.1.7.5, != 7.1.0)
108108
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
109+
concurrent-ruby (< 1.3.4)
110+
xcodeproj (< 1.26.0)
109111

110112
RUBY VERSION
111113
ruby 3.2.1p31

Example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ buildscript {
44
minSdkVersion = 24
55
compileSdkVersion = 35
66
targetSdkVersion = 34
7-
ndkVersion = "26.1.10909125"
8-
kotlinVersion = "1.9.24"
7+
ndkVersion = "27.1.12297006"
8+
kotlinVersion = "2.0.21"
99
}
1010
repositories {
1111
google()

Example/package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@react-navigation/stack": "link:../react-navigation/packages/stack/",
2727
"nanoid": "^4.0.2",
2828
"react": "18.3.1",
29-
"react-native": "0.76.0-rc.6",
29+
"react-native": "0.77.1",
3030
"react-native-gesture-handler": "^2.20.0",
3131
"react-native-reanimated": "^3.16.0",
3232
"react-native-restart": "^0.0.27",
@@ -41,18 +41,17 @@
4141
"@babel/core": "^7.25.2",
4242
"@babel/preset-env": "^7.25.3",
4343
"@babel/runtime": "^7.25.0",
44-
"@react-native-community/cli": "15.0.0-alpha.2",
45-
"@react-native-community/cli-platform-android": "15.0.0-alpha.2",
46-
"@react-native-community/cli-platform-ios": "15.0.0-alpha.2",
47-
"@react-native/babel-preset": "0.76.0-rc.6",
48-
"@react-native/eslint-config": "0.76.0-rc.6",
49-
"@react-native/metro-config": "0.76.0-rc.6",
50-
"@react-native/typescript-config": "0.76.0-rc.6",
51-
"@types/jest": "^29.2.5",
44+
"@react-native-community/cli": "15.0.1",
45+
"@react-native-community/cli-platform-android": "15.0.1",
46+
"@react-native-community/cli-platform-ios": "15.0.1",
47+
"@react-native/babel-preset": "0.77.1",
48+
"@react-native/eslint-config": "0.77.1",
49+
"@react-native/metro-config": "0.77.1",
50+
"@react-native/typescript-config": "0.77.1",
51+
"@types/jest": "^29.5.13",
5252
"@types/react": "^18.2.72",
5353
"@types/react-native": "0.72.2",
5454
"@types/react-test-renderer": "^18.0.0",
55-
"babel-jest": "^29.6.3",
5655
"detox": "^20.17.0",
5756
"eslint": "^8.19.0",
5857
"glob-to-regexp": "^0.4.1",

0 commit comments

Comments
 (0)