Skip to content

Commit

Permalink
build: upgrade all packages to the latest non-breaking versions
Browse files Browse the repository at this point in the history
build: update graph-related scripts to not use "--debug" flag
  • Loading branch information
scorpion9979 committed Dec 1, 2023
1 parent e7d4c77 commit 6f10243
Show file tree
Hide file tree
Showing 2 changed files with 2,694 additions and 1,348 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@
"devDependencies": {
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@graphprotocol/graph-cli": "^0.22.1",
"@graphprotocol/graph-ts": "^0.22.1",
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"@graphprotocol/graph-cli": "^0.62.0",
"@graphprotocol/graph-ts": "^0.31.0",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/node": "^15.14.9",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"commander": "^7.2.0",
"commitizen": "^4.2.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.10.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"lint-staged": "^11.2.6",
"mustache": "^4.2.0",
"prettier": "^2.3.1",
"shx": "^0.3.3",
"typescript": "^4.3.2"
"prettier": "^2.8.8",
"shx": "^0.3.4",
"typescript": "^4.9.5"
},
"homepage": "https://github.com/hifi-finance/hifi-subgraph#readme",
"license": "LGPL-3.0-or-later",
Expand All @@ -38,9 +38,9 @@
"url": "https://github.com/hifi-finance/hifi-subgraph"
},
"scripts": {
"build": "graph build --debug",
"build": "graph build",
"clean": "shx rm -rf ./build ./src/types ./subgraph.yaml",
"codegen": "graph codegen --debug --output-dir src/types/",
"codegen": "graph codegen --output-dir src/types/",
"commit": "git-cz",
"deploy": "graph deploy $SUBGRAPH_NAME --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy:mainnet": "yarn run prepare:mainnet && SUBGRAPH_NAME=hifi-finance/hifi yarn deploy",
Expand Down
Loading

0 comments on commit 6f10243

Please sign in to comment.