-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
95 lines (85 loc) · 2.24 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
defaultSemverRangePrefix: ''
logFilters:
# Make Yarn fail the install if there are any missing peerDeps
# https://yarnpkg.com/advanced/error-codes#yn0002---missing_peer_dependency
- code: 'YN0002'
level: error
nodeLinker: node-modules
packageExtensions:
'@nivo/annotations@*':
peerDependencies:
react-dom: '*'
'@nivo/axes@*':
peerDependencies:
react-dom: '*'
'@nivo/bar@*':
peerDependencies:
react-dom: '*'
'@nivo/bump@*':
peerDependencies:
react-dom: '*'
'@nivo/circle-packing@*':
peerDependencies:
react-dom: '*'
'@nivo/core@*':
peerDependencies:
react-dom: '*'
'@nivo/geo@*':
peerDependencies:
react-dom: '*'
'@nivo/heatmap@*':
peerDependencies:
react-dom: '*'
'@nivo/line@*':
peerDependencies:
react-dom: '*'
'@nivo/pie@*':
peerDependencies:
react-dom: '*'
prop-types: '*'
'@nivo/tooltip@*':
peerDependencies:
react: '*'
react-dom: '*'
'@nivo/treemap@*':
peerDependencies:
react-dom: '*'
# Possible PR should be made to plugins compat database or to this plugin
'@octokit/rest@*':
dependencies:
'@octokit/core': '*'
# Possible PR should be made to plugins compat database or to react-cosmos for these Cosmos items
react-cosmos@*:
peerDependencies:
react: '*'
react-dom: '*'
webpack: '*'
peerDependenciesMeta:
'@types/express':
optional: true
react-cosmos-shared2@*:
peerDependencies:
react: '*'
react-dom: '*'
# Possible PR should be made to plugins compat database or to reakit for these Reakit items
reakit-warning@*:
peerDependencies:
react-dom: '*'
# Possible PR should be made to plugins compat database or these fela plugins
fela-plugin-placeholder-prefixer@*:
peerDependencies:
fela: '*'
react-fela@*:
peerDependencies:
fela: '*'
# Check back to see if this is still needed after the react-scripts v5 update
react-dev-utils@*:
peerDependencies:
webpack: '*'
peerDependenciesMeta:
typescript:
optional: true
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: '@yarnpkg/plugin-workspace-tools'
yarnPath: .yarn/releases/yarn-3.1.1.cjs