File tree 9 files changed +1348
-1366
lines changed
9 files changed +1348
-1366
lines changed Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ enableGlobalCache: false
4
4
5
5
nodeLinker : node-modules
6
6
7
- yarnPath : .yarn/releases/yarn-4.5.1 .cjs
7
+ yarnPath : .yarn/releases/yarn-4.6.0 .cjs
Original file line number Diff line number Diff line change 14
14
],
15
15
"type" : " module" ,
16
16
"volta" : {
17
- "node" : " 20.11.0 "
17
+ "node" : " 20.18.2 "
18
18
},
19
19
"publishConfig" : {
20
20
"access" : " public" ,
Original file line number Diff line number Diff line change 15
15
],
16
16
"type" : " commonjs" ,
17
17
"volta" : {
18
- "node" : " 20.11.0 "
18
+ "node" : " 20.18.2 "
19
19
},
20
20
"publishConfig" : {
21
21
"access" : " public" ,
Original file line number Diff line number Diff line change 28
28
" tsconfig" ,
29
29
" kleros-app"
30
30
],
31
- "packageManager" : " yarn@4.5.1 " ,
31
+ "packageManager" : " yarn@4.6.0 " ,
32
32
"volta" : {
33
- "node" : " 20.11.0 " ,
34
- "yarn" : " 4.5.1 "
33
+ "node" : " 20.18.2 " ,
34
+ "yarn" : " 4.6.0 "
35
35
},
36
36
"devDependencies" : {
37
37
"@commitlint/cli" : " ^17.8.1" ,
Original file line number Diff line number Diff line change 68
68
"stop-local-indexer" : " docker compose -f ../services/graph-node/docker-compose.yml down && rm -rf ../services/graph-node/data"
69
69
},
70
70
"volta" : {
71
- "node" : " 20.11.0 "
71
+ "node" : " 20.18.2 "
72
72
},
73
73
"dependencies" : {
74
- "@graphprotocol/graph-ts" : " ^0.32 .0"
74
+ "@graphprotocol/graph-ts" : " ^0.37 .0"
75
75
},
76
76
"devDependencies" : {
77
- "@graphprotocol/graph-cli" : " 0.64.1 " ,
77
+ "@graphprotocol/graph-cli" : " ^0.95.0 " ,
78
78
"@kleros/kleros-v2-eslint-config" : " workspace:^" ,
79
79
"@kleros/kleros-v2-prettier-config" : " workspace:^" ,
80
80
"eslint" : " ^9.15.0" ,
81
81
"gluegun" : " ^5.2.0" ,
82
82
"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"
86
83
}
87
84
}
Original file line number Diff line number Diff line change 8
8
"license" : " MIT" ,
9
9
"type" : " module" ,
10
10
"volta" : {
11
- "node" : " 20.11.0 " ,
11
+ "node" : " 20.18.2 " ,
12
12
"yarn" : " 4.5.1"
13
13
},
14
14
"scripts" : {
Original file line number Diff line number Diff line change 23
23
"svgs" : " ./src/assets/svgs"
24
24
},
25
25
"scripts" : {
26
+ "clean" : " rimraf node_modules/ dist/" ,
26
27
"start" : " yarn start-devnet" ,
27
28
"start-local" : " scripts/runEnv.sh local 'yarn generate && vite'" ,
28
29
"start-devnet" : " scripts/runEnv.sh devnet 'yarn generate && vite'" ,
70
71
"eslint-plugin-react-hooks" : " ^4.6.2" ,
71
72
"globals" : " ^15.12.0" ,
72
73
"lru-cache" : " ^7.18.3" ,
74
+ "rimraf" : " ^6.0.1" ,
73
75
"typescript" : " ^5.6.3" ,
74
76
"vite" : " ^5.4.11" ,
75
77
"vite-plugin-node-polyfills" : " ^0.21.0" ,
You can’t perform that action at this time.
0 commit comments