-
Notifications
You must be signed in to change notification settings - Fork 2
/
.yarnrc.yml
77 lines (74 loc) · 2.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
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
nodeLinker: pnp
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
pnpMode: loose
checksumBehavior: update
yarnPath: .yarn/releases/yarn-3.5.1.cjs
packageExtensions:
'@coinbase/wallet-sdk@*':
peerDependencies:
'@babel/core': '^7.18.2'
'@nomiclabs/hardhat-waffle@*':
dependencies:
chai: '^4.3.6'
'@openzeppelin/hardhat-upgrades@*':
peerDependencies:
ethers: '^5.6.8'
'@typechain/hardhat@*':
dependencies:
'@ethersproject/abi': '^5.6.1'
'@ethersproject/providers': '^5.6.1'
typescript: '^4.7.3'
'@typechain/ethers-v5@*':
dependencies:
'@ethersproject/abi': '^5.6.1'
'@ethersproject/bytes': '^5.6.1'
'@ethersproject/providers': '^5.6.1'
typescript: '^4.7.3'
async@2.6.4:
dependencies:
lodash: '^4.17.21'
debug@*:
dependencies:
supports-color: '*'
# awaiting fix: https://github.com/facebook/create-react-app/issues/11982
eslint-plugin-flowtype@*:
peerDependenciesMeta:
'@babel/plugin-syntax-flow':
optional: true
'@babel/plugin-transform-react-jsx':
optional: true
eth-block-tracker@*:
peerDependencies:
'@babel/core': '^7.18.2'
hardhat-deploy@*:
dependencies:
'@ethersproject/abi': '^5.6.1'
'@ethersproject/address': '^5.6.1'
'@ethersproject/bytes': '^5.6.1'
'@ethersproject/bignumber': '^5.6.1'
'@ethersproject/constants': '^5.6.1'
'@ethersproject/contracts': '^5.6.1'
'@ethersproject/hash': '^5.6.1'
'@ethersproject/providers': '^5.6.1'
'@ethersproject/solidity': '^5.6.1'
'@ethersproject/transactions': '^5.6.1'
'@ethersproject/wallet': '^5.6.1'
'@ethersproject/web': '^5.6.1'
peerDependencies:
hardhat: '^2.9.1'
react-scripts@*:
peerDependencies:
eslint-config-react-app: '*'
webpack: '>=5.76.0'
typechain@*:
dependencies:
typescript: '^4.7.3'
wagmi@*:
peerDependencies:
'@babel/core': '^7.18.2'