Skip to content

Commit c2f20df

Browse files
committed
chore: install faker-js
1 parent 5b390d9 commit c2f20df

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"prettier": "^3.4.2"
1414
},
1515
"dependencies": {
16+
"@faker-js/faker": "^9.5.1",
1617
"dotenv": "^16.4.7",
1718
"jotai": "^2.9.0",
1819
"path": "^0.12.7",

yarn.lock

+5
Original file line numberDiff line numberDiff line change
@@ -1733,6 +1733,11 @@
17331733
find-up "^5.0.0"
17341734
js-yaml "^4.1.0"
17351735

1736+
"@faker-js/faker@^9.5.1":
1737+
version "9.5.1"
1738+
resolved "https://registry.yarnpkg.com/@faker-js/faker/-/faker-9.5.1.tgz#1f32fb726db5f539415455cadbc93c9fb457e42d"
1739+
integrity sha512-0fzMEDxkExR2cn731kpDaCCnBGBUOIXEi2S1N5l8Hltp6aPf4soTMJ+g4k8r2sI5oB+rpwIW8Uy/6jkwGpnWPg==
1740+
17361741
"@floating-ui/core@^1.6.0":
17371742
version "1.6.9"
17381743
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.9.tgz#64d1da251433019dafa091de9b2886ff35ec14e6"

0 commit comments

Comments
 (0)