Skip to content

Commit 7caa070

Browse files
committed
chore(deps): add babel-preset-expo@^57.0.1 and update @expo/config-plugins
1 parent 284dba7 commit 7caa070

2 files changed

Lines changed: 135 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@rneui/themed": "5.0.0",
3030
"@shopify/react-native-skia": "2.6.2",
3131
"axios": "^1.17.0",
32+
"babel-preset-expo": "^57.0.1",
3233
"dayjs": "^1.11.21",
3334
"expo": "^56.0.0",
3435
"expo-application": "~56.0.3",
@@ -81,12 +82,12 @@
8182
},
8283
"devDependencies": {
8384
"@babel/core": "^7.29.7",
84-
"@expo/config-plugins": "^56.0.8",
8585
"@bacons/apple-targets": "4.0.7",
8686
"@commitlint/cli": "^21.0.2",
8787
"@commitlint/config-conventional": "^21.0.2",
8888
"@eslint/eslintrc": "^3.3.5",
8989
"@eslint/js": "^10.0.1",
90+
"@expo/config-plugins": "^56.0.8",
9091
"@faker-js/faker": "^10.4.0",
9192
"@inquirer/prompts": "^8.5.2",
9293
"@types/react": "~19.2.17",
@@ -110,5 +111,8 @@
110111
"typescript": "~6.0.3"
111112
},
112113
"private": true,
113-
"packageManager": "pnpm@11.6.0"
114+
"packageManager": "pnpm@11.6.0",
115+
"patchedDependencies": {
116+
"@bacons/apple-targets@4.0.7": "patches/@bacons__apple-targets@4.0.7.patch"
117+
}
114118
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)