Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
BayBreezy committed Nov 25, 2024
1 parent d4906e6 commit 2527447
Show file tree
Hide file tree
Showing 7 changed files with 1,080 additions and 1,028 deletions.
2 changes: 1 addition & 1 deletion docs/app/components/content/Examples/BasicExample.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
...Array.from({ length: 20 }, (v, k) => [
k + 1,
faker.person.fullName(),
faker.helpers.fromRegExp(/\d{3}-\d{3}-\d{4}/),
faker.helpers.fromRegExp(/[0-9]{3}-[0-9]{3}-[0-9]{4}/),
faker.internet.email()?.toLowerCase(),
]),
],
Expand Down
Loading

0 comments on commit 2527447

Please sign in to comment.