Skip to content

Commit

Permalink
chore: minor version bump for graph-cli, graph-ts, node, yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
jaybuidl committed Jan 27, 2025
1 parent 386da9f commit 2cc7d14
Show file tree
Hide file tree
Showing 9 changed files with 1,348 additions and 1,366 deletions.
556 changes: 278 additions & 278 deletions .yarn/releases/yarn-4.5.1.cjs → .yarn/releases/yarn-4.6.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ enableGlobalCache: false

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.5.1.cjs
yarnPath: .yarn/releases/yarn-4.6.0.cjs
2 changes: 1 addition & 1 deletion kleros-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"type": "module",
"volta": {
"node": "20.11.0"
"node": "20.18.2"
},
"publishConfig": {
"access": "public",
Expand Down
2 changes: 1 addition & 1 deletion kleros-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"type": "commonjs",
"volta": {
"node": "20.11.0"
"node": "20.18.2"
},
"publishConfig": {
"access": "public",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"tsconfig",
"kleros-app"
],
"packageManager": "yarn@4.5.1",
"packageManager": "yarn@4.6.0",
"volta": {
"node": "20.11.0",
"yarn": "4.5.1"
"node": "20.18.2",
"yarn": "4.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.8.1",
Expand Down
9 changes: 3 additions & 6 deletions subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,20 +68,17 @@
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
},
"volta": {
"node": "20.11.0"
"node": "20.18.2"
},
"dependencies": {
"@graphprotocol/graph-ts": "^0.32.0"
"@graphprotocol/graph-ts": "^0.37.0"
},
"devDependencies": {
"@graphprotocol/graph-cli": "0.64.1",
"@graphprotocol/graph-cli": "^0.95.0",
"@kleros/kleros-v2-eslint-config": "workspace:^",
"@kleros/kleros-v2-prettier-config": "workspace:^",
"eslint": "^9.15.0",
"gluegun": "^5.2.0",
"matchstick-as": "0.6.0"
},
"dependenciesComments": {
"@graphprotocol/graph-cli": "pinned because of this issue: https://github.com/graphprotocol/graph-tooling/issues/1399#issuecomment-1676104540"
}
}
2 changes: 1 addition & 1 deletion web-devtools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"license": "MIT",
"type": "module",
"volta": {
"node": "20.11.0",
"node": "20.18.2",
"yarn": "4.5.1"
},
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"svgs": "./src/assets/svgs"
},
"scripts": {
"clean": "rimraf node_modules/ dist/",
"start": "yarn start-devnet",
"start-local": "scripts/runEnv.sh local 'yarn generate && vite'",
"start-devnet": "scripts/runEnv.sh devnet 'yarn generate && vite'",
Expand Down Expand Up @@ -70,6 +71,7 @@
"eslint-plugin-react-hooks": "^4.6.2",
"globals": "^15.12.0",
"lru-cache": "^7.18.3",
"rimraf": "^6.0.1",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-plugin-node-polyfills": "^0.21.0",
Expand Down
Loading

0 comments on commit 2cc7d14

Please sign in to comment.