Merge remote-tracking branch 'origin/main' into app-2958-header-passthrough
* origin/main: (68 commits) Create Mod Inbox action details screen (#11657) Add carousel Slack alerts for nightly Maestro failures (#11645) Migrate Expo image manipulator API (#11661) APP-3031: Fix contact imports after Expo 57 (#11658) Nightly source-language update Use title case for Starter Pack (#11653) Create mod inbox report details screen (#11641) Create Mod Inbox settings screen (#11640) v1.132.0 release prep (#11644) Add starter pack reference-list opt-out UI (#11578) Nightly source-language update APP-2977: Handle AppView polling errors (#11590) APP-3015: Fix link metadata type detection (#11637) Create Mod Inbox account status banner (#11636) Remove gate for OP thread numbering (#11639) APP-2997: Handle age assurance data load failures (#11612) APP-2687: Fix threaded view replies breaking after rotating the lightbox (#11638) Create moderation inbox reports list (#11570) APP-2974: Fix composer not scrollable when Reduced Motion is on (#11628) Add video playback analytics events (#11629) ...
This commit is contained in:
+5
-4
@@ -112,7 +112,7 @@
|
||||
"@bsky.app/expo-scroll-edge-effect": "^0.1.9",
|
||||
"@bsky.app/expo-translate-text": "^0.2.9",
|
||||
"@bsky.app/peek-menu": "^0.3.2",
|
||||
"@bsky.app/react-native-uitextview": "^2.7.0",
|
||||
"@bsky.app/react-native-uitextview": "^2.7.1",
|
||||
"@bsky.app/sift": "^0.3.9",
|
||||
"@bsky.app/tapper": "^0.6.1",
|
||||
"@bsky.app/video": "0.3.6",
|
||||
@@ -159,6 +159,7 @@
|
||||
"babel-plugin-transform-remove-console": "^6.9.4",
|
||||
"bcp-47": "^2.1.0",
|
||||
"bcp-47-match": "^2.0.3",
|
||||
"bidi-js": "^1.0.3",
|
||||
"date-fns": "^4.4.0",
|
||||
"email-validator": "^2.0.4",
|
||||
"emoji-mart": "^5.6.0",
|
||||
@@ -229,7 +230,6 @@
|
||||
"react-is": "19",
|
||||
"react-keyed-flatten-children": "^5.0.0",
|
||||
"react-native": "0.86.0",
|
||||
"react-native-compressor": "1.13.0",
|
||||
"react-native-date-picker": "^5.0.13",
|
||||
"react-native-device-attest": "^0.1.6",
|
||||
"react-native-drawer-layout": "^4.2.3",
|
||||
@@ -240,7 +240,7 @@
|
||||
"react-native-pager-view": "6.8.0",
|
||||
"react-native-progress": "^5.0.1",
|
||||
"react-native-qrcode-styled": "^0.3.3",
|
||||
"react-native-reanimated": "~4.5.3",
|
||||
"react-native-reanimated": "~4.6.0",
|
||||
"react-native-safe-area-context": "~5.7.0",
|
||||
"react-native-screens": "4.26.2",
|
||||
"react-native-scroll-forwarder": "link:./modules/react-native-scroll-forwarder",
|
||||
@@ -250,7 +250,7 @@
|
||||
"react-native-web": "^0.21.0",
|
||||
"react-native-web-webview": "^1.0.2",
|
||||
"react-native-webview": "^13.16.1",
|
||||
"react-native-worklets": "0.11.3",
|
||||
"react-native-worklets": "0.12.1",
|
||||
"react-remove-scroll-bar": "^2.3.8",
|
||||
"react-responsive": "^10.0.1",
|
||||
"react-textarea-autosize": "^8.5.3",
|
||||
@@ -305,6 +305,7 @@
|
||||
"prettier": "3.9.6",
|
||||
"react-native-dotenv": "^3.4.11",
|
||||
"react-refresh": "^0.14.0",
|
||||
"sharp": "^0.35.4",
|
||||
"svgo": "^4.0.2",
|
||||
"ts-plugin-sort-import-suggestions": "^1.0.4",
|
||||
"typescript": "npm:@typescript/typescript6@^6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user