-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.yarnrc.yml
47 lines (46 loc) · 1.37 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
logFilters:
# discard these messages that flood the build log
- { code: YN0013, level: '${VERBOSE_YARN_LOG:-info}' } # fetching package
- { code: YN0019, level: '${VERBOSE_YARN_LOG:-info}' } # unused cache entry
# discard skipped build script message. We've explicitly disabled these for individual packages
- { code: YN0005, level: discard }
packageExtensions:
'@graphql-codegen/cli@*':
peerDependencies:
'@types/node': '*'
'typescript': '*'
'@graphql-codegen/named-operations-object@*':
peerDependenciesMeta:
# It doesn't actually use this peer dep
graphql-tag: { optional: true }
'@loadable/babel-plugin@*':
peerDependencies:
'@babel/helper-plugin-utils': '*'
'@whatwg-node/fetch@*':
peerDependenciesMeta:
'@types/node': { optional: true }
'css-minimizer-webpack-plugin@*':
peerDependencies:
'clean-css': '*'
'ahooks@*':
peerDependencies:
'@babel/runtime': '*'
'graphql-config@*':
peerDependencies:
'@types/node': '*'
'typescript': '*'
'react-editor-js@*':
peerDependencies:
react: '*'
'@editorjs/editorjs': '*'
'@editorjs/paragraph': '*'
'razzle@*':
peerDependencies:
typescript: '*'
'@babel/core': '*'
'razzle-dev-utils@*':
peerDependencies:
typescript: '*'
'react-pdf@*':
peerDependenciesMeta:
webpack: { optional: true }