Skip to content

Commit

Permalink
chore: remove faker from dependencies
Browse files Browse the repository at this point in the history
BREAKING CHANGE Faker is removed from dependencies and now users must install it by themselves
  • Loading branch information
jorgebodega committed Jan 6, 2022
1 parent d09e154 commit 40f21c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"eslint": "8.5.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.3",
"faker": "5.5.3",
"jest": "27.4.5",
"prettier": "2.5.1",
"semantic-release": "18.0.1",
Expand All @@ -61,7 +62,6 @@
},
"dependencies": {
"chalk": "^4",
"faker": "^5.5.3",
"glob": "^7.2.0",
"ora": "^5",
"reflect-metadata": "^0.1.13",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2709,7 +2709,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

faker@^5.5.3:
faker@5.5.3:
version "5.5.3"
resolved "https://registry.yarnpkg.com/faker/-/faker-5.5.3.tgz#c57974ee484431b25205c2c8dc09fda861e51e0e"
integrity sha512-wLTv2a28wjUyWkbnX7u/ABZBkUkIF2fCd73V6P2oFqEGEktDfzWx4UxrSqtPRw0xPRAcjeAOIiJWqZm3pP4u3g==
Expand Down

0 comments on commit 40f21c8

Please sign in to comment.