Skip to content

Commit 5a8cd1b

Browse files
committed
fix(deps): remove @types/faker package
Because faker almost completed migrating to TypeScript so that DefinitelyTyped no longer needs to maintain its external [@types/faker](https://www.npmjs.com/package/@types/faker) package. ref: https://fakerjs.dev/about/announcements/2022-01-14.html
1 parent f6ef697 commit 5a8cd1b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"devDependencies": {
3838
"@auto-it/conventional-commits": "^10.33.0",
3939
"@graphql-codegen/testing": "^1.17.7",
40-
"@types/faker": "^5.5.9",
4140
"@types/jest": "^27.0.2",
4241
"@typescript-eslint/eslint-plugin": "^5.1.0",
4342
"@typescript-eslint/parser": "^5.1.0",

yarn.lock

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -921,11 +921,6 @@
921921
resolved "https://registry.yarnpkg.com/@types/command-line-usage/-/command-line-usage-5.0.2.tgz#ba5e3f6ae5a2009d466679cc431b50635bf1a064"
922922
integrity sha512-n7RlEEJ+4x4TS7ZQddTmNSxP+zziEG0TNsMfiRIxcIVXt71ENJ9ojeXmGO3wPoTdn7pJcU2xc3CJYMktNT6DPg==
923923

924-
"@types/faker@^5.5.9":
925-
version "5.5.9"
926-
resolved "https://registry.yarnpkg.com/@types/faker/-/faker-5.5.9.tgz#588ede92186dc557bff8341d294335d50d255f0c"
927-
integrity sha512-uCx6mP3UY5SIO14XlspxsGjgaemrxpssJI0Ol+GfhxtcKpv9pgRZYsS4eeKeHVLje6Qtc8lGszuBI461+gVZBA==
928-
929924
"@types/graceful-fs@^4.1.2":
930925
version "4.1.5"
931926
resolved "https://registry.yarnpkg.com/@types/graceful-fs/-/graceful-fs-4.1.5.tgz#21ffba0d98da4350db64891f92a9e5db3cdb4e15"

0 commit comments

Comments
 (0)