update deps

This commit is contained in:
Devin Zuczek
2026-06-29 23:44:57 -04:00
parent 021fc0fe89
commit c9ec13fc6c
22 changed files with 1076 additions and 1686 deletions
+6 -6
View File
@@ -34,15 +34,15 @@
"test": "run-vitest"
},
"dependencies": {
"esbuild": "0.27.4",
"slugify": "1.6.8",
"wrangler": "4.76.0",
"yaml": "2.8.3",
"zod": "4.3.6",
"esbuild": "0.28.1",
"slugify": "1.6.9",
"wrangler": "4.105.0",
"yaml": "2.9.0",
"zod": "4.4.3",
"zx": "8.8.5"
},
"devDependencies": {
"@repo/tools": "workspace:*",
"vitest": "4.1.0"
"vitest": "4.1.9"
}
}