Commit 1f33563 1 parent 6fdf53d commit 1f33563 Copy full SHA for 1f33563
File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 10
10
"test:unit" : " echo 'No unit tests defined'" ,
11
11
"test:lint" : " prettier . --check" ,
12
12
"test:config" : " ts-node --project tsconfig.scripts.json ./bin/check-config.ts" ,
13
+ "update:addressbook" : " ncu --upgrade blockchain-addressbook viem && yarn install" ,
13
14
"configure" : " ./bin/prepare.sh "
14
15
},
15
16
"main" : " ./bin/index.js" ,
22
23
"@graphprotocol/graph-ts" : " ^0.34.0" ,
23
24
"@types/lodash" : " ^4.17.7" ,
24
25
"assemblyscript-prettier" : " ^3.0.1" ,
25
- "blockchain-addressbook" : " ^0.47.106 " ,
26
+ "blockchain-addressbook" : " ^0.47.117 " ,
26
27
"husky" : " >=7" ,
27
28
"lint-staged" : " >=10" ,
28
29
"lodash" : " ^4.17.21" ,
29
30
"matchstick-as" : " ^0.6.0" ,
30
31
"mustache" : " ^4.2.0" ,
32
+ "npm-check-updates" : " ^17.1.13" ,
31
33
"prettier" : " ^3.2.5" ,
32
34
"typescript" : " ^5.3.3"
33
35
},
Original file line number Diff line number Diff line change @@ -927,10 +927,10 @@ blob-to-it@^1.0.1:
927
927
dependencies :
928
928
browser-readablestream-to-it "^1.0.3"
929
929
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 ==
934
934
935
935
bn.js@4.11.6 :
936
936
version "4.11.6"
@@ -2787,6 +2787,11 @@ normalize-path@^3.0.0, normalize-path@~3.0.0:
2787
2787
resolved "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz"
2788
2788
integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
2789
2789
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
+
2790
2795
npm-run-path@^4.0.1 :
2791
2796
version "4.0.1"
2792
2797
resolved "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz"
You can’t perform that action at this time.
0 commit comments