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 62592c4

Browse files
committedJun 14, 2023
chore: dependencies bump
1 parent a3f5416 commit 62592c4

File tree

8 files changed

+1315
-474
lines changed

8 files changed

+1315
-474
lines changed
 

‎bot-pinner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"node": ">=16.13.0"
2020
},
2121
"devDependencies": {
22-
"@dappnode/dappnodesdk": "^0.2.98"
22+
"@dappnode/dappnodesdk": "^0.3.7"
2323
}
2424
}

‎contracts/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -42,30 +42,30 @@
4242
"@nomiclabs/hardhat-ethers": "^2.2.3",
4343
"@nomiclabs/hardhat-solhint": "^3.0.1",
4444
"@openzeppelin/contracts": "^4.9.1",
45-
"@typechain/ethers-v5": "^10.2.0",
46-
"@typechain/hardhat": "^6.1.5",
47-
"@types/chai": "^4.3.4",
45+
"@typechain/ethers-v5": "^11.0.0",
46+
"@typechain/hardhat": "^7.0.0",
47+
"@types/chai": "^4.3.5",
4848
"@types/mocha": "^10.0.1",
49-
"@types/node": "^16.18.23",
49+
"@types/node": "^16.18.36",
5050
"chai": "^4.3.7",
51-
"dotenv": "^16.0.3",
51+
"dotenv": "^16.1.4",
5252
"ethereumjs-util": "^7.1.5",
5353
"ethers": "^5.7.2",
54-
"hardhat": "^2.14.0",
55-
"hardhat-contract-sizer": "^2.8.0",
56-
"hardhat-deploy": "^0.11.26",
54+
"hardhat": "^2.15.0",
55+
"hardhat-contract-sizer": "^2.10.0",
56+
"hardhat-deploy": "^0.11.30",
5757
"hardhat-deploy-ethers": "^0.4.0-next.1",
5858
"hardhat-deploy-tenderly": "^0.2.0",
5959
"hardhat-docgen": "^1.3.0",
6060
"hardhat-gas-reporter": "^1.0.9",
61-
"hardhat-tracer": "^1.3.0",
61+
"hardhat-tracer": "^2.4.0",
6262
"hardhat-watcher": "^2.5.0",
6363
"node-fetch": "^3.3.1",
6464
"shelljs": "^0.8.5",
6565
"solhint-plugin-prettier": "^0.0.5",
6666
"solidity-coverage": "^0.8.2",
6767
"ts-node": "^10.9.1",
68-
"typechain": "^8.1.1",
68+
"typechain": "^8.2.0",
6969
"typescript": "^4.9.5"
7070
},
7171
"dependencies": {

‎eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"main": ".eslintrc.js",
66
"license": "MIT",
77
"dependencies": {
8-
"@typescript-eslint/eslint-plugin": "^5.59.2",
9-
"@typescript-eslint/parser": "^5.59.1",
10-
"@typescript-eslint/utils": "^5.58.0",
8+
"@typescript-eslint/eslint-plugin": "^5.59.11",
9+
"@typescript-eslint/parser": "^5.59.11",
10+
"@typescript-eslint/utils": "^5.59.11",
1111
"eslint-config-prettier": "^8.8.0",
1212
"eslint-config-standard": "^16.0.3",
1313
"eslint-plugin-import": "^2.27.5",

‎package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"yarn": "3.3.1"
3535
},
3636
"devDependencies": {
37-
"@commitlint/cli": "^17.6.1",
38-
"@commitlint/config-conventional": "^17.6.0",
37+
"@commitlint/cli": "^17.6.5",
38+
"@commitlint/config-conventional": "^17.6.5",
3939
"conventional-changelog-cli": "^2.2.2",
4040
"husky": "^8.0.3",
41-
"lint-staged": "^13.2.1",
41+
"lint-staged": "^13.2.2",
4242
"process": "^0.11.10"
4343
},
4444
"resolutions": {

‎prettier-config/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {
7-
"eslint": "^8.38.0",
8-
"prettier": "^2.8.7",
7+
"eslint": "^8.42.0",
8+
"prettier": "^2.8.8",
99
"prettier-plugin-solidity": "^1.1.3"
1010
},
1111
"scripts": {

‎subgraph/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"yarn": "3.3.1"
2121
},
2222
"dependencies": {
23-
"@graphprotocol/graph-ts": "^0.29.3"
23+
"@graphprotocol/graph-ts": "^0.31.0"
2424
},
2525
"devDependencies": {
26-
"@graphprotocol/graph-cli": "^0.46.1",
26+
"@graphprotocol/graph-cli": "^0.51.1",
2727
"@kleros/kleros-v2-eslint-config": "workspace:^",
2828
"@kleros/kleros-v2-prettier-config": "workspace:^",
2929
"gluegun": "^5.1.2"

‎web/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"@kleros/kleros-v2-eslint-config": "workspace:^",
3737
"@kleros/kleros-v2-prettier-config": "workspace:^",
3838
"@kleros/kleros-v2-tsconfig": "workspace:^",
39-
"@netlify/functions": "^1.4.0",
39+
"@netlify/functions": "^1.6.0",
4040
"@parcel/transformer-svg-react": "~2.7.0",
4141
"@parcel/watcher": "~2.1.0",
42-
"@types/react": "^18.0.35",
43-
"@types/react-dom": "^18.0.11",
42+
"@types/react": "^18.2.12",
43+
"@types/react-dom": "^18.2.5",
4444
"@types/styled-components": "^5.1.26",
4545
"eslint-import-resolver-parcel": "^1.10.6",
4646
"eslint-plugin-react": "^7.32.2",
@@ -49,20 +49,20 @@
4949
"typescript": "^4.9.5"
5050
},
5151
"dependencies": {
52-
"@graphql-codegen/cli": "^3.3.0",
52+
"@graphql-codegen/cli": "^3.3.1",
5353
"@graphql-codegen/typescript": "^2.8.8",
5454
"@graphql-codegen/typescript-operations": "^2.5.13",
5555
"@kleros/kleros-v2-contracts": "workspace:^",
5656
"@kleros/ui-components-library": "^1.9.2",
57-
"@sentry/react": "^7.49.0",
58-
"@sentry/tracing": "^7.49.0",
59-
"@types/react-modal": "^3.13.1",
57+
"@sentry/react": "^7.55.2",
58+
"@sentry/tracing": "^7.55.2",
59+
"@types/react-modal": "^3.16.0",
6060
"@web3-react/core": "^6.1.9",
6161
"@web3-react/injected-connector": "^6.0.7",
6262
"@web3-react/types": "^6.0.7",
6363
"chart.js": "^3.9.1",
6464
"chartjs-adapter-moment": "^1.0.1",
65-
"core-js": "^3.30.0",
65+
"core-js": "^3.31.0",
6666
"ethers": "^5.7.2",
6767
"graphql": "^16.6.0",
6868
"graphql-request": "~5.1.0",
@@ -75,14 +75,14 @@
7575
"react-identicons": "^1.2.5",
7676
"react-is": "^18.2.0",
7777
"react-jazzicon": "^1.0.4",
78-
"react-loading-skeleton": "^3.2.0",
78+
"react-loading-skeleton": "^3.3.1",
7979
"react-markdown": "^8.0.7",
8080
"react-modal": "^3.16.1",
81-
"react-router-dom": "^6.11.1",
81+
"react-router-dom": "^6.13.0",
8282
"react-scripts": "^5.0.1",
83-
"react-toastify": "^9.1.2",
83+
"react-toastify": "^9.1.3",
8484
"react-use": "^17.4.0",
85-
"styled-components": "^5.3.9",
85+
"styled-components": "^5.3.11",
8686
"swr": "^1.3.0"
8787
},
8888
"volta": {

‎yarn.lock

Lines changed: 1282 additions & 441 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.