File tree Expand file tree Collapse file tree 9 files changed +1348
-1366
lines changed Expand file tree Collapse file tree 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
44
55nodeLinker : node-modules
66
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 1414 ],
1515 "type" : " module" ,
1616 "volta" : {
17- "node" : " 20.11.0 "
17+ "node" : " 20.18.2 "
1818 },
1919 "publishConfig" : {
2020 "access" : " public" ,
Original file line number Diff line number Diff line change 1515 ],
1616 "type" : " commonjs" ,
1717 "volta" : {
18- "node" : " 20.11.0 "
18+ "node" : " 20.18.2 "
1919 },
2020 "publishConfig" : {
2121 "access" : " public" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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" : {
Original file line number Diff line number Diff line change 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'" ,
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" ,
You can’t perform that action at this time.
0 commit comments