-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.yarnrc.yml
80 lines (77 loc) · 1.91 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
packageExtensions:
"@celo/base@*":
dependencies:
bignumber.js: "*"
"@celo/connect@*":
dependencies:
"@celo/base": "*"
web3-eth-contract: "*"
web3-utils: "*"
"@celo/contractkit@*":
dependencies:
web3-utils: "*"
"@celo/utils@*":
dependencies:
randombytes: "*"
rlp: "*"
"@celo/wallet-ledger@*":
dependencies:
"@celo/base": "*"
"@ledgerhq/errors": "*"
"@celo/wallet-walletconnect@*":
dependencies:
"@celo/base": "*"
"@walletconnect/utils": "*"
"@json-rpc-tools/provider@*":
dependencies:
tslib: "*"
"@json-rpc-tools/types@*":
dependencies:
tslib: "*"
"@json-rpc-tools/utils@*":
dependencies:
tslib: "*"
"@poofcash/use-contractkit@*":
dependencies:
bignumber.js: "*"
web3: "*"
"@typechain/hardhat@*":
dependencies:
lodash: "*"
typechain: "*"
"@ubeswap/hardhat-celo@*":
dependencies:
"@celo/contractkit": "*"
"@nomiclabs/hardhat-ethers": "*"
"@ubeswap/sdk@*":
dependencies:
"@ethersproject/address": "*"
"@ethersproject/contracts": "*"
"@ethersproject/networks": "*"
"@ethersproject/providers": "*"
"@ethersproject/solidity": "*"
"@walletconnect/client@*":
dependencies:
tslib: "*"
"@walletconnect/types@*":
dependencies:
tslib: "*"
babel-preset-react-app@*:
dependencies:
"@babel/plugin-proposal-private-property-in-object": "*"
graphql-request@*:
dependencies:
graphql: "*"
typechain@*:
dependencies:
"@typechain/web3-v1": "*"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
pnpIgnorePatterns:
- ./ng-packages/**
nodeLinker: node-modules
checksumBehavior: "update"
yarnPath: .yarn/releases/yarn-3.1.1.cjs