Skip to content

Commit a8710ad

Browse files
committed
Undo faker package changes for updating yarn
1 parent 602c29a commit a8710ad

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@babel/preset-env": "^7.26.9",
2323
"@babel/preset-react": "^7.18.6",
2424
"@babel/preset-typescript": "^7.18.6",
25-
"@faker-js/faker": "^9.6.0",
2625
"@jest/globals": "^29.3.1",
2726
"@types/jest": "^29.5.12",
2827
"@types/node": "^22.10.5",

packages/apps/job-launcher/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"zxcvbn": "^4.4.2"
6969
},
7070
"devDependencies": {
71+
"@faker-js/faker": "^9.8.0",
7172
"@golevelup/ts-jest": "^0.6.1",
7273
"@nestjs/cli": "^10.3.2",
7374
"@nestjs/schematics": "^11.0.2",

packages/apps/reputation-oracle/server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"zxcvbn": "^4.4.2"
6969
},
7070
"devDependencies": {
71+
"@faker-js/faker": "^9.8.0",
7172
"@golevelup/ts-jest": "^0.6.1",
7273
"@nestjs/cli": "^10.3.2",
7374
"@nestjs/schematics": "^11.0.2",

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
],
5252
"license": "MIT",
5353
"devDependencies": {
54+
"@faker-js/faker": "^9.8.0",
5455
"@nomicfoundation/hardhat-chai-matchers": "^2.0.7",
5556
"@nomicfoundation/hardhat-ethers": "^3.0.5",
5657
"@nomicfoundation/hardhat-network-helpers": "^1.0.12",

0 commit comments

Comments
 (0)