Skip to content

Commit b0908f1

Browse files
authored
Merge pull request #167 from Resgrid/develop
Develop
2 parents addaa0d + cb88c94 commit b0908f1

File tree

3 files changed

+893
-1795
lines changed

3 files changed

+893
-1795
lines changed

.github/workflows/react-native-cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
matrix:
115115
platform: [android, ios]
116-
runs-on: ${{ matrix.platform == 'ios' && 'macos-14' || 'ubuntu-latest' }}
116+
runs-on: ${{ matrix.platform == 'ios' && 'macos-15' || 'ubuntu-latest' }}
117117
environment: RNBuild
118118
steps:
119119
- name: 🏗 Checkout repository
@@ -299,7 +299,7 @@ jobs:
299299
fi
300300
# Write header and notes to file
301301
{
302-
echo "## Version 10.${{ github.run_number }} - $(date +%Y-%m-%d)"
302+
echo "## Version 7.${{ github.run_number }} - $(date +%Y-%m-%d)"
303303
echo
304304
printf '%s\n' "$NOTES"
305305
} > RELEASE_NOTES.md

package.json

Lines changed: 47 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@
5050
"@config-plugins/react-native-callkeep": "^11.0.0",
5151
"@config-plugins/react-native-webrtc": "~12.0.0",
5252
"@dev-plugins/react-query": "~0.2.0",
53-
"@expo/config-plugins": "~9.0.0",
53+
"@expo/config-plugins": "~10.1.1",
5454
"@expo/html-elements": "~0.10.1",
55-
"@expo/metro-runtime": "~4.0.0",
55+
"@expo/metro-runtime": "~5.0.4",
5656
"@gluestack-ui/accordion": "~1.0.6",
5757
"@gluestack-ui/actionsheet": "~0.2.44",
5858
"@gluestack-ui/alert": "~0.1.15",
@@ -94,42 +94,42 @@
9494
"@react-native-community/netinfo": "^11.4.1",
9595
"@rnmapbox/maps": "10.1.42-rc.0",
9696
"@semantic-release/git": "^10.0.1",
97-
"@sentry/react-native": "~6.10.0",
98-
"@shopify/flash-list": "1.7.3",
97+
"@sentry/react-native": "~6.14.0",
98+
"@shopify/flash-list": "1.7.6",
9999
"@tanstack/react-query": "~5.52.1",
100100
"app-icon-badge": "^0.1.2",
101101
"axios": "~1.7.5",
102102
"babel-plugin-module-resolver": "^5.0.2",
103103
"buffer": "^6.0.3",
104104
"date-fns": "^4.1.0",
105-
"expo": "~52.0.46",
106-
"expo-application": "~6.0.2",
107-
"expo-asset": "~11.0.5",
108-
"expo-audio": "~0.3.5",
109-
"expo-av": "~15.0.2",
110-
"expo-build-properties": "~0.13.3",
111-
"expo-constants": "~17.0.8",
112-
"expo-dev-client": "~5.0.20",
113-
"expo-device": "~7.0.3",
114-
"expo-document-picker": "~13.0.3",
115-
"expo-file-system": "~18.0.12",
116-
"expo-font": "~13.0.2",
117-
"expo-image": "~2.0.7",
118-
"expo-image-manipulator": "~13.0.6",
119-
"expo-image-picker": "~16.0.6",
120-
"expo-keep-awake": "~14.0.3",
121-
"expo-linking": "~7.0.3",
122-
"expo-localization": "~16.0.0",
123-
"expo-location": "~18.0.10",
124-
"expo-navigation-bar": "~4.0.9",
125-
"expo-notifications": "~0.29.14",
126-
"expo-router": "~4.0.21",
127-
"expo-screen-orientation": "~8.0.4",
128-
"expo-sharing": "~13.0.1",
129-
"expo-splash-screen": "~0.29.24",
130-
"expo-status-bar": "~2.0.0",
131-
"expo-system-ui": "~4.0.9",
132-
"expo-task-manager": "~12.0.6",
105+
"expo": "^53.0.0",
106+
"expo-application": "~6.1.5",
107+
"expo-asset": "~11.1.7",
108+
"expo-audio": "~0.4.9",
109+
"expo-av": "~15.1.7",
110+
"expo-build-properties": "~0.14.8",
111+
"expo-constants": "~17.1.7",
112+
"expo-dev-client": "~5.2.4",
113+
"expo-device": "~7.1.4",
114+
"expo-document-picker": "~13.1.6",
115+
"expo-file-system": "~18.1.11",
116+
"expo-font": "~13.3.2",
117+
"expo-image": "~2.4.0",
118+
"expo-image-manipulator": "~13.1.7",
119+
"expo-image-picker": "~16.1.4",
120+
"expo-keep-awake": "~14.1.4",
121+
"expo-linking": "~7.1.7",
122+
"expo-localization": "~16.1.6",
123+
"expo-location": "~18.1.6",
124+
"expo-navigation-bar": "~4.2.8",
125+
"expo-notifications": "~0.31.4",
126+
"expo-router": "~5.1.5",
127+
"expo-screen-orientation": "~8.1.7",
128+
"expo-sharing": "~13.1.5",
129+
"expo-splash-screen": "~0.30.10",
130+
"expo-status-bar": "~2.2.3",
131+
"expo-system-ui": "~5.0.11",
132+
"expo-task-manager": "~13.1.6",
133133
"geojson": "~0.5.0",
134134
"i18next": "~23.14.0",
135135
"livekit-client": "~2.15.2",
@@ -138,27 +138,27 @@
138138
"lucide-react-native": "~0.475.0",
139139
"moti": "~0.29.0",
140140
"nativewind": "~4.1.21",
141-
"react": "18.3.1",
142-
"react-dom": "18.3.1",
141+
"react": "19.0.0",
142+
"react-dom": "19.0.0",
143143
"react-error-boundary": "~4.0.13",
144144
"react-hook-form": "~7.53.0",
145145
"react-i18next": "~15.0.1",
146-
"react-native": "0.77.3",
146+
"react-native": "0.79.5",
147147
"react-native-base64": "~0.2.1",
148148
"react-native-ble-manager": "^12.1.5",
149149
"react-native-callkeep": "github:Irfanwani/react-native-callkeep#957193d0716f1c2dfdc18e627cbff0f8a0800971",
150-
"react-native-edge-to-edge": "~1.1.2",
150+
"react-native-edge-to-edge": "1.6.0",
151151
"react-native-flash-message": "~0.4.2",
152-
"react-native-gesture-handler": "~2.22.0",
153-
"react-native-keyboard-controller": "~1.15.2",
152+
"react-native-gesture-handler": "~2.24.0",
153+
"react-native-keyboard-controller": "^1.18.6",
154154
"react-native-logs": "~5.3.0",
155155
"react-native-mmkv": "~3.1.0",
156-
"react-native-reanimated": "~3.16.7",
156+
"react-native-reanimated": "~3.17.4",
157157
"react-native-restart": "0.0.27",
158-
"react-native-safe-area-context": "~5.1.0",
159-
"react-native-screens": "~4.8.0",
160-
"react-native-svg": "~15.8.0",
161-
"react-native-web": "~0.19.13",
158+
"react-native-safe-area-context": "5.4.0",
159+
"react-native-screens": "~4.11.1",
160+
"react-native-svg": "15.11.2",
161+
"react-native-web": "^0.20.0",
162162
"react-native-webview": "~13.13.1",
163163
"react-query-kit": "~3.3.0",
164164
"tailwind-variants": "~0.2.1",
@@ -169,14 +169,14 @@
169169
"@babel/core": "~7.26.0",
170170
"@commitlint/cli": "~19.2.2",
171171
"@commitlint/config-conventional": "~19.2.2",
172-
"@expo/config": "~10.0.3",
172+
"@expo/config": "^11.0.0",
173173
"@testing-library/jest-dom": "~6.5.0",
174174
"@testing-library/react-native": "~12.9.0",
175175
"@types/geojson": "~7946.0.16",
176176
"@types/i18n-js": "~3.8.9",
177177
"@types/jest": "~29.5.14",
178178
"@types/lodash.memoize": "~4.1.9",
179-
"@types/react": "~18.3.12",
179+
"@types/react": "~19.0.10",
180180
"@types/react-native-base64": "~0.2.2",
181181
"@typescript-eslint/eslint-plugin": "~5.62.0",
182182
"@typescript-eslint/parser": "~5.62.0",
@@ -198,7 +198,7 @@
198198
"eslint-plugin-unused-imports": "~2.0.0",
199199
"jest": "~29.7.0",
200200
"jest-environment-jsdom": "~29.7.0",
201-
"jest-expo": "~52.0.6",
201+
"jest-expo": "~53.0.10",
202202
"jest-junit": "~16.0.0",
203203
"lint-staged": "~15.2.9",
204204
"np": "~10.0.7",
@@ -209,7 +209,7 @@
209209
"tailwindcss": "3.4.4",
210210
"ts-jest": "~29.1.2",
211211
"ts-node": "~10.9.2",
212-
"typescript": "~5.3.3"
212+
"typescript": "~5.8.3"
213213
},
214214
"repository": {
215215
"type": "git",

0 commit comments

Comments
 (0)