-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
52 lines (45 loc) · 1.2 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
compressionLevel: mixed
enableGlobalCache: false
enableTelemetry: false
nodeLinker: node-modules
packageExtensions:
'@storybook/[email protected]':
dependencies:
'@storybook/react-webpack5': 7.4.5
dependencies:
croact: 1.0.4
dependencies:
assert: 2.0.0
peerDependencies:
react: 17.0.1
react-dom: 17.0.1
peerDependencies:
react: 17.0.1
react-dom: 17.0.1
dependencies:
react-simple-compat: 1.2.2
peerDependencies:
prop-types: '*'
peerDependencies:
react-dom: 17.0.1
'@msagl/drawing@*':
dependencies:
queue-typescript: "^1.0.1"
"@esfx/collections-sortedmap": "^1.0.0"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-outdated.cjs
spec: 'https://mskelton.dev/yarn-outdated/v2'
yarnPath: .yarn/releases/yarn-4.1.0.cjs
# Uncomment the following lines if you want to use Verdaccio local npm registry. Read more at packages/README.md
# npmScopes:
# grafana:
# npmRegistryServer: http://localhost:4873
# unsafeHttpWhitelist:
# - 'localhost'