Skip to content

Commit 2b2f77c

Browse files
committed
chore: upgrade deps
1 parent 2ce8208 commit 2b2f77c

File tree

4 files changed

+803
-346
lines changed

4 files changed

+803
-346
lines changed

.husky/pre-commit

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx --no-install lint-staged

bench.mts

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for (const entry of await fs.readdir(FIXTURES)) {
4040
if (compareAPI) {
4141
group(() => {
4242
bench(entry, check(api));
43-
bench(`${entry}#${COMPARE}`, check(compareAPI));
43+
bench(`${entry}#${COMPARE}`, check(compareAPI!));
4444
});
4545
} else {
4646
bench(entry, check(api));

0 commit comments

Comments
 (0)