Skip to content

Commit 2cc7d14

Browse files
committed
chore: minor version bump for graph-cli, graph-ts, node, yarn
1 parent 386da9f commit 2cc7d14

File tree

9 files changed

+1348
-1366
lines changed

9 files changed

+1348
-1366
lines changed

.yarn/releases/yarn-4.5.1.cjs .yarn/releases/yarn-4.6.0.cjs

+278-278
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.5.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

kleros-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"type": "module",
1616
"volta": {
17-
"node": "20.11.0"
17+
"node": "20.18.2"
1818
},
1919
"publishConfig": {
2020
"access": "public",

kleros-sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"type": "commonjs",
1717
"volta": {
18-
"node": "20.11.0"
18+
"node": "20.18.2"
1919
},
2020
"publishConfig": {
2121
"access": "public",

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
"tsconfig",
2929
"kleros-app"
3030
],
31-
"packageManager": "yarn@4.5.1",
31+
"packageManager": "yarn@4.6.0",
3232
"volta": {
33-
"node": "20.11.0",
34-
"yarn": "4.5.1"
33+
"node": "20.18.2",
34+
"yarn": "4.6.0"
3535
},
3636
"devDependencies": {
3737
"@commitlint/cli": "^17.8.1",

subgraph/package.json

+3-6
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,17 @@
6868
"stop-local-indexer": "docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
6969
},
7070
"volta": {
71-
"node": "20.11.0"
71+
"node": "20.18.2"
7272
},
7373
"dependencies": {
74-
"@graphprotocol/graph-ts": "^0.32.0"
74+
"@graphprotocol/graph-ts": "^0.37.0"
7575
},
7676
"devDependencies": {
77-
"@graphprotocol/graph-cli": "0.64.1",
77+
"@graphprotocol/graph-cli": "^0.95.0",
7878
"@kleros/kleros-v2-eslint-config": "workspace:^",
7979
"@kleros/kleros-v2-prettier-config": "workspace:^",
8080
"eslint": "^9.15.0",
8181
"gluegun": "^5.2.0",
8282
"matchstick-as": "0.6.0"
83-
},
84-
"dependenciesComments": {
85-
"@graphprotocol/graph-cli": "pinned because of this issue: https://github.com/graphprotocol/graph-tooling/issues/1399#issuecomment-1676104540"
8683
}
8784
}

web-devtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"license": "MIT",
99
"type": "module",
1010
"volta": {
11-
"node": "20.11.0",
11+
"node": "20.18.2",
1212
"yarn": "4.5.1"
1313
},
1414
"scripts": {

web/package.json

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"svgs": "./src/assets/svgs"
2424
},
2525
"scripts": {
26+
"clean": "rimraf node_modules/ dist/",
2627
"start": "yarn start-devnet",
2728
"start-local": "scripts/runEnv.sh local 'yarn generate && vite'",
2829
"start-devnet": "scripts/runEnv.sh devnet 'yarn generate && vite'",
@@ -70,6 +71,7 @@
7071
"eslint-plugin-react-hooks": "^4.6.2",
7172
"globals": "^15.12.0",
7273
"lru-cache": "^7.18.3",
74+
"rimraf": "^6.0.1",
7375
"typescript": "^5.6.3",
7476
"vite": "^5.4.11",
7577
"vite-plugin-node-polyfills": "^0.21.0",

0 commit comments

Comments
 (0)