From 1f33563750a28b98dcca60d9bdd475fd69996fc6 Mon Sep 17 00:00:00 2001 From: prevostc <998369+prevostc@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:38:31 +0100 Subject: [PATCH] add ab update script --- package.json | 4 +++- yarn.lock | 13 +++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4356b18..a0006b8 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 73f2b0e..29515db 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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== bn.js@4.11.6: version "4.11.6" @@ -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"