Skip to content

Commit

Permalink
Upgrade graph-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Nov 30, 2024
1 parent ad49490 commit c57472f
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 153 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"license": "MIT",
"devDependencies": {
"@graphprotocol/graph-cli": "^0.73.0",
"@graphprotocol/graph-cli": "^0.90.1",
"@graphprotocol/graph-ts": "^0.35.1",
"assemblyscript-prettier": "^3.0.1",
"husky": "^9.0.11",
Expand All @@ -50,7 +50,7 @@
"typescript": "^5.3.3"
},
"lint-staged": {
"*.*": "prettier --write"
"*.{ts,js,json,yaml,yml,md,graphql}": "prettier --write"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c57472f

Please sign in to comment.