fix: freeze zx version

Should hopefully unblock deployment
This commit is contained in:
2025-04-23 09:54:32 -04:00
parent e71177acc7
commit 99f37a0684
2 changed files with 1 additions and 1 deletions

BIN
bun.lockb

Binary file not shown.

View File

@@ -50,7 +50,7 @@
"ts-morph": "^22.0.0",
"typescript": "^5.5.4",
"wrangler": "^3.80.0",
"zx": "^8.1.5"
"zx": "8.1.5"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"