-
Notifications
You must be signed in to change notification settings - Fork 233
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
40 lines (36 loc) · 1012 Bytes
/
Copy pathpnpm-workspace.yaml
File metadata and controls
40 lines (36 loc) · 1012 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
packages:
- apify-docs-theme
overrides:
openapi-to-postmanv2>js-yaml: 5.2.0
copy-webpack-plugin>serialize-javascript: ^7.0.4
css-minimizer-webpack-plugin>serialize-javascript: ^7.0.4
yaml@1: ^2.0.0
lodash: ^4.18.0
js-yaml@>=4.0.0 <5.0.0: ^4.1.1
minimumReleaseAge: 1440
minimumReleaseAgeExclude:
- "@apify/*"
- "@crawlee/*"
- "apify-client"
- "apify"
- "crawlee"
- "got-scraping"
nodeLinker: hoisted
linkWorkspacePackages: true
preferWorkspacePackages: true
publicHoistPattern:
- "*"
legacyPeerDeps: true
# pnpm v11 enables strictDepBuilds by default and fails the install if a
# dependency's build scripts are neither approved nor explicitly declined.
# These packages ship prebuilt binaries or have non-essential lifecycle
# scripts, so we keep them disabled as on pnpm v10.
allowBuilds:
"@apify/ui-icons": false
"@parcel/watcher": false
"@scarf/scarf": false
"@swc/core": false
core-js: false
core-js-pure: false
postman-code-generators: false
protobufjs: false