Skip to content

Commit

Permalink
chore(deps): update dependency husky to ^9.1.7 (#31)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency husky to ^9.1.7

* fix: update link validator ignore

Ignoring dao.api3.org because of the ipfs redirect

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Derek Croote <dcroote@users.noreply.github.com>
  • Loading branch information
renovate[bot] and dcroote authored Nov 26, 2024
1 parent e983d79 commit 66adcd5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions libs/link-validator-ignore.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[
"/api3-whitepaper-v1.0.3.pdf",
"NOTE: The lib link-validator.js uses these as a 'contains' lookup.",
"https://api3.eth/",
"https://github.com/api3dao/api3-dao/",
"https://github.com/api3dao/dao-docs",
"https://etherscan.io/address/"
"https://dao.api3.org",
"https://etherscan.io"
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"colors": "^1.4.0",
"file": "^0.2.2",
"fs-extra": "^11.2.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"medium-zoom": "^1.1.0",
"oust": "^2.0.4",
"prettier": "^3.3.3",
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 66adcd5

Please sign in to comment.