Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump of node and yarn #281

Merged
merged 2 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -204,3 +204,5 @@ veascan-subgraph-inbox/generated/*
veascan-subgraph-inbox/build/*
validator-subgraph-inbox/generated/*
validator-subgraph-inbox/build/*

cache
541 changes: 0 additions & 541 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

14 changes: 0 additions & 14 deletions .yarn/plugins/@yarnpkg/plugin-stage.cjs

This file was deleted.

550 changes: 0 additions & 550 deletions .yarn/plugins/@yarnpkg/plugin-version.cjs

This file was deleted.

823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

14 changes: 5 additions & 9 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
- path: .yarn/plugins/@yarnpkg/plugin-stage.cjs
spec: "@yarnpkg/plugin-stage"
enableTelemetry: 0

yarnPath: .yarn/releases/yarn-3.3.1.cjs
nodeLinker: node-modules
11 changes: 4 additions & 7 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
"solidity",
"smart contracts"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"publishConfig": {
"access": "public",
Expand Down Expand Up @@ -100,8 +100,5 @@
"ts-node": "^10.9.1",
"typechain": "^8.1.1",
"typescript": "^4.9.5"
},
"dependencies": {
"@openzeppelin/contracts": "^5.0.2"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"veascan-subgraph-inbox",
"veascan-subgraph-outbox"
],
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
Expand Down
10 changes: 5 additions & 5 deletions relayer-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-relayer-cli",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"scripts": {
"start-devnet-relayer": "npx ts-node ./src/devnetRelayExample.ts"
Expand All @@ -18,7 +18,7 @@
"dotenv": "^16.0.3",
"pm2": "^5.2.2",
"typescript": "^4.9.5",
"web3": "^1.8.2",
"web3": "^1.10.4",
"web3-batched-send": "^1.0.3"
}
}
3 changes: 3 additions & 0 deletions relayer-subgraph-inbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
12 changes: 6 additions & 6 deletions relayer-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-relayer-subgraph-inbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"scripts": {
"codegen": "graph codegen",
Expand All @@ -19,10 +19,10 @@
"test": "graph test"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.29.3"
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.44.0",
"@graphprotocol/graph-cli": "^0.73.0",
"concat-stream": "^2.0.0",
"gluegun": "^5.1.2",
"matchstick-as": "0.5.2"
Expand Down
10 changes: 5 additions & 5 deletions validator-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/vea-validator-cli",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"scripts": {
"start": "npx ts-node ./src/ArbToEth/watcher.ts",
Expand All @@ -22,7 +22,7 @@
"dotenv": "^16.0.3",
"pm2": "^5.2.2",
"typescript": "^4.9.5",
"web3": "^1.10.0",
"web3": "^1.10.4",
"web3-batched-send": "^1.0.3"
}
}
3 changes: 3 additions & 0 deletions veascan-subgraph-inbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
12 changes: 6 additions & 6 deletions veascan-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/veascan-subgraph-inbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"scripts": {
"codegen": "graph codegen",
Expand All @@ -18,9 +18,9 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/veascan-inbox"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.29.3"
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.44.0"
"@graphprotocol/graph-cli": "^0.73.0"
}
}
3 changes: 3 additions & 0 deletions veascan-subgraph-outbox/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
generated
build
contracts
12 changes: 6 additions & 6 deletions veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@kleros/veascan-subgraph-outbox",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"volta": {
"node": "16.19.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"scripts": {
"update:sepolia": "./scripts/update.sh sepolia sepolia ArbToEthDevnet",
Expand All @@ -22,10 +22,10 @@
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 kleros/veascan-outbox"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.29.3"
"@graphprotocol/graph-ts": "^0.35.1"
},
"devDependencies": {
"@goldskycom/cli": "^1.6.0",
"@graphprotocol/graph-cli": "^0.44.0"
"@graphprotocol/graph-cli": "^0.73.0"
}
}
16 changes: 8 additions & 8 deletions veascan-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
},
"homepage": "https://github.com/kleros/vea#readme",
"license": "MIT",
"packageManager": "yarn@3.3.1",
"packageManager": "yarn@4.2.2",
"volta": {
"node": "16.20.0",
"yarn": "3.3.1"
"node": "18.20.3",
"yarn": "4.2.2"
},
"alias": {
"~": "./",
Expand All @@ -40,9 +40,9 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"devDependencies": {
"@graphprotocol/client-cli": "^2.2.20",
"@graphprotocol/client-cli": "^2.2.22",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.0",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/typescript": "^2.8.8",
"@graphql-codegen/typescript-operations": "^2.5.13",
"@parcel/transformer-svg-react": "^2.8.3",
Expand All @@ -67,16 +67,16 @@
"typescript": "^4.9.5"
},
"dependencies": {
"@kleros/ui-components-library": "^2.4.0",
"@kleros/ui-components-library": "^2.12.0",
"@kleros/vea-contracts": "workspace:^",
"@sentry/react": "^7.37.2",
"@sentry/tracing": "^7.37.2",
"@wagmi/chains": "^1.8.0",
"@wagmi/core": "^2.10.2",
"core-js": "^3.30.1",
"ethers": "^5.7.2",
"graphql": "^16.6.0",
"graphql-request": "^6.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
Expand Down
Loading
Loading