Skip to content

Commit 8f0ea2f

Browse files
committed
add faker dependency
1 parent 483cc38 commit 8f0ea2f

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed
3.44 MB
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
},
2626
"dependencies": {
2727
"@corteks/clify": "^0.2.1",
28+
"@faker-js/faker": "^6.3.1",
2829
"class-transformer": "^0.3.1",
2930
"class-validator": "^0.13.2",
3031
"cli-progress": "^3.8.2",
@@ -71,4 +72,4 @@
7172
"lib": "lib"
7273
},
7374
"packageManager": "yarn@3.2.0"
74-
}
75+
}

yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ __metadata:
416416
resolution: "@corteks/mysql-data-generator@workspace:."
417417
dependencies:
418418
"@corteks/clify": ^0.2.1
419+
"@faker-js/faker": ^6.3.1
419420
"@types/cli-progress": ^3.8.0
420421
"@types/fs-extra": ^8.1.1
421422
"@types/jest": ^25.2.3
@@ -447,6 +448,13 @@ __metadata:
447448
languageName: unknown
448449
linkType: soft
449450

451+
"@faker-js/faker@npm:^6.3.1":
452+
version: 6.3.1
453+
resolution: "@faker-js/faker@npm:6.3.1"
454+
checksum: 05071e952248f4565218a95b089ef8f616130c6ff914bb416ba7c891f81d123b637c2abe8aa2eb7b207b5d4b8bd9c75c8c2133019d2d11db4176948737a95813
455+
languageName: node
456+
linkType: hard
457+
450458
"@gar/promisify@npm:^1.0.1":
451459
version: 1.1.3
452460
resolution: "@gar/promisify@npm:1.1.3"

0 commit comments

Comments
 (0)