Skip to content

Commit

Permalink
fix(seeder): declare missing dependency on globby
Browse files Browse the repository at this point in the history
  • Loading branch information
B4nan committed Feb 14, 2022
1 parent 83eb7cc commit 0599032
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"access": "public"
},
"dependencies": {
"@faker-js/faker": "6.0.0-alpha.6"
"@faker-js/faker": "6.0.0-alpha.6",
"globby": "11.0.4"
},
"devDependencies": {
"@mikro-orm/core": "^5.0.1"
Expand Down

0 comments on commit 0599032

Please sign in to comment.