Skip to content

Commit 3a2a4ae

Browse files
committed
dependencies updated
1 parent fb0d652 commit 3a2a4ae

7 files changed

Lines changed: 251 additions & 283 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.13](https://github.com/involvex/awesome-github-app/compare/v0.0.12...v0.0.13) (2026-04-04)
2+
3+
## [0.0.12](https://github.com/involvex/awesome-github-app/compare/0.0.11...v0.0.12) (2026-03-16)
4+
15
## [0.0.11](https://github.com/involvex/awesome-github-app/compare/0.0.10...0.0.11) (2026-03-09)
26

37
## [0.0.10](https://github.com/involvex/awesome-github-app/compare/0.0.9...0.0.10) (2026-03-09)

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ android {
9292
applicationId 'com.involvex.awesomegithubapp'
9393
minSdkVersion rootProject.ext.minSdkVersion
9494
targetSdkVersion rootProject.ext.targetSdkVersion
95-
versionCode 11
96-
versionName "0.0.11"
95+
versionCode 13
96+
versionName "0.0.13"
9797

9898
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
9999
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<resources>
2-
<string name="app_name">awesome-github-app</string>
2+
<string name="app_name">Awesome Github App</string>
33
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
44
<string name="expo_system_ui_user_interface_style" translatable="false">automatic</string>
55
</resources>

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ extensions.configure(com.facebook.react.ReactSettingsExtension) { ex ->
3131
}
3232
expoAutolinking.useExpoModules()
3333

34-
rootProject.name = 'awesome-github-app'
34+
rootProject.name = 'Awesome Github App'
3535

3636
expoAutolinking.useExpoVersionCatalog()
3737

app.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Awesome Github App",
44
"slug": "awesome-github-app",
55
"owner": "involvex",
6-
"version": "0.0.12",
6+
"version": "0.0.13",
77
"orientation": "portrait",
88
"userInterfaceStyle": "automatic",
99
"githubUrl": "https://github.com/involvex/awesome-github-app.git",
@@ -28,7 +28,7 @@
2828
"backgroundColor": "#ffffff"
2929
},
3030
"userInterfaceStyle": "automatic",
31-
"versionCode": 12
31+
"versionCode": 13
3232
},
3333
"web": {
3434
"output": "single",
@@ -37,7 +37,7 @@
3737
},
3838
"ios": {
3939
"bundleIdentifier": "com.involvex.awesomegithubapp",
40-
"buildNumber": "12",
40+
"buildNumber": "13",
4141
"infoPlist": {
4242
"ITSAppUsesNonExemptEncryption": false
4343
}

bun.lock

Lines changed: 212 additions & 248 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "awesome-github-app",
3-
"version": "0.0.12",
3+
"version": "0.0.13",
44
"private": true,
55
"keywords": [
66
"github",
@@ -67,63 +67,63 @@
6767
]
6868
},
6969
"dependencies": {
70-
"@expo/config": "^55.0.1",
70+
"@expo/config": "^55.0.12",
7171
"@octokit/graphql": "^9.0.3",
7272
"@octokit/rest": "^22.0.1",
73-
"@react-native-async-storage/async-storage": "^2.2.0",
74-
"@tanstack/react-query": "^5.90.21",
73+
"@react-native-async-storage/async-storage": "2.2.0",
74+
"@tanstack/react-query": "^5.96.2",
7575
"@testing-library/jest-native": "^5.4.3",
7676
"date-fns": "^4.1.0",
7777
"del-cli": "^7.0.0",
78-
"dotenv": "^17.3.1",
79-
"expo": "~55.0.5",
80-
"expo-auth-session": "~55.0.7",
81-
"expo-constants": "~55.0.7",
82-
"expo-crypto": "~55.0.9",
83-
"expo-dev-client": "~55.0.11",
84-
"expo-font": "~55.0.4",
85-
"expo-image": "~55.0.6",
86-
"expo-linking": "~55.0.7",
87-
"expo-notifications": "~55.0.11",
88-
"expo-router": "~55.0.4",
89-
"expo-secure-store": "~55.0.8",
90-
"expo-splash-screen": "~55.0.10",
91-
"expo-status-bar": "~55.0.4",
92-
"expo-system-ui": "~55.0.9",
78+
"dotenv": "^17.4.0",
79+
"expo": "~55.0.11",
80+
"expo-auth-session": "~55.0.12",
81+
"expo-constants": "~55.0.11",
82+
"expo-crypto": "~55.0.12",
83+
"expo-dev-client": "~55.0.22",
84+
"expo-font": "~55.0.6",
85+
"expo-image": "~55.0.8",
86+
"expo-linking": "~55.0.11",
87+
"expo-notifications": "~55.0.16",
88+
"expo-router": "~55.0.10",
89+
"expo-secure-store": "~55.0.11",
90+
"expo-splash-screen": "~55.0.15",
91+
"expo-status-bar": "~55.0.5",
92+
"expo-system-ui": "~55.0.13",
9393
"expo-vector-icons": "^10.0.1",
9494
"expo-version-bump": "^1.0.2",
95-
"expo-web-browser": "~55.0.9",
95+
"expo-web-browser": "~55.0.12",
9696
"jiti": "^2.6.1",
9797
"react": "19.2.0",
9898
"react-dom": "19.2.0",
99-
"react-native": "0.83.2",
100-
"react-native-gesture-handler": "~2.30.0",
99+
"react-native": "0.83.4",
100+
"react-native-gesture-handler": "~2.30.1",
101101
"react-native-markdown-display": "^7.0.2",
102102
"react-native-reanimated": "4.2.1",
103103
"react-native-safe-area-context": "~5.6.2",
104104
"react-native-screens": "~4.23.0",
105105
"react-native-web": "^0.21.0",
106106
"react-native-worklets": "0.7.2",
107-
"uniwind": "^1.3.2"
107+
"uniwind": "^1.6.1"
108108
},
109109
"devDependencies": {
110110
"@eslint/js": "^10.0.1",
111111
"@testing-library/react-native": "^13.3.3",
112112
"@types/jest": "29.5.14",
113113
"@types/react": "~19.2.10",
114114
"conventional-changelog-cli": "^5.0.0",
115-
"eslint": "^10.0.1",
115+
"eslint": "^10.2.0",
116116
"eslint-plugin-react": "^7.37.5",
117-
"globals": "^17.3.0",
117+
"globals": "^17.4.0",
118118
"jest": "~29.7.0",
119-
"jest-expo": "~55.0.9",
119+
"jest-expo": "~55.0.13",
120120
"minimatch": "9.0.5",
121121
"prettier": "^3.8.1",
122122
"prettier-plugin-organize-imports": "^4.3.0",
123-
"prettier-plugin-packagejson": "^3.0.0",
123+
"prettier-plugin-packagejson": "^3.0.2",
124124
"prettier-plugin-sort-imports": "^1.8.11",
125125
"typescript": "~5.9.2",
126-
"typescript-eslint": "^8.56.0"
126+
"typescript-eslint": "^8.58.0"
127127
},
128128
"expo": {
129129
"doctor": {

0 commit comments

Comments
 (0)