Skip to content

Commit 37de7f6

Browse files
committed
chore: node20 except for the contracts/ because of hardhat (node18)
1 parent 3399141 commit 37de7f6

File tree

11 files changed

+1412
-1311
lines changed

11 files changed

+1412
-1311
lines changed

.yarn/plugins/@yarnpkg/plugin-typescript.cjs

+9
Large diffs are not rendered by default.

.yarnrc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ plugins:
99
spec: "@yarnpkg/plugin-version"
1010
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
1111
spec: "@yarnpkg/plugin-workspace-tools"
12+
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
13+
spec: "@yarnpkg/plugin-typescript"
1214

1315
yarnPath: .yarn/releases/yarn-3.7.0.cjs

bot-pinner/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"packageManager": "[email protected]",
88
"volta": {
9-
"node": "16.20.2",
9+
"node": "20.11.0",
1010
"yarn": "3.7.0"
1111
},
1212
"scripts": {
@@ -20,6 +20,6 @@
2020
"node": ">=16.13.0"
2121
},
2222
"devDependencies": {
23-
"@dappnode/dappnodesdk": "^0.3.8"
23+
"@dappnode/dappnodesdk": "^0.3.11"
2424
}
2525
}

contracts/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"node": ">=16.0.0"
1212
},
1313
"volta": {
14-
"node": "16.20.2",
14+
"node": "18.19.0",
1515
"yarn": "3.7.0"
1616
},
1717
"publishConfig": {
@@ -59,7 +59,7 @@
5959
"@kleros/kleros-v2-eslint-config": "workspace:^",
6060
"@kleros/kleros-v2-prettier-config": "workspace:^",
6161
"@kleros/kleros-v2-tsconfig": "workspace:^",
62-
"@logtail/pino": "^0.4.0",
62+
"@logtail/pino": "^0.4.19",
6363
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
6464
"@nomiclabs/hardhat-ethers": "^2.2.3",
6565
"@nomiclabs/hardhat-solhint": "^3.0.1",
@@ -68,10 +68,10 @@
6868
"@typechain/hardhat": "^7.0.0",
6969
"@types/chai": "^4.3.11",
7070
"@types/mocha": "^10.0.6",
71-
"@types/node": "^16.18.68",
71+
"@types/node": "^20.11.3",
7272
"@wagmi/cli": "^1.5.2",
7373
"abitype": "^0.10.3",
74-
"chai": "^4.3.10",
74+
"chai": "^4.4.1",
7575
"dotenv": "^16.3.1",
7676
"ethereumjs-util": "^7.1.5",
7777
"ethers": "^5.7.2",
@@ -87,11 +87,11 @@
8787
"hardhat-tracer": "^2.7.0",
8888
"hardhat-watcher": "^2.5.0",
8989
"node-fetch": "^3.3.2",
90-
"pino": "^8.17.0",
91-
"pino-pretty": "^10.2.3",
90+
"pino": "^8.17.2",
91+
"pino-pretty": "^10.3.1",
9292
"shelljs": "^0.8.5",
9393
"solhint-plugin-prettier": "^0.1.0",
94-
"solidity-coverage": "0.8.2",
94+
"solidity-coverage": "0.8.5",
9595
"ts-node": "^10.9.2",
9696
"typechain": "^8.3.2",
9797
"typescript": "^5.3.3"

eslint-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@typescript-eslint/utils": "^5.62.0",
1111
"eslint-config-prettier": "^8.10.0",
1212
"eslint-config-standard": "^16.0.3",
13-
"eslint-plugin-import": "^2.29.0",
13+
"eslint-plugin-import": "^2.29.1",
1414
"eslint-plugin-node": "^11.1.0",
1515
"eslint-plugin-prettier": "^4.2.1",
1616
"eslint-plugin-promise": "^5.2.0",

package.json

+5-7
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,22 @@
1919
"bots",
2020
"bot-pinner",
2121
"contracts",
22-
"dynamic-script",
23-
"evidence-display",
2422
"kleros-sdk",
2523
"subgraph",
2624
"web",
2725
"eslint-config",
2826
"prettier-config",
2927
"tsconfig"
3028
],
31-
"packageManager": "yarn@3.7.0",
29+
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
3230
"volta": {
33-
"node": "16.20.2",
31+
"node": "20.11.0",
3432
"yarn": "3.7.0"
3533
},
3634
"devDependencies": {
37-
"@commitlint/cli": "^17.7.2",
38-
"@commitlint/config-conventional": "^17.6.7",
39-
"buffer": "^5.5.0",
35+
"@commitlint/cli": "^17.8.1",
36+
"@commitlint/config-conventional": "^17.8.1",
37+
"buffer": "^5.7.1",
4038
"conventional-changelog-cli": "^2.2.2",
4139
"husky": "^8.0.3",
4240
"lint-staged": "^13.3.0",

prettier-config/package.json

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

subgraph/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
4343
},
4444
"volta": {
45-
"node": "16.20.2",
45+
"node": "20.11.0",
4646
"yarn": "3.7.0"
4747
},
4848
"dependencies": {
4949
"@graphprotocol/graph-ts": "^0.32.0"
5050
},
5151
"devDependencies": {
52-
"@graphprotocol/graph-cli": "0.64.0",
52+
"@graphprotocol/graph-cli": "0.64.1",
5353
"@kleros/kleros-v2-eslint-config": "workspace:^",
5454
"@kleros/kleros-v2-prettier-config": "workspace:^",
55-
"gluegun": "^5.1.2",
55+
"gluegun": "^5.1.6",
5656
"matchstick-as": "0.6.0"
5757
},
5858
"dependenciesComments": {

web/package.json

+24-24
Original file line numberDiff line numberDiff line change
@@ -43,53 +43,53 @@
4343
"prettier": "@kleros/kleros-v2-prettier-config",
4444
"devDependencies": {
4545
"@graphql-codegen/cli": "^4.0.1",
46-
"@graphql-codegen/client-preset": "^4.1.0",
46+
"@graphql-codegen/client-preset": "^4.2.0",
4747
"@kleros/kleros-v2-eslint-config": "workspace:^",
4848
"@kleros/kleros-v2-prettier-config": "workspace:^",
4949
"@kleros/kleros-v2-tsconfig": "workspace:^",
5050
"@netlify/functions": "^1.6.0",
51-
"@parcel/transformer-svg-react": "2.10.3",
51+
"@parcel/transformer-svg-react": "2.11.0",
5252
"@parcel/watcher": "~2.2.0",
5353
"@types/amqplib": "^0.10.4",
5454
"@types/busboy": "^1.5.3",
55-
"@types/react": "^18.2.14",
56-
"@types/react-dom": "^18.2.7",
57-
"@types/styled-components": "^5.1.26",
55+
"@types/react": "18.2.0",
56+
"@types/react-dom": "^18.2.18",
57+
"@types/styled-components": "^5.1.34",
5858
"@typescript-eslint/eslint-plugin": "^5.62.0",
5959
"@typescript-eslint/parser": "^5.62.0",
6060
"@typescript-eslint/utils": "^5.62.0",
6161
"@wagmi/cli": "^1.5.2",
62-
"eslint": "^8.55.0",
62+
"eslint": "^8.56.0",
6363
"eslint-config-prettier": "^8.10.0",
6464
"eslint-import-resolver-parcel": "^1.10.6",
65-
"eslint-plugin-react": "^7.33.0",
65+
"eslint-plugin-react": "^7.33.2",
6666
"eslint-plugin-react-hooks": "^4.6.0",
6767
"lru-cache": "^7.18.3",
68-
"parcel": "2.10.3",
69-
"supabase": "^1.102.2",
68+
"parcel": "2.11.0",
69+
"supabase": "^1.133.3",
7070
"typescript": "^5.3.3"
7171
},
7272
"dependencies": {
7373
"@filebase/client": "^0.0.5",
7474
"@kleros/kleros-v2-contracts": "workspace:^",
7575
"@kleros/ui-components-library": "^2.6.3",
76-
"@sentry/react": "^7.55.2",
77-
"@sentry/tracing": "^7.55.2",
78-
"@supabase/supabase-js": "^2.33.1",
76+
"@sentry/react": "^7.93.0",
77+
"@sentry/tracing": "^7.93.0",
78+
"@supabase/supabase-js": "^2.39.3",
7979
"@tanstack/react-query": "^4.28.0",
80-
"@types/react-modal": "^3.16.0",
80+
"@types/react-modal": "^3.16.3",
8181
"@web3modal/ethereum": "^2.7.1",
82-
"@web3modal/react": "^2.2.2",
82+
"@web3modal/react": "^2.7.1",
8383
"amqplib": "^0.10.3",
8484
"chart.js": "^3.9.1",
8585
"chartjs-adapter-moment": "^1.0.1",
86-
"core-js": "^3.34.0",
86+
"core-js": "^3.35.0",
8787
"ethers": "^5.7.2",
8888
"graphql": "^16.8.1",
8989
"graphql-request": "~6.1.0",
90-
"moment": "^2.29.4",
91-
"overlayscrollbars": "^2.3.0",
92-
"overlayscrollbars-react": "^0.5.2",
90+
"moment": "^2.30.1",
91+
"overlayscrollbars": "^2.4.6",
92+
"overlayscrollbars-react": "^0.5.3",
9393
"react": "^18.2.0",
9494
"react-chartjs-2": "^4.3.1",
9595
"react-dom": "^18.2.0",
@@ -99,16 +99,16 @@
9999
"react-loading-skeleton": "^3.3.1",
100100
"react-markdown": "^8.0.7",
101101
"react-modal": "^3.16.1",
102-
"react-router-dom": "^6.13.0",
102+
"react-router-dom": "^6.21.2",
103103
"react-scripts": "^5.0.1",
104104
"react-toastify": "^9.1.3",
105-
"react-use": "^17.4.0",
106-
"styled-components": "^5.3.9",
107-
"viem": "^1.21.1",
108-
"wagmi": "^1.4.12"
105+
"react-use": "^17.4.3",
106+
"styled-components": "^5.3.11",
107+
"viem": "^1.21.4",
108+
"wagmi": "^1.4.13"
109109
},
110110
"volta": {
111-
"node": "16.20.2",
111+
"node": "20.11.0",
112112
"yarn": "3.7.0"
113113
}
114114
}

web/src/context/QueryClientProvider.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { QueryClient, QueryClientProvider as _QueryClientProvider } from "@tanst
44
const queryClient = new QueryClient();
55

66
const QueryClientProvider: React.FC<{ children: React.ReactNode }> = ({ children }) => (
7-
<_QueryClientProvider client={queryClient}> {children} </_QueryClientProvider>
7+
<_QueryClientProvider client={queryClient} children={children} />
88
);
99

1010
export default QueryClientProvider;

0 commit comments

Comments
 (0)