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 8b93306 commit c7c25fe
Show file tree
Hide file tree
Showing 8 changed files with 7,754 additions and 7,795 deletions.
2 changes: 0 additions & 2 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ enableGlobalCache: false
enableTelemetry: 0

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
2 changes: 1 addition & 1 deletion relayer-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions relayer-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion validator-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions veascan-subgraph-inbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions veascan-subgraph-outbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
10 changes: 5 additions & 5 deletions veascan-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c7c25fe

Please sign in to comment.