File tree 5 files changed +359
-356
lines changed
5 files changed +359
-356
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ compressionLevel: mixed
2
2
3
3
enableGlobalCache : false
4
4
5
- nodeLinker : node-modules
5
+ logFilters :
6
+ - level : discard
7
+ pattern : " *(pde6dc), which doesn't satisfy what react-scripts*"
8
+ - level : discard
9
+ pattern : " *(p6f2bc), which doesn't satisfy what react-identicons*"
10
+ - level : discard
11
+ pattern : " *(pca8b0), which doesn't satisfy what react-identicons*"
6
12
7
- yarnPath : .yarn/releases/yarn-4.6.0.cjs
13
+ nodeLinker : node-modules
8
14
9
- logFilters :
10
- - pattern : " *(pde6dc), which doesn't satisfy what react-scripts*"
11
- level : discard
12
- - pattern : " *(p6f2bc), which doesn't satisfy what react-identicons*"
13
- level : discard
14
- - pattern : " *(pca8b0), which doesn't satisfy what react-identicons*"
15
- level : discard
15
+ yarnPath : .yarn/releases/yarn-4.8.1.cjs
Original file line number Diff line number Diff line change 90
90
"eslint" : " ^9.15.0" ,
91
91
"ethereumjs-util" : " ^7.1.5" ,
92
92
"ethers" : " ^6.13.5" ,
93
+ "gluegun" : " ^5.2.0" ,
93
94
"graphql" : " ^16.9.0" ,
94
95
"graphql-request" : " ^7.1.2" ,
95
96
"hardhat" : " 2.22.19" ,
Original file line number Diff line number Diff line change 27
27
" tsconfig" ,
28
28
" kleros-app"
29
29
],
30
- "packageManager" : " yarn@4.6.0 " ,
30
+ "packageManager" : " yarn@4.8.1 " ,
31
31
"volta" : {
32
32
"node" : " 20.18.3" ,
33
- "yarn" : " 4.6.0 "
33
+ "yarn" : " 4.8.1 "
34
34
},
35
35
"devDependencies" : {
36
36
"@commitlint/cli" : " ^17.8.1" ,
Original file line number Diff line number Diff line change @@ -5531,6 +5531,7 @@ __metadata:
5531
5531
eslint: "npm:^9.15.0"
5532
5532
ethereumjs-util: "npm:^7.1.5"
5533
5533
ethers: "npm:^6.13.5"
5534
+ gluegun: "npm:^5.2.0"
5534
5535
graphql: "npm:^16.9.0"
5535
5536
graphql-request: "npm:^7.1.2"
5536
5537
hardhat: "npm:2.22.19"
You can’t perform that action at this time.
0 commit comments