forked from yarnpkg/berry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
68 lines (56 loc) Β· 1.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
changesetIgnorePatterns:
- .github/**
- .yarn/cache/**
- "**/*.test.{js,ts}"
- packages/*/tests/**
- packages/plugin-compat/extra/**
- packages/docusaurus/**
compressionLevel: mixed
enableGlobalCache: false
immutablePatterns:
- .pnp.*
initScope: yarnpkg
npmPublishAccess: public
packageExtensions:
"@codemirror/lang-html@*":
dependencies:
"@codemirror/view": "*"
"@lezer/css@*":
dependencies:
"@lezer/common": "*"
"@lezer/html@*":
dependencies:
"@lezer/common": "*"
"@lezer/javascript@*":
dependencies:
"@lezer/common": "*"
markdown-it@*:
dependencies:
punycode: "*"
react-devtools-inline@*:
dependencies:
react-is: "*"
scheduler: "*"
"@docusaurus/[email protected]":
peerDependencies:
"@docusaurus/plugin-content-docs": "3.2.1"
docusaurus-plugin-typedoc-api@^4:
dependencies:
"@docusaurus/mdx-loader": "^3"
"@docusaurus/theme-common": "^3"
peerDependencies:
react-dom: ">=18.0.0"
typedoc: "^0.25.7"
"@docusaurus/plugin-content-docs": "^3"
pnpEnableEsmLoader: true
preferInteractive: true
supportedArchitectures:
cpu:
- x64
- arm64
os:
- darwin
- linux
- win32
telemetryUserId: yarnpkg/berry
yarnPath: scripts/run-yarn.js