Skip to content

Commit 506c595

Browse files
committed
chore: bump tooling deps
1 parent f57885b commit 506c595

File tree

3 files changed

+45
-47
lines changed

3 files changed

+45
-47
lines changed

.husky/pre-commit

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
42
deno task staged

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Recipe for deploying the hyper Service Framework to Render using their Infra as Code feature",
44
"tasks": {
55
"cache": "deno cache --lock=deno.lock --lock-write ./app/deps.ts",
6-
"prepare": "deno run -A --no-lock npm:husky@^8 install",
6+
"prepare": "deno run -A --no-lock npm:husky@^9",
77
"staged": "deno run -A --no-lock npm:lint-staged@^15",
88
"test": "deno lint && deno test --no-lock -A"
99
},

deno.lock

Lines changed: 44 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)