Skip to content

Commit c867679

Browse files
committed
chore: dependencies bump
1 parent eb04f81 commit c867679

File tree

7 files changed

+1982
-2026
lines changed

7 files changed

+1982
-2026
lines changed

relayer-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dotenv": "^16.0.3",
1919
"pm2": "^5.2.2",
2020
"typescript": "^4.9.5",
21-
"web3": "^1.8.2",
21+
"web3": "^1.10.4",
2222
"web3-batched-send": "^1.0.3"
2323
}
2424
}

relayer-subgraph-inbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
"test": "graph test"
2020
},
2121
"dependencies": {
22-
"@graphprotocol/graph-ts": "^0.29.3"
22+
"@graphprotocol/graph-ts": "^0.35.1"
2323
},
2424
"devDependencies": {
25-
"@graphprotocol/graph-cli": "^0.44.0",
25+
"@graphprotocol/graph-cli": "^0.73.0",
2626
"gluegun": "^5.1.2",
2727
"matchstick-as": "0.5.2"
2828
}

validator-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dotenv": "^16.0.3",
2222
"pm2": "^5.2.2",
2323
"typescript": "^4.9.5",
24-
"web3": "^1.10.0",
24+
"web3": "^1.10.4",
2525
"web3-batched-send": "^1.0.3"
2626
}
2727
}

veascan-subgraph-inbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/veascan-inbox"
1919
},
2020
"dependencies": {
21-
"@graphprotocol/graph-ts": "^0.29.3"
21+
"@graphprotocol/graph-ts": "^0.35.1"
2222
},
2323
"devDependencies": {
24-
"@graphprotocol/graph-cli": "^0.44.0"
24+
"@graphprotocol/graph-cli": "^0.73.0"
2525
}
2626
}

veascan-subgraph-outbox/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/veascan-subgraph-outbox"
2424
},
2525
"dependencies": {
26-
"@graphprotocol/graph-ts": "^0.29.3"
26+
"@graphprotocol/graph-ts": "^0.35.1"
2727
},
2828
"devDependencies": {
2929
"@goldskycom/cli": "^1.6.0",
30-
"@graphprotocol/graph-cli": "^0.44.0"
30+
"@graphprotocol/graph-cli": "^0.73.0"
3131
}
3232
}

veascan-web/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
"codegen": "graphql-codegen --config codegen.ts"
4242
},
4343
"devDependencies": {
44-
"@graphprotocol/client-cli": "^2.2.20",
44+
"@graphprotocol/client-cli": "^2.2.22",
4545
"@graphql-codegen/cli": "^3.3.1",
46-
"@graphql-codegen/client-preset": "^3.0.0",
46+
"@graphql-codegen/client-preset": "^3.0.1",
4747
"@graphql-codegen/typescript": "^2.8.8",
4848
"@graphql-codegen/typescript-operations": "^2.5.13",
4949
"@parcel/transformer-svg-react": "^2.8.3",
@@ -68,15 +68,15 @@
6868
"typescript": "^4.9.5"
6969
},
7070
"dependencies": {
71-
"@kleros/ui-components-library": "^2.4.0",
71+
"@kleros/ui-components-library": "^2.12.0",
7272
"@kleros/vea-contracts": "workspace:^",
7373
"@sentry/react": "^7.37.2",
7474
"@sentry/tracing": "^7.37.2",
7575
"@wagmi/chains": "^0.2.18",
7676
"core-js": "^3.30.1",
7777
"ethers": "^5.7.2",
78-
"graphql": "^16.6.0",
79-
"graphql-request": "^6.0.0",
78+
"graphql": "^16.8.1",
79+
"graphql-request": "^6.1.0",
8080
"react": "^18.2.0",
8181
"react-dom": "^18.2.0",
8282
"react-is": "^18.2.0",

0 commit comments

Comments
 (0)