Skip to content

Commit

Permalink
chore: bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jun 5, 2024
1 parent c7c25fe commit 5582e5b
Show file tree
Hide file tree
Showing 9 changed files with 2,161 additions and 2,161 deletions.
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"publishConfig": {
"access": "public",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"scripts": {
"start-devnet-relayer": "npx ts-node ./src/devnetRelayExample.ts"
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"scripts": {
"codegen": "graph codegen",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"scripts": {
"start": "npx ts-node ./src/ArbToEth/watcher.ts",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"scripts": {
"codegen": "graph codegen",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"engines": {
"node": ">=18.0.0"
},
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"scripts": {
"update:sepolia": "./scripts/update.sh sepolia sepolia ArbToEthDevnet",
Expand Down
4 changes: 2 additions & 2 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@4.0.2",
"packageManager": "yarn@4.2.2",
"volta": {
"node": "18.20.3",
"yarn": "4.0.2"
"yarn": "4.2.2"
},
"alias": {
"~": "./",
Expand Down
Loading

0 comments on commit 5582e5b

Please sign in to comment.