Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4180928

Browse files
committedDec 20, 2023
chore: dependencies bump, small fixes
1 parent 3ccc3cd commit 4180928

File tree

12 files changed

+1731
-358
lines changed

12 files changed

+1731
-358
lines changed
 

‎contracts/deployments/chiado/ArbitrableExample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
],
408408
"policyURI": "/ipfs/Qmdvk...rSD6cE/policy.pdf",
409409
"frontendUrl": "https://kleros-v2.netlify.app/#/cases/%s/overview",
410-
"arbitratorChainID": "421614",
410+
"arbitratorChainID": "421613",
411411
"arbitratorAddress": "0xD08Ab99480d02bf9C092828043f611BcDFEA917b",
412412
"category": "Others",
413413
"specification": "KIP001",

‎contracts/deployments/chiadoDevnet/ArbitrableExample.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@
407407
],
408408
"policyURI": "/ipfs/Qmdvk...rSD6cE/policy.pdf",
409409
"frontendUrl": "https://kleros-v2.netlify.app/#/cases/%s/overview",
410-
"arbitratorChainID": "421614",
410+
"arbitratorChainID": "421613",
411411
"arbitratorAddress": "0xD08Ab99480d02bf9C092828043f611BcDFEA917b",
412412
"category": "Others",
413413
"specification": "KIP001",

‎contracts/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -49,35 +49,35 @@
4949
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
5050
"@nomiclabs/hardhat-ethers": "^2.2.3",
5151
"@nomiclabs/hardhat-solhint": "^3.0.1",
52-
"@openzeppelin/contracts": "^4.9.3",
53-
"@typechain/ethers-v5": "^11.0.0",
52+
"@openzeppelin/contracts": "^4.9.5",
53+
"@typechain/ethers-v5": "^11.1.2",
5454
"@typechain/hardhat": "^7.0.0",
55-
"@types/chai": "^4.3.5",
56-
"@types/mocha": "^10.0.1",
57-
"@types/node": "^16.18.38",
58-
"chai": "^4.3.7",
55+
"@types/chai": "^4.3.11",
56+
"@types/mocha": "^10.0.6",
57+
"@types/node": "^16.18.68",
58+
"chai": "^4.3.10",
5959
"dotenv": "^16.3.1",
6060
"ethereumjs-util": "^7.1.5",
6161
"ethers": "^5.7.2",
6262
"graphql": "^16.7.1",
6363
"graphql-request": "^6.1.0",
64-
"hardhat": "^2.15.0",
64+
"hardhat": "^2.19.2",
6565
"hardhat-contract-sizer": "^2.10.0",
6666
"hardhat-deploy": "^0.11.42",
6767
"hardhat-deploy-ethers": "^0.4.0-next.1",
6868
"hardhat-deploy-tenderly": "^0.2.0",
6969
"hardhat-docgen": "^1.3.0",
7070
"hardhat-gas-reporter": "^1.0.9",
71-
"hardhat-tracer": "^2.5.0",
71+
"hardhat-tracer": "^2.7.0",
7272
"hardhat-watcher": "^2.5.0",
73-
"node-fetch": "^3.3.1",
74-
"pino": "^8.14.1",
75-
"pino-pretty": "^10.0.0",
73+
"node-fetch": "^3.3.2",
74+
"pino": "^8.17.0",
75+
"pino-pretty": "^10.2.3",
7676
"shelljs": "^0.8.5",
77-
"solhint-plugin-prettier": "^0.0.5",
77+
"solhint-plugin-prettier": "^0.1.0",
7878
"solidity-coverage": "0.8.5",
79-
"ts-node": "^10.9.1",
80-
"typechain": "^8.3.1",
79+
"ts-node": "^10.9.2",
80+
"typechain": "^8.3.2",
8181
"typescript": "^4.9.5"
8282
},
8383
"dependencies": {

‎contracts/scripts/generateDeploymentArtifact.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ address=$2
1818

1919
case $network in
2020
gnosischain)
21-
url="https://api.gnosisscan.io/api"
21+
url="https://api.gnosisscan.io"
2222
apiKey="$GNOSISSCAN_API_KEY"
2323
;;
2424
chiado)
@@ -29,19 +29,19 @@ chiado)
2929
apiKey=""
3030
;;
3131
arbitrum)
32-
url="https://api.arbiscan.io/api"
32+
url="https://api.arbiscan.io"
3333
apiKey="$ARBISCAN_API_KEY"
3434
;;
3535
arbitrumSepolia)
36-
url="https://api-sepolia.arbiscan.io/api"
36+
url="https://api-sepolia.arbiscan.io"
3737
apiKey="$ARBISCAN_API_KEY"
3838
;;
3939
mainnet)
40-
url="https://api.etherscan.io/api"
40+
url="https://api.etherscan.io"
4141
apiKey="$ETHERSCAN_API_KEY"
4242
;;
4343
sepolia)
44-
url="https://api-sepolia.etherscan.io/api"
44+
url="https://api-sepolia.etherscan.io"
4545
apiKey="$ETHERSCAN_API_KEY"
4646
;;
4747
*)

‎cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"Proxiable",
3636
"Realitio",
3737
"repartitions",
38+
"SEPOLIA",
3839
"solhint",
3940
"typechain",
4041
"uncommify",

‎eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
"main": ".eslintrc.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@typescript-eslint/eslint-plugin": "^5.59.11",
9-
"@typescript-eslint/parser": "^5.61.0",
10-
"@typescript-eslint/utils": "^5.59.11",
11-
"eslint-config-prettier": "^8.8.0",
8+
"@typescript-eslint/eslint-plugin": "^5.62.0",
9+
"@typescript-eslint/parser": "^5.62.0",
10+
"@typescript-eslint/utils": "^5.62.0",
11+
"eslint-config-prettier": "^8.10.0",
1212
"eslint-config-standard": "^16.0.3",
13-
"eslint-plugin-import": "^2.27.5",
13+
"eslint-plugin-import": "^2.29.0",
1414
"eslint-plugin-node": "^11.1.0",
1515
"eslint-plugin-prettier": "^4.2.1",
1616
"eslint-plugin-promise": "^5.2.0",

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"buffer": "^5.5.0",
4040
"conventional-changelog-cli": "^2.2.2",
4141
"husky": "^8.0.3",
42-
"lint-staged": "^13.2.2",
42+
"lint-staged": "^13.3.0",
4343
"process": "^0.11.10"
4444
},
4545
"resolutions": {

‎prettier-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint": "^8.43.0",
7+
"eslint": "^8.55.0",
88
"prettier": "^2.8.8",
9-
"prettier-plugin-solidity": "^1.1.3"
9+
"prettier-plugin-solidity": "^1.2.0"
1010
},
1111
"scripts": {
1212
"lint:w": "eslint --fix '**/*.{gql,graphql,js,jsx,ts,tsx,json,md}'",

‎subgraph/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@kleros/kleros-v2-eslint-config": "workspace:^",
3333
"@kleros/kleros-v2-prettier-config": "workspace:^",
3434
"gluegun": "^5.1.2",
35-
"matchstick-as": "0.6.0-beta.2"
35+
"matchstick-as": "0.6.0"
3636
},
3737
"dependenciesComments": {
3838
"@graphprotocol/graph-cli": "pinned because of this issue: https://github.com/graphprotocol/graph-tooling/issues/1399#issuecomment-1676104540"

‎web/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@
5050
"@netlify/functions": "^1.6.0",
5151
"@parcel/transformer-svg-react": "2.8.3",
5252
"@parcel/watcher": "~2.2.0",
53-
"@types/amqplib": "^0.10.1",
54-
"@types/busboy": "^1.5.0",
53+
"@types/amqplib": "^0.10.4",
54+
"@types/busboy": "^1.5.3",
5555
"@types/react": "^18.2.14",
5656
"@types/react-dom": "^18.2.7",
5757
"@types/styled-components": "^5.1.26",
58-
"@typescript-eslint/eslint-plugin": "^5.58.0",
59-
"@typescript-eslint/parser": "^5.61.0",
60-
"@typescript-eslint/utils": "^5.58.0",
58+
"@typescript-eslint/eslint-plugin": "^5.62.0",
59+
"@typescript-eslint/parser": "^5.62.0",
60+
"@typescript-eslint/utils": "^5.62.0",
6161
"@wagmi/cli": "^1.5.2",
62-
"eslint": "^8.38.0",
63-
"eslint-config-prettier": "^8.8.0",
62+
"eslint": "^8.55.0",
63+
"eslint-config-prettier": "^8.10.0",
6464
"eslint-import-resolver-parcel": "^1.10.6",
6565
"eslint-plugin-react": "^7.33.0",
6666
"eslint-plugin-react-hooks": "^4.6.0",
@@ -83,7 +83,7 @@
8383
"amqplib": "^0.10.3",
8484
"chart.js": "^3.9.1",
8585
"chartjs-adapter-moment": "^1.0.1",
86-
"core-js": "^3.31.0",
86+
"core-js": "^3.34.0",
8787
"ethers": "^5.7.2",
8888
"graphql": "^16.7.1",
8989
"graphql-request": "~6.1.0",
@@ -104,8 +104,8 @@
104104
"react-toastify": "^9.1.3",
105105
"react-use": "^17.4.0",
106106
"styled-components": "^5.3.9",
107-
"viem": "^1.16.1",
108-
"wagmi": "^1.4.3"
107+
"viem": "^1.19.13",
108+
"wagmi": "^1.4.11"
109109
},
110110
"volta": {
111111
"node": "16.20.1",

‎yarn.lock

Lines changed: 1690 additions & 318 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.