-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
59 lines (50 loc) · 1.35 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
59 lines (50 loc) · 1.35 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
packages:
- apps/*
- packages/*
- packages/@expo/*
- tools
- apps/brownfield-tester/expo-app
- apps/bare-expo/e2e/image-comparison
ignoreWorkspaceCycles: true
ignoredBuiltDependencies:
- '@parcel/watcher'
- '@swc/core'
- core-js
- esbuild
- fmerge
- protobufjs
- unrs-resolver
linkWorkspacePackages: deep
loglevel: info
onlyBuiltDependencies:
- '@shopify/react-native-skia'
- better-sqlite3
- fsevents
- sharp
- workerd
patchedDependencies:
'@react-native-community/netinfo': patches/@react-native-community+netinfo.patch
'@shopify/react-native-skia@2.6.2': patches/@shopify__react-native-skia@2.6.2.patch
react-native-gesture-handler: patches/react-native-gesture-handler.patch
react-native-reanimated: patches/react-native-reanimated.patch
react-native-view-shot: patches/react-native-view-shot.patch
react-native-worklets: patches/react-native-worklets.patch
react-server-dom-webpack: patches/react-server-dom-webpack.patch
preferWorkspacePackages: true
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- '@expo/*'
- '@react-native/*'
- 'react-native'
- multitars
- 'react-native-reanimated'
- 'react-native-screens'
- 'whatwg-url-minimum'
- 'expo'
- 'expo-asset'
- 'expo-constants'
- 'expo-modules-autolinking'
- 'expo-modules-core'
- 'expo-modules-jsi'
- 'babel-preset-expo'
- 'jest-expo'