Skip to content

Commit

Permalink
chore: bump tooling deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Feb 26, 2024
1 parent f57885b commit 506c595
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 47 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

deno task staged
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Recipe for deploying the hyper Service Framework to Render using their Infra as Code feature",
"tasks": {
"cache": "deno cache --lock=deno.lock --lock-write ./app/deps.ts",
"prepare": "deno run -A --no-lock npm:husky@^8 install",
"prepare": "deno run -A --no-lock npm:husky@^9",
"staged": "deno run -A --no-lock npm:lint-staged@^15",
"test": "deno lint && deno test --no-lock -A"
},
Expand Down
88 changes: 44 additions & 44 deletions deno.lock

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

0 comments on commit 506c595

Please sign in to comment.