Skip to content

Commit

Permalink
fix(typeorm-seeding): dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelfimov committed Sep 18, 2024
1 parent 0e2ece2 commit 7a1f505
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/typeorm-seeding/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"postpack": "rm -rf dist"
},
"dependencies": {
"@faker-js/faker": "9.0.1",
"typeorm": "0.3.20"
},
"devDependencies": {
"@faker-js/faker": "9.0.1",
"@types/node": "22.5.5"
},
"publishConfig": {
Expand Down
1 change: 1 addition & 0 deletions packages/typeorm-seeding/src/generators/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const generator = {
number: numberGenerator,
date: dateGenerator,
text: textGenerator,

boolean: faker.datatype.boolean,
uuid: faker.string.uuid,
}

0 comments on commit 7a1f505

Please sign in to comment.