Skip to content

Commit 03a4e35

Browse files
committed
chore: upgrade to SDK 54.0.1
1 parent 6c1b223 commit 03a4e35

File tree

3 files changed

+867
-577
lines changed

3 files changed

+867
-577
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@tailwindcss/postcss": "^4.1.11",
1515
"expo": "54.0.1",
16-
"expo-status-bar": "~3.0.7",
16+
"expo-status-bar": "~3.0.8",
1717
"react": "19.1.0",
1818
"react-dom": "19.1.0",
1919
"react-native": "0.81.4",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,15 @@
192192
"debug": "^4.4.1"
193193
},
194194
"peerDependencies": {
195-
"@expo/metro-config": ">=0.21.8",
195+
"@expo/metro-config": ">=54",
196196
"react": "19.1.0",
197197
"react-native": "0.81.1"
198198
},
199199
"devDependencies": {
200200
"@babel/core": "^7.28.0",
201201
"@commitlint/config-conventional": "^19.8.1",
202202
"@eslint/js": "^9.30.1",
203-
"@expo/metro-config": "~54.0.0",
203+
"@expo/metro-config": "~54.0.2",
204204
"@ianvs/prettier-plugin-sort-imports": "^4.4.2",
205205
"@tailwindcss/postcss": "^4.1.12",
206206
"@testing-library/react-native": "^13.3.3",
@@ -219,7 +219,7 @@
219219
"eslint-plugin-prettier": "^5.5.1",
220220
"expo": "54.0.1",
221221
"jest": "^29.7.0",
222-
"jest-expo": "~54.0.10",
222+
"jest-expo": "~54.0.12",
223223
"lefthook": "^1.12.3",
224224
"lightningcss": "^1.30.1",
225225
"metro-runtime": "^0.83.0",

0 commit comments

Comments
 (0)