We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9985f0b + b4d1cab commit 4f07d1cCopy full SHA for 4f07d1c
kleros-sdk/package.json
@@ -39,13 +39,16 @@
39
"rimraf": "^6.0.1",
40
"ts-node": "^10.9.2",
41
"typescript": "^5.6.3",
42
+ "viem": "^2.21.48",
43
"vitest": "^1.6.0"
44
},
45
"dependencies": {
46
"@reality.eth/reality-eth-lib": "^3.2.44",
47
"@urql/core": "^5.0.8",
48
"mustache": "^4.2.0",
- "viem": "^2.21.48",
49
"zod": "^3.23.8"
50
+ },
51
+ "peerDependencies": {
52
+ "viem": "^2.21.48"
53
}
54
yarn.lock
@@ -5021,6 +5021,8 @@ __metadata:
5021
viem: "npm:^2.21.48"
5022
vitest: "npm:^1.6.0"
5023
zod: "npm:^3.23.8"
5024
+ peerDependencies:
5025
+ viem: ^2.21.48
5026
languageName: unknown
5027
linkType: soft
5028
0 commit comments