forked from bluesky-social/social-app
-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
59 lines (59 loc) · 2.95 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
59 lines (59 loc) · 2.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
nodeLinker: 'hoisted'
autoInstallPeers: true # default: true
strictPeerDependencies: false # default: false
trustPolicy: 'no-downgrade' # default: off
trustPolicyIgnoreAfter: 10080 # 7 days, default: undefined
overrides:
'@react-native/babel-preset': '0.81.5'
'@react-native/normalize-colors': '0.81.5'
'@expo/image-utils': '0.8.12'
'@types/estree': '1.0.6'
'react-native-compressor': '1.13.0'
'react-native-reanimated': '3.19.1'
'react-native-mmkv': 'npm:@bsky.app/react-native-mmkv@2.12.5'
'psl': '1.9.0'
'@types/psl': '1.1.1'
'react-native-screens': '4.24.0'
# zod 3.25 ships a dual ESM/CJS build whose `module` field is ESM with
# `export { z }` + `export *`; Expo 54's webpack ESM->CJS interop drops the
# named `z` namespace and @atproto/jwk crashes with "zod_1.z is undefined"
# at runtime. 3.23.8 is the last pre-dual build. Once we move off webpack
# this can come back to ^3.25.
'zod': '3.23.8'
# eslint-plugin-react-hooks 7 imports the zod/v4 compatibility entrypoint,
# which was added in zod 3.25. Keep app dependencies on the webpack-safe
# version above while giving the build-time lint plugin a compatible copy.
'eslint-plugin-react-hooks>zod': '^3.25.76'
allowBuilds:
'@sentry/cli': true
'core-js': true
'core-js-pure': true
'dtrace-provider': false
'esbuild': true
'unrs-resolver': true
patchedDependencies:
'@sentry/react-native@6.20.0': patches/@sentry__react-native@6.20.0.patch
'core-js@3.49.0': patches/core-js@3.49.0.patch
'expo-glass-effect@55.0.8': patches/expo-glass-effect@55.0.8.patch
'expo-haptics@15.0.8': patches/expo-haptics@15.0.8.patch
'expo-image-picker@17.0.11': patches/expo-image-picker@17.0.11.patch
'expo-image@3.0.11': patches/expo-image@3.0.11.patch
'expo-media-library@18.2.1': patches/expo-media-library@18.2.1.patch
'expo-modules-core@3.0.30': patches/expo-modules-core@3.0.30.patch
'expo-notifications@0.32.17': patches/expo-notifications@0.32.17.patch
'expo-updates@29.0.17': patches/expo-updates@29.0.17.patch
'react-native-compressor@1.13.0': patches/react-native-compressor@1.13.0.patch
'react-native-date-picker@5.0.13': patches/react-native-date-picker@5.0.13.patch
'react-native-drawer-layout@4.2.3': patches/react-native-drawer-layout@4.2.3.patch
'react-native-keyboard-controller@1.21.8': patches/react-native-keyboard-controller@1.21.8.patch
'react-native-pager-view@6.8.0': patches/react-native-pager-view@6.8.0.patch
'react-native-reanimated@3.19.1': patches/react-native-reanimated@3.19.1.patch
'react-native-screens@4.24.0': patches/react-native-screens@4.24.0.patch
'react-native-svg@15.12.1': patches/react-native-svg@15.12.1.patch
'react-native-uitextview@1.4.0': patches/react-native-uitextview@1.4.0.patch
'react-native-view-shot@4.0.3': patches/react-native-view-shot@4.0.3.patch
'react-native@0.81.5': patches/react-native@0.81.5.patch
'sonner-native@0.21.0': patches/sonner-native@0.21.0.patch
minimumReleaseAgeExclude:
- '@atproto/*'
- '@bsky.app/*'