-
Notifications
You must be signed in to change notification settings - Fork 1
/
.yarnrc.yml
45 lines (38 loc) · 1.07 KB
/
.yarnrc.yml
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
changesetBaseRefs:
- main
- origin/main
- upstream/main
nmHoistingLimits: workspaces
nmSelfReferences: true
nodeLinker: pnp
packageExtensions:
"@grpc/grpc-js@*":
dependencies:
"@types/long": "*"
"@nestjs/common@*":
dependencies:
reflect-metadata: "*"
rxjs: "*"
express-winston@*:
dependencies:
logform: "*"
markdownlint-cli@*:
dependencies:
deep-extend: "*"
nest-typed-config@*:
dependencies:
"@nestjs/common": "*"
axios: "*"
reflect-metadata: "*"
rxjs: "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-engines.cjs
spec: "https://raw.githubusercontent.com/devoto13/yarn-plugin-engines/main/bundles/%40yarnpkg/plugin-engines.js"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
pnpMode: strict
yarnPath: .yarn/releases/yarn-3.5.1.cjs