Skip to content

Commit

Permalink
chore(dependencies): Upgrade All (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn authored Apr 23, 2024
2 parents bf6c740 + 675c029 commit 50c257b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions packages/schemas/scripts/check-all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,23 +116,20 @@ for (const toCheck of TO_CHECK) {
await checkSchema({
file: toCheck.file,
getMessage: toCheck.getMessage,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
json,
schema: toCheck.basicSchema,
type: 'basic',
})
await checkSchema({
file: toCheck.file,
getMessage: toCheck.getMessage,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
json,
schema: toCheck.runtimeSchema,
type: 'runtime',
})
await checkSchema({
file: toCheck.file,
getMessage: toCheck.getMessage,
// eslint-disable-next-line @typescript-eslint/no-unsafe-assignment
json,
schema: toCheck.strictSchema,
type: 'strict',
Expand Down

0 comments on commit 50c257b

Please sign in to comment.