Skip to content

Commit 1f33563

Browse files
committed
add ab update script
1 parent 6fdf53d commit 1f33563

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"test:unit": "echo 'No unit tests defined'",
1111
"test:lint": "prettier . --check",
1212
"test:config": "ts-node --project tsconfig.scripts.json ./bin/check-config.ts",
13+
"update:addressbook": "ncu --upgrade blockchain-addressbook viem && yarn install",
1314
"configure": "./bin/prepare.sh "
1415
},
1516
"main": "./bin/index.js",
@@ -22,12 +23,13 @@
2223
"@graphprotocol/graph-ts": "^0.34.0",
2324
"@types/lodash": "^4.17.7",
2425
"assemblyscript-prettier": "^3.0.1",
25-
"blockchain-addressbook": "^0.47.106",
26+
"blockchain-addressbook": "^0.47.117",
2627
"husky": ">=7",
2728
"lint-staged": ">=10",
2829
"lodash": "^4.17.21",
2930
"matchstick-as": "^0.6.0",
3031
"mustache": "^4.2.0",
32+
"npm-check-updates": "^17.1.13",
3133
"prettier": "^3.2.5",
3234
"typescript": "^5.3.3"
3335
},

yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -927,10 +927,10 @@ blob-to-it@^1.0.1:
927927
dependencies:
928928
browser-readablestream-to-it "^1.0.3"
929929

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

935935
bn.js@4.11.6:
936936
version "4.11.6"
@@ -2787,6 +2787,11 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
27872787
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
27882788
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
27892789

2790+
npm-check-updates@^17.1.13:
2791+
version "17.1.13"
2792+
resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.1.13.tgz#93e1c5fa5b8e11bca0bd143650b14ffcf9fc6b5a"
2793+
integrity sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==
2794+
27902795
npm-run-path@^4.0.1:
27912796
version "4.0.1"
27922797
resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"

0 commit comments

Comments
 (0)