Skip to content

Commit a668e22

Browse files
chore(kleros-app): configure-peer-dependencies
1 parent 0f0a7eb commit a668e22

File tree

2 files changed

+34
-14
lines changed

2 files changed

+34
-14
lines changed

kleros-app/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,18 @@
4747
"globals": "^15.12.0",
4848
"parcel": "^2.13.2",
4949
"rimraf": "^6.0.1",
50-
"typescript": "^5.6.3"
50+
"typescript": "^5.7.2"
5151
},
5252
"dependencies": {
5353
"jose": "^5.9.6"
5454
},
5555
"peerDependencies": {
56-
"@tanstack/react-query": "^5.59.20",
56+
"@tanstack/react-query": "^5.0.0",
5757
"graphql": "^16.9.0",
58-
"graphql-request": "^7.1.2",
59-
"react": "^18.3.1",
60-
"react-dom": "^18.3.1",
61-
"viem": "^2.21.42",
62-
"wagmi": "^2.13.0"
58+
"graphql-request": "^7.0.0",
59+
"react": "^18.0.0",
60+
"react-dom": "^18.0.0",
61+
"viem": "^2.0.0",
62+
"wagmi": "^2.0.0"
6363
}
6464
}

yarn.lock

+27-7
Original file line numberDiff line numberDiff line change
@@ -4990,15 +4990,15 @@ __metadata:
49904990
jose: "npm:^5.9.6"
49914991
parcel: "npm:^2.13.2"
49924992
rimraf: "npm:^6.0.1"
4993-
typescript: "npm:^5.6.3"
4993+
typescript: "npm:^5.7.2"
49944994
peerDependencies:
4995-
"@tanstack/react-query": ^5.59.20
4995+
"@tanstack/react-query": ^5.0.0
49964996
graphql: ^16.9.0
4997-
graphql-request: ^7.1.2
4998-
react: ^18.3.1
4999-
react-dom: ^18.3.1
5000-
viem: ^2.21.42
5001-
wagmi: ^2.13.0
4997+
graphql-request: ^7.0.0
4998+
react: ^18.0.0
4999+
react-dom: ^18.0.0
5000+
viem: ^2.0.0
5001+
wagmi: ^2.0.0
50025002
languageName: unknown
50035003
linkType: soft
50045004

@@ -35289,6 +35289,16 @@ __metadata:
3528935289
languageName: node
3529035290
linkType: hard
3529135291

35292+
"typescript@npm:^5.7.2":
35293+
version: 5.7.2
35294+
resolution: "typescript@npm:5.7.2"
35295+
bin:
35296+
tsc: bin/tsc
35297+
tsserver: bin/tsserver
35298+
checksum: 10/4caa3904df69db9d4a8bedc31bafc1e19ffb7b24fbde2997a1633ae1398d0de5bdbf8daf602ccf3b23faddf1aeeb9b795223a2ed9c9a4fdcaf07bfde114a401a
35299+
languageName: node
35300+
linkType: hard
35301+
3529235302
"typescript@patch:typescript@npm%3A^4.6.4 || ^5.2.2#optional!builtin<compat/typescript>, typescript@patch:typescript@npm%3A^5.6.3#optional!builtin<compat/typescript>":
3529335303
version: 5.6.3
3529435304
resolution: "typescript@patch:typescript@npm%3A5.6.3#optional!builtin<compat/typescript>::version=5.6.3&hash=8c6c40"
@@ -35299,6 +35309,16 @@ __metadata:
3529935309
languageName: node
3530035310
linkType: hard
3530135311

35312+
"typescript@patch:typescript@npm%3A^5.7.2#optional!builtin<compat/typescript>":
35313+
version: 5.7.2
35314+
resolution: "typescript@patch:typescript@npm%3A5.7.2#optional!builtin<compat/typescript>::version=5.7.2&hash=cef18b"
35315+
bin:
35316+
tsc: bin/tsc
35317+
tsserver: bin/tsserver
35318+
checksum: 10/ff27fc124bceb8969be722baa38af945b2505767cf794de3e2715e58f61b43780284060287d651fcbbdfb6f917f4653b20f4751991f17e0706db389b9bb3f75d
35319+
languageName: node
35320+
linkType: hard
35321+
3530235322
"typewriter-effect@npm:^2.21.0":
3530335323
version: 2.21.0
3530435324
resolution: "typewriter-effect@npm:2.21.0"

0 commit comments

Comments
 (0)