-
-
Notifications
You must be signed in to change notification settings - Fork 152
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
56 lines (50 loc) · 940 Bytes
/
pnpm-workspace.yaml
File metadata and controls
56 lines (50 loc) · 940 Bytes
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
packages:
- apollo
- ares
- art
- artemis
- athena
- codegen
- deimos
- dionysus
- docs
- eslint-plugin
- fixtures
- hera
- hermes
- i18n
- offline
- scripts
- tests
- ui
- zeus
allowBuilds:
'@firebase/util': false
'@playwright/browser-chromium': true
'@prisma/engines': true
'@sentry/cli': true
'@swc/core': true
bufferutil: true
canvas: false
es5-ext: false
esbuild: true
prisma: true
protobufjs: true
unrs-resolver: true
utf-8-validate: true
ignorePatchFailures: false
minimumReleaseAgeExclude:
- '@nkzw/*'
overrides:
react@^18.0.0: 19.0.0-rc.1
rollup@^2.0.0: ^4.16.4
patchedDependencies:
cordova-plugin-purchase: patches/cordova-plugin-purchase.patch
howler: patches/howler.patch
require-in-the-middle: patches/require-in-the-middle.patch
peerDependencyRules:
allowAny:
- '@aws-sdk/client-sso-oidc'
- react
- react-dom
- utf-8-validate