forked from toss/slash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
62 lines (59 loc) · 1.58 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
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
- path: .yarn/plugins/@yarnpkg/plugin-workspace-since.cjs
spec: 'https://raw.githubusercontent.com/toss/yarn-plugin-workspace-since/main/bundles/%40yarnpkg/plugin-workspace-since.js'
logFilters:
- level: discard
pattern: provides react * with version 18
- level: discard
pattern: provides react-dom * with version 18
- level: discard
pattern: provides @types/react * with version 18
- level: discard
pattern: '@types/jest * with version 29.1.2'
packageExtensions:
'react-devtools-inline@4.4.0':
dependencies:
scheduler: '0.23.0'
peerDependencies:
react-is: '*'
'@lezer/css@*':
dependencies:
'@lezer/common': '0.15.12'
'@lezer/html@*':
dependencies:
'@lezer/common': '0.15.12'
'@lezer/javascript@*':
dependencies:
'@lezer/common': '0.15.12'
'@codemirror/lang-html@*':
peerDependencies:
'@codemirror/view': '*'
'@docusaurus/theme-search-algolia@*':
dependencies:
'@algolia/client-search': ^4.9.1
prism-react-renderer: ^1.2.1
'@docsearch/react@*':
peerDependencies:
'@algolia/client-search': ^4.9.1
'@svgr/core@*':
peerDependencies:
'@babel/core': '*'
'@octokit/rest@^16':
dependencies:
'@octokit/core': ^3.0.0
chalk@*:
dependencies:
'#ansi-styles': npm:ansi-styles@6.1.0
'#supports-color': npm:supports-color@9.2.2
supportedArchitectures:
cpu:
- x64
- arm64
libc:
- glibc
- musl
os:
- darwin
- linux