mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-21 22:26:41 +02:00
fix(matrix-mobile): add babel-preset-expo as explicit dependency for EAS Build
pnpm strict module resolution prevents @babel/core from finding babel-preset-expo as a transitive dependency during Metro bundling. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
50b1a07669
commit
713f4f7c33
2 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@react-native-async-storage/async-storage": "2.2.0",
|
||||
"babel-preset-expo": "~55.0.8",
|
||||
"buffer": "^6.0.3",
|
||||
"events": "^3.3.0",
|
||||
"expo": "~55.0.5",
|
||||
|
|
|
|||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -2440,6 +2440,9 @@ importers:
|
|||
'@react-native-async-storage/async-storage':
|
||||
specifier: 2.2.0
|
||||
version: 2.2.0(react-native@0.83.2(@babel/core@7.28.5)(@types/react@19.2.14)(react@19.2.0))
|
||||
babel-preset-expo:
|
||||
specifier: ~55.0.8
|
||||
version: 55.0.10(@babel/core@7.28.5)(@babel/runtime@7.28.4)(expo@55.0.5)(react-refresh@0.14.2)
|
||||
buffer:
|
||||
specifier: ^6.0.3
|
||||
version: 6.0.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue