mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:21:10 +02:00
fix(matrix-mobile): align dependency versions with Expo SDK 55
Downgrade react-native from 0.84.1 to 0.83.2 and fix all other dependency version mismatches that caused iOS build failures (bundleConfiguration, RCTDevMenuConfiguration errors). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
37fe02e9fc
commit
b35b9fd76e
2 changed files with 2109 additions and 772 deletions
|
|
@ -17,46 +17,46 @@
|
|||
"format": "eslint . --fix"
|
||||
},
|
||||
"dependencies": {
|
||||
"expo": "~55.0.5",
|
||||
"expo-router": "~55.0.4",
|
||||
"expo-constants": "~55.0.7",
|
||||
"expo-status-bar": "~55.0.4",
|
||||
"expo-system-ui": "~55.0.9",
|
||||
"expo-linking": "~55.0.7",
|
||||
"expo-secure-store": "~55.0.8",
|
||||
"expo-image": "~55.0.6",
|
||||
"expo-image-picker": "~55.0.11",
|
||||
"expo-document-picker": "~55.0.8",
|
||||
"expo-media-library": "~55.0.9",
|
||||
"expo-file-system": "~55.0.10",
|
||||
"expo-av": "~16.0.8",
|
||||
"expo-notifications": "~55.0.11",
|
||||
"expo-haptics": "~55.0.8",
|
||||
"expo-web-browser": "~55.0.9",
|
||||
"react": "19.2.4",
|
||||
"react-dom": "19.2.4",
|
||||
"react-native": "0.84.1",
|
||||
"react-native-gesture-handler": "~2.30.0",
|
||||
"react-native-reanimated": "~4.2.2",
|
||||
"react-native-worklets": "~0.7.4",
|
||||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "~4.24.0",
|
||||
"react-native-web": "~0.21.2",
|
||||
"nativewind": "~4.2.2",
|
||||
"react-native-css-interop": "0.2.2",
|
||||
"zustand": "^4.5.1",
|
||||
"@react-native-async-storage/async-storage": "2.1.2",
|
||||
"matrix-js-sdk": "^37.1.0",
|
||||
"@react-native-async-storage/async-storage": "2.2.0",
|
||||
"buffer": "^6.0.3",
|
||||
"events": "^3.3.0",
|
||||
"expo": "~55.0.5",
|
||||
"expo-av": "~16.0.8",
|
||||
"expo-constants": "~55.0.7",
|
||||
"expo-document-picker": "~55.0.8",
|
||||
"expo-file-system": "~55.0.10",
|
||||
"expo-haptics": "~55.0.8",
|
||||
"expo-image": "~55.0.6",
|
||||
"expo-image-picker": "~55.0.12",
|
||||
"expo-linking": "~55.0.7",
|
||||
"expo-media-library": "~55.0.9",
|
||||
"expo-notifications": "~55.0.12",
|
||||
"expo-router": "~55.0.5",
|
||||
"expo-secure-store": "~55.0.8",
|
||||
"expo-status-bar": "~55.0.4",
|
||||
"expo-system-ui": "~55.0.9",
|
||||
"expo-web-browser": "~55.0.9",
|
||||
"matrix-js-sdk": "^37.1.0",
|
||||
"nativewind": "~4.2.2",
|
||||
"phosphor-react-native": "^2.3.0",
|
||||
"stream-browserify": "^3.0.0"
|
||||
"react": "19.2.0",
|
||||
"react-dom": "19.2.0",
|
||||
"react-native": "0.83.2",
|
||||
"react-native-css-interop": "0.2.2",
|
||||
"react-native-gesture-handler": "~2.30.0",
|
||||
"react-native-reanimated": "~4.2.1",
|
||||
"react-native-safe-area-context": "~5.6.2",
|
||||
"react-native-screens": "~4.23.0",
|
||||
"react-native-web": "~0.21.2",
|
||||
"react-native-worklets": "~0.7.2",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"zustand": "^4.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
"@types/react": "~19.2.14",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-expo": "^9.2.0",
|
||||
"eslint-config-expo": "^55.0.0",
|
||||
"prettier": "^3.2.5",
|
||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||
"tailwindcss": "^3.4.0",
|
||||
|
|
|
|||
2817
pnpm-lock.yaml
generated
2817
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue