-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpnpm-workspace.yaml
More file actions
69 lines (59 loc) · 1.49 KB
/
pnpm-workspace.yaml
File metadata and controls
69 lines (59 loc) · 1.49 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
60
61
62
63
64
65
66
67
68
69
packages:
- packages/*
- docs
catalog:
# Production dependencies (exact versions for published packages)
'@oclif/core': 4.8.0
cliui: 9.0.1
glob: 13.0.0
jsonschema: 1.5.0
open: 11.0.0
# Dev dependencies (shared across packages)
'@eslint/compat': ^1.4.1
'@oclif/prettier-config': ^0.2.1
'@oclif/test': ^4
'@salesforce/dev-config': ^4.3.2
'@types/chai': ^4
'@types/mocha': ^10
'@types/node': ^22
'@types/sinon': ^21.0.0
c8: ^11.0.0
chai: ^4
eslint: ^9.39.4
eslint-config-oclif: ^6.0.159
eslint-config-prettier: ^10.1.8
eslint-plugin-header: ^3.1.1
eslint-plugin-prettier: ^5.5.5
mocha: ^10
msw: ^2.12.4
oclif: ^4
prettier: ^3.6.2
shx: ^0.3.3
sinon: ^21.0.1
tsx: ^4
typescript: ^5
typescript-eslint: ^8.59.0
minimumReleaseAge: 2880
minimumReleaseAgeExclude: []
nodeLinker: hoisted
# Pin exact versions by default when adding dependencies (no ^ or ~ prefix)
savePrefix: ''
onlyBuiltDependencies:
- unrs-resolver
- yarn
overrides:
baseline-browser-mapping: '>=2.9.19'
'@isaacs/brace-expansion@<=5.0.0': '>=5.0.1'
diff@>=4.0.0 <4.0.4: '>=4.0.4'
diff@>=5.0.0 <5.2.2: '>=5.2.2'
esbuild@<=0.24.2: '>=0.25.0'
fast-xml-parser@>=4.3.6 <=5.3.3: '>=5.3.4'
hono@<4.11.4: '>=4.11.4'
hono@<4.11.7: '>=4.11.7'
js-yaml@>=4.0.0 <4.1.1: '>=4.1.1'
lodash@>=4.0.0 <=4.17.22: '>=4.17.23'
mdast-util-to-hast@>=13.0.0 <13.2.1: '>=13.2.1'
preact@>=10.27.0 <10.27.3: '>=10.27.3'
qs@<6.14.1: '>=6.14.1'
trustPolicy: no-downgrade
trustPolicyExclude: []