Skip to content

Commit

Permalink
chore: node20 except for the contracts/ because of hardhat (node18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jan 16, 2024
1 parent 228bd9a commit 9bb7eb7
Show file tree
Hide file tree
Showing 11 changed files with 1,412 additions and 1,311 deletions.
9 changes: 9 additions & 0 deletions .yarn/plugins/@yarnpkg/plugin-typescript.cjs

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ plugins:
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"

yarnPath: .yarn/releases/yarn-3.7.0.cjs
4 changes: 2 additions & 2 deletions bot-pinner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"packageManager": "yarn@3.7.0",
"volta": {
"node": "16.20.2",
"node": "20.11.0",
"yarn": "3.7.0"
},
"scripts": {
Expand All @@ -20,6 +20,6 @@
"node": ">=16.13.0"
},
"devDependencies": {
"@dappnode/dappnodesdk": "^0.3.8"
"@dappnode/dappnodesdk": "^0.3.11"
}
}
14 changes: 7 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"node": ">=16.0.0"
},
"volta": {
"node": "16.20.2",
"node": "18.19.0",
"yarn": "3.7.0"
},
"publishConfig": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"@kleros/kleros-v2-tsconfig": "workspace:^",
"@logtail/pino": "^0.4.0",
"@logtail/pino": "^0.4.19",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-solhint": "^3.0.1",
Expand All @@ -68,10 +68,10 @@
"@typechain/hardhat": "^7.0.0",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^16.18.68",
"@types/node": "^20.11.3",
"@wagmi/cli": "^1.5.2",
"abitype": "^0.10.3",
"chai": "^4.3.10",
"chai": "^4.4.1",
"dotenv": "^16.3.1",
"ethereumjs-util": "^7.1.5",
"ethers": "^5.7.2",
Expand All @@ -87,11 +87,11 @@
"hardhat-tracer": "^2.7.0",
"hardhat-watcher": "^2.5.0",
"node-fetch": "^3.3.2",
"pino": "^8.17.0",
"pino-pretty": "^10.2.3",
"pino": "^8.17.2",
"pino-pretty": "^10.3.1",
"shelljs": "^0.8.5",
"solhint-plugin-prettier": "^0.1.0",
"solidity-coverage": "0.8.2",
"solidity-coverage": "0.8.5",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@typescript-eslint/utils": "^5.62.0",
"eslint-config-prettier": "^8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^5.2.0",
Expand Down
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,22 @@
"bots",
"bot-pinner",
"contracts",
"dynamic-script",
"evidence-display",
"kleros-sdk",
"subgraph",
"web",
"eslint-config",
"prettier-config",
"tsconfig"
],
"packageManager": "yarn@3.7.0",
"packageManager": "yarn@4.0.2+sha256.825003a0f561ad09a3b1ac4a3b3ea6207af2796d54f62a9420520915721f5186",
"volta": {
"node": "16.20.2",
"node": "20.11.0",
"yarn": "3.7.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.6.7",
"buffer": "^5.5.0",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
"buffer": "^5.7.1",
"conventional-changelog-cli": "^2.2.2",
"husky": "^8.0.3",
"lint-staged": "^13.3.0",
Expand Down
4 changes: 2 additions & 2 deletions prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"main": "index.js",
"license": "MIT",
"dependencies": {
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.2.0"
"prettier-plugin-solidity": "^1.3.1"
},
"scripts": {
"lint:w": "eslint --fix '**/*.{gql,graphql,js,jsx,ts,tsx,json,md}'",
Expand Down
6 changes: 3 additions & 3 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
},
"volta": {
"node": "16.20.2",
"node": "20.11.0",
"yarn": "3.7.0"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.32.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.64.0",
"@graphprotocol/graph-cli": "0.64.1",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"gluegun": "^5.1.2",
"gluegun": "^5.1.6",
"matchstick-as": "0.6.0"
},
"dependenciesComments": {
Expand Down
48 changes: 24 additions & 24 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,53 +43,53 @@
"prettier": "@kleros/kleros-v2-prettier-config",
"devDependencies": {
"@graphql-codegen/cli": "^4.0.1",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/client-preset": "^4.2.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"@kleros/kleros-v2-tsconfig": "workspace:^",
"@netlify/functions": "^1.6.0",
"@parcel/transformer-svg-react": "2.10.3",
"@parcel/transformer-svg-react": "2.11.0",
"@parcel/watcher": "~2.2.0",
"@types/amqplib": "^0.10.4",
"@types/busboy": "^1.5.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.7",
"@types/styled-components": "^5.1.26",
"@types/react": "18.2.0",
"@types/react-dom": "^18.2.18",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@typescript-eslint/utils": "^5.62.0",
"@wagmi/cli": "^1.5.2",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.10.0",
"eslint-import-resolver-parcel": "^1.10.6",
"eslint-plugin-react": "^7.33.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lru-cache": "^7.18.3",
"parcel": "2.10.3",
"supabase": "^1.102.2",
"parcel": "2.11.0",
"supabase": "^1.133.3",
"typescript": "^5.3.3"
},
"dependencies": {
"@filebase/client": "^0.0.5",
"@kleros/kleros-v2-contracts": "workspace:^",
"@kleros/ui-components-library": "^2.6.3",
"@sentry/react": "^7.55.2",
"@sentry/tracing": "^7.55.2",
"@supabase/supabase-js": "^2.33.1",
"@sentry/react": "^7.93.0",
"@sentry/tracing": "^7.93.0",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^4.28.0",
"@types/react-modal": "^3.16.0",
"@types/react-modal": "^3.16.3",
"@web3modal/ethereum": "^2.7.1",
"@web3modal/react": "^2.2.2",
"@web3modal/react": "^2.7.1",
"amqplib": "^0.10.3",
"chart.js": "^3.9.1",
"chartjs-adapter-moment": "^1.0.1",
"core-js": "^3.34.0",
"core-js": "^3.35.0",
"ethers": "^5.7.2",
"graphql": "^16.8.1",
"graphql-request": "~6.1.0",
"moment": "^2.29.4",
"overlayscrollbars": "^2.3.0",
"overlayscrollbars-react": "^0.5.2",
"moment": "^2.30.1",
"overlayscrollbars": "^2.4.6",
"overlayscrollbars-react": "^0.5.3",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
Expand All @@ -99,16 +99,16 @@
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"react-router-dom": "^6.13.0",
"react-router-dom": "^6.21.2",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.3",
"react-use": "^17.4.0",
"styled-components": "^5.3.9",
"viem": "^1.21.1",
"wagmi": "^1.4.12"
"react-use": "^17.4.3",
"styled-components": "^5.3.11",
"viem": "^1.21.4",
"wagmi": "^1.4.13"
},
"volta": {
"node": "16.20.2",
"node": "20.11.0",
"yarn": "3.7.0"
}
}
2 changes: 1 addition & 1 deletion web/src/context/QueryClientProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { QueryClient, QueryClientProvider as _QueryClientProvider } from "@tanst
const queryClient = new QueryClient();

const QueryClientProvider: React.FC<{ children: React.ReactNode }> = ({ children }) => (
<_QueryClientProvider client={queryClient}> {children} </_QueryClientProvider>
<_QueryClientProvider client={queryClient} children={children} />
);

export default QueryClientProvider;
Loading

0 comments on commit 9bb7eb7

Please sign in to comment.