-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.yarnrc.yml
More file actions
59 lines (44 loc) Β· 1011 Bytes
/
.yarnrc.yml
File metadata and controls
59 lines (44 loc) Β· 1011 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
changesetIgnorePatterns:
- .github/**
- .yarn/cache/**
- "**/*.test.{js,ts}"
- packages/*/tests/**
- packages/plugin-compat/extra/**
- packages/docusaurus/**
compressionLevel: mixed
enableGlobalCache: false
immutablePatterns:
- .pnp.*
initScope: yarnpkg
pnpZipBackend: js
npmPublishAccess: public
npmPublishProvenance: true
catalog:
typescript: "^5.9.2"
packageExtensions:
markdown-it@*:
dependencies:
punycode: "*"
"@docusaurus/preset-classic@3.7.0":
peerDependencies:
"@docusaurus/plugin-content-docs": "3.7.0"
docusaurus-plugin-typedoc-api@^4:
dependencies:
"@docusaurus/mdx-loader": "^3"
"@docusaurus/theme-common": "^3"
peerDependencies:
react-dom: "*"
typedoc: "*"
"@docusaurus/plugin-content-docs": "*"
pnpEnableEsmLoader: true
preferInteractive: true
supportedArchitectures:
cpu:
- x64
- arm64
os:
- darwin
- linux
- win32
telemetryUserId: yarnpkg/berry
yarnPath: scripts/run-yarn.js