Skip to content

Commit

Permalink
Switch to vitest & update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Skye-31 committed Nov 16, 2023
1 parent 91f5894 commit d5e4777
Show file tree
Hide file tree
Showing 11 changed files with 4,973 additions and 3,369 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
{
name: DataTypes.STRING,
age: DataTypes.NUMBER,
}
},
);

type User = Infer<typeof users>;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
email: {
type: DataTypes.STRING,
},
}
},
);
type User = Infer<typeof users>;

Expand Down
Loading

0 comments on commit d5e4777

Please sign in to comment.