Skip to content

Commit f6ef697

Browse files
committed
feat(deps): execute yarn add @faker-js/faker --dev
1 parent 9866d14 commit f6ef697

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"fakes"
2323
],
2424
"dependencies": {
25+
"@faker-js/faker": "^7.5.0",
2526
"@graphql-codegen/plugin-helpers": "^2.4.1",
2627
"casual": "^1.6.2",
2728
"indefinite": "^2.4.1",

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,11 @@
430430
minimatch "^3.0.4"
431431
strip-json-comments "^3.1.1"
432432

433+
"@faker-js/faker@^7.5.0":
434+
version "7.5.0"
435+
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-7.5.0.tgz#8e8265f65f5b68d2a57886d59b03788eeb676264"
436+
integrity sha512-8wNUCCUHvfvI0gQpDUho/3gPzABffnCn5um65F8dzQ86zz6dlt4+nmAA7PQUc8L+eH+9RgR/qzy5N/8kN0Ozdw==
437+
433438
"@graphql-codegen/[email protected]":
434439
version "1.17.7"
435440
resolved "https://registry.yarnpkg.com/@graphql-codegen/plugin-helpers/-/plugin-helpers-1.17.7.tgz#5903105fda9470aafefe9da29e3a6fb3a52b8376"

0 commit comments

Comments
 (0)