-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathpnpm-workspace.yaml
File metadata and controls
36 lines (36 loc) · 1.03 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
packages:
- 'dotcom-rendering'
- 'ab-testing'
- 'ab-testing/*'
allowBuilds:
'@swc/core': true
esbuild: true
nice-napi: true
protobufjs: false # Its postinstall only prints a version-scheme warning, it builds nothing
unrs-resolver: false # This postinstall is just a workaround for an npm issue so we don't need it https://github.com/unrs/unrs-resolver/pull/66
blockExoticSubdeps: true
catalog:
'@aws-sdk/client-s3': 3.995.0
'@aws-sdk/client-ssm': 3.995.0
'@guardian/cdk': 64.7.0
'@guardian/eslint-config': 14.0.1
'@guardian/tsconfig': 1.0.1
'@rollup/plugin-commonjs': 29.0.3
'@rollup/plugin-json': 6.1.0
'@rollup/plugin-node-resolve': 16.0.3
'@types/aws-lambda': 8.10.163
'@types/node': 24.12.4
aws-cdk: 2.1141.0
aws-cdk-lib: 2.269.0
constructs: 10.8.1
esbuild: 0.28.1
eslint: 9.39.1
rollup: 4.59.0
rollup-plugin-esbuild: 6.2.1
tslib: 2.6.2
type-fest: 5.9.0
typescript: 6.0.3
valibot: 1.4.2
minimumReleaseAge: 2880 # 2 day minimum package version age
minimumReleaseAgeExclude:
- '@guardian/*'