Skip to content

Commit

Permalink
add ab update script
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Jan 13, 2025
1 parent 6fdf53d commit 1f33563
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"test:unit": "echo 'No unit tests defined'",
"test:lint": "prettier . --check",
"test:config": "ts-node --project tsconfig.scripts.json ./bin/check-config.ts",
"update:addressbook": "ncu --upgrade blockchain-addressbook viem && yarn install",
"configure": "./bin/prepare.sh "
},
"main": "./bin/index.js",
Expand All @@ -22,12 +23,13 @@
"@graphprotocol/graph-ts": "^0.34.0",
"@types/lodash": "^4.17.7",
"assemblyscript-prettier": "^3.0.1",
"blockchain-addressbook": "^0.47.106",
"blockchain-addressbook": "^0.47.117",
"husky": ">=7",
"lint-staged": ">=10",
"lodash": "^4.17.21",
"matchstick-as": "^0.6.0",
"mustache": "^4.2.0",
"npm-check-updates": "^17.1.13",
"prettier": "^3.2.5",
"typescript": "^5.3.3"
},
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -927,10 +927,10 @@ blob-to-it@^1.0.1:
dependencies:
browser-readablestream-to-it "^1.0.3"

blockchain-addressbook@^0.47.106:
version "0.47.106"
resolved "https://registry.yarnpkg.com/blockchain-addressbook/-/blockchain-addressbook-0.47.106.tgz#6deb2d7e7ae78a096e92c0121805289f3118f083"
integrity sha512-zOUBYl4G4yc552jeSDyg+Zl9AhYV5vk/W2TnmppL4OJ2dADRmhyw5EC/KFtjkvNkN+P7zXMkH2Wl836ePeCr5Q==
blockchain-addressbook@^0.47.117:
version "0.47.117"
resolved "https://registry.yarnpkg.com/blockchain-addressbook/-/blockchain-addressbook-0.47.117.tgz#660a8bc224d2444cd25fb49da5c73aa9cc9567e3"
integrity sha512-tqzb7RLvFstX4J6TR05tbZiubfvWCjCBUwYPZvXNJaEcsy7Yn0rVgGNbUDiV1hGup37iXtPlTjsfHKgKJs/jTA==

[email protected]:
version "4.11.6"
Expand Down Expand Up @@ -2787,6 +2787,11 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==

npm-check-updates@^17.1.13:
version "17.1.13"
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.1.13.tgz#93e1c5fa5b8e11bca0bd143650b14ffcf9fc6b5a"
integrity sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==

npm-run-path@^4.0.1:
version "4.0.1"
resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"
Expand Down

0 comments on commit 1f33563

Please sign in to comment.