forked from ubiquity/ubiquity-dollar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.yarnrc.yml
61 lines (54 loc) · 1.68 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
changesetBaseRefs:
- main
- origin/main
- upstream/main
- master
- origin/master
- upstream/master
checksumBehavior: update
nodeLinker: node-modules
npmRegistryServer: "https://registry.npmjs.org/"
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@ojkelly/plugin-all.cjs
spec: "https://yarn.build/latest"
yarnPath: .yarn/releases/yarn-3.2.3.cjs
enableScripts: true
packageExtensions:
"@tanstack/query-persist-client-core@4.22.0":
dependencies:
"@tanstack/query-core": "4.22.0"
"hardhat-watcher@^2.1.1":
dependencies:
"hardhat": "^2.0.0"
"@uniswap/widgets@^2.16.2":
dependencies:
"@walletconnect/ethereum-provider": "1.7.8"
"@uniswap/redux-multicall@^1.1.1":
dependencies:
"@ethersproject/abi": "5"
"@ethersproject/bignumber": "5.7.0"
"@ethersproject/contracts": "5.7.0"
"styled-components@>=5":
dependencies:
"react-is": "16.8.0"
"abitype@^0.1.8":
dependencies:
"typescript": "^4.7.4"
"eth-block-tracker@4.4.3":
dependencies:
"@babel/core": "7.4.0"
logFilters:
- pattern: "@ubiquity/dapp@workspace:packages/dapp provides react * with version * which doesn't satisfy what @uniswap/widgets and some of its descendants request"
level: "discard"
- code: "YN0013"
level: "discard"
- code: "YN0007"
level: "discard"