-
Notifications
You must be signed in to change notification settings - Fork 54
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
29 lines (25 loc) · 899 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
29 lines (25 loc) · 899 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
packages:
- packages/*
# Only install package versions that have been published for at least 3 days,
# to reduce exposure to compromised/malicious releases.
minimumReleaseAge: 4320
# Don't run esbuild's postinstall script; esbuild works without it
# (the platform binary ships via optionalDependencies).
allowBuilds:
esbuild: false
# Don't re-run install automatically before scripts; CI uses explicit installs.
verifyDepsBeforeRun: false
# Force patched versions of vulnerable transitive dev dependencies
# (mostly via @marijn/testtool's selenium-webdriver/mocha, which are at
# their latest released versions). See `pnpm audit`.
overrides:
"brace-expansion": "^5.0.8"
"diff@5": "^5.2.2"
"js-yaml@4": "^4.3.0"
"minimatch@5": "^5.1.8"
"picomatch@2": "^2.3.2"
"postcss@8": "^8.5.18"
"rollup@4": "^4.59.0"
"serialize-javascript": "^7.0.5"
"tmp": "^0.2.6"
"ws@8": "^8.21.0"