fix(ci): declare mobile runtime bundle deps
This commit is contained in:
parent
7cc08bab74
commit
ffcfc04c89
|
|
@ -50,6 +50,7 @@
|
|||
"@react-native-masked-view/masked-view": "0.3.2",
|
||||
"@react-native-menu/menu": "2.0.0",
|
||||
"@react-native-picker/picker": "2.11.4",
|
||||
"@shikijs/themes": "3.22.0",
|
||||
"@shopify/flash-list": "2.0.2",
|
||||
"@tanstack/query-sync-storage-persister": "5.90.22",
|
||||
"@tanstack/react-query": "5.90.21",
|
||||
|
|
@ -82,6 +83,7 @@
|
|||
"expo-linking": "55.0.12",
|
||||
"expo-localization": "55.0.13",
|
||||
"expo-media-library": "55.0.14",
|
||||
"expo-modules-core": "55.0.22",
|
||||
"expo-network": "55.0.13",
|
||||
"expo-notifications": "55.0.18",
|
||||
"expo-secure-store": "55.0.13",
|
||||
|
|
@ -96,6 +98,7 @@
|
|||
"expo-updates": "55.0.20",
|
||||
"expo-video": "55.0.15",
|
||||
"expo-web-browser": "55.0.14",
|
||||
"foxact": "0.2.52",
|
||||
"franc-min": "6.2.0",
|
||||
"i18next": "25.8.6",
|
||||
"jotai": "2.17.1",
|
||||
|
|
@ -108,6 +111,7 @@
|
|||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-error-boundary": "6.1.0",
|
||||
"react-freeze": "1.0.4",
|
||||
"react-hook-form": "7.71.1",
|
||||
"react-i18next": "16.5.4",
|
||||
"react-native": "0.83.4",
|
||||
|
|
|
|||
|
|
@ -1135,6 +1135,9 @@ importers:
|
|||
'@react-native-picker/picker':
|
||||
specifier: 2.11.4
|
||||
version: 2.11.4(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))(react@19.2.0)
|
||||
'@shikijs/themes':
|
||||
specifier: 3.22.0
|
||||
version: 3.22.0
|
||||
'@shopify/flash-list':
|
||||
specifier: 2.0.2
|
||||
version: 2.0.2(@babel/runtime@7.28.6)(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))(react@19.2.0)
|
||||
|
|
@ -1231,6 +1234,9 @@ importers:
|
|||
expo-media-library:
|
||||
specifier: 55.0.14
|
||||
version: 55.0.14(expo@55.0.13)(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))
|
||||
expo-modules-core:
|
||||
specifier: 55.0.22
|
||||
version: 55.0.22(react-native-worklets@0.7.4(@babel/core@7.29.0)(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))(react@19.2.0))(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))(react@19.2.0)
|
||||
expo-network:
|
||||
specifier: 55.0.13
|
||||
version: 55.0.13(expo@55.0.13)(react@19.2.0)
|
||||
|
|
@ -1273,6 +1279,9 @@ importers:
|
|||
expo-web-browser:
|
||||
specifier: 55.0.14
|
||||
version: 55.0.14(expo@55.0.13)(react-native@0.83.4(@babel/core@7.29.0)(@types/react@19.2.14)(bufferutil@4.1.0)(react@19.2.0))
|
||||
foxact:
|
||||
specifier: 0.2.52
|
||||
version: 0.2.52(react-dom@19.2.0(react@19.2.0))(react@19.2.0)
|
||||
franc-min:
|
||||
specifier: 6.2.0
|
||||
version: 6.2.0
|
||||
|
|
@ -1309,6 +1318,9 @@ importers:
|
|||
react-error-boundary:
|
||||
specifier: 6.1.0
|
||||
version: 6.1.0(react@19.2.0)
|
||||
react-freeze:
|
||||
specifier: 1.0.4
|
||||
version: 1.0.4(react@19.2.0)
|
||||
react-hook-form:
|
||||
specifier: 7.71.1
|
||||
version: 7.71.1(react@19.2.0)
|
||||
|
|
|
|||
Loading…
Reference in New Issue