Skip to content

Commit

Permalink
Add typescript and zod-to-json-schema to upgrade dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 11, 2024
1 parent e43b2e1 commit 691ad6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/upgrade-deps.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ const autos = [
"openai",
"playwright",
"tsx",
"typescript",
"@vscode/vsce",
"yaml",
"zod-to-json-schema",
"zx",
]
const branch = `deps/${new Date().toISOString().replace(/[^0-9]/g, "-")}`
Expand Down

0 comments on commit 691ad6c

Please sign in to comment.