fix(ci): declare expo config plugins for mobile app config
This commit is contained in:
parent
8e2e9ca29d
commit
c04f0e4cb3
|
|
@ -146,6 +146,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.29.0",
|
||||
"@expo/config-plugins": "55.0.8",
|
||||
"@follow/configs": "workspace:*",
|
||||
"@types/react": "19.2.14",
|
||||
"babel-plugin-inline-import": "3.0.0",
|
||||
|
|
|
|||
|
|
@ -1418,6 +1418,9 @@ importers:
|
|||
'@babel/core':
|
||||
specifier: 7.29.0
|
||||
version: 7.29.0
|
||||
'@expo/config-plugins':
|
||||
specifier: 55.0.8
|
||||
version: 55.0.8
|
||||
'@follow/configs':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/configs
|
||||
|
|
|
|||
Loading…
Reference in New Issue