Skip to content

Commit d3180f7

Browse files
committed
fix: missing gluegun dependency, bumped yarn
1 parent 509594e commit d3180f7

File tree

5 files changed

+359
-356
lines changed

5 files changed

+359
-356
lines changed

.yarn/releases/yarn-4.6.0.cjs renamed to .yarn/releases/yarn-4.8.1.cjs

+346-345
Large diffs are not rendered by default.

.yarnrc.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ compressionLevel: mixed
22

33
enableGlobalCache: false
44

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*"
612

7-
yarnPath: .yarn/releases/yarn-4.6.0.cjs
13+
nodeLinker: node-modules
814

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

contracts/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
"eslint": "^9.15.0",
9191
"ethereumjs-util": "^7.1.5",
9292
"ethers": "^6.13.5",
93+
"gluegun": "^5.2.0",
9394
"graphql": "^16.9.0",
9495
"graphql-request": "^7.1.2",
9596
"hardhat": "2.22.19",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"tsconfig",
2828
"kleros-app"
2929
],
30-
"packageManager": "yarn@4.6.0",
30+
"packageManager": "yarn@4.8.1",
3131
"volta": {
3232
"node": "20.18.3",
33-
"yarn": "4.6.0"
33+
"yarn": "4.8.1"
3434
},
3535
"devDependencies": {
3636
"@commitlint/cli": "^17.8.1",

yarn.lock

+1
Original file line numberDiff line numberDiff line change
@@ -5531,6 +5531,7 @@ __metadata:
55315531
eslint: "npm:^9.15.0"
55325532
ethereumjs-util: "npm:^7.1.5"
55335533
ethers: "npm:^6.13.5"
5534+
gluegun: "npm:^5.2.0"
55345535
graphql: "npm:^16.9.0"
55355536
graphql-request: "npm:^7.1.2"
55365537
hardhat: "npm:2.22.19"

0 commit comments

Comments
 (0)