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
+4 -4
View File
@@ -10,14 +10,14 @@
"test": "run-vitest"
},
"dependencies": {
"@turbo/gen": "2.8.20",
"slugify": "1.6.8",
"zod": "4.3.6",
"@turbo/gen": "2.10.1",
"slugify": "1.6.9",
"zod": "4.4.3",
"zx": "8.8.5"
},
"devDependencies": {
"@repo/tools": "workspace:*",
"@repo/typescript-config": "workspace:*",
"vitest": "4.1.0"
"vitest": "4.1.9"
}
}