Skip to content

Commit

Permalink
fix: 🐛 move fast-deep-equal to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Dec 18, 2020
1 parent 0cbd4a0 commit 59a8459
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 @@ -45,6 +45,7 @@
"json-schema-serializer": "1.0.1",
"ts-brand-json": "0.1.1",
"rxjs": "6",
"fast-deep-equal": "3.1.3",
"tslib": "2"
},
"devDependencies": {
Expand All @@ -53,7 +54,6 @@
"@semantic-release/npm": "^7.0.5",
"@types/jest": "^26.0.13",
"benchmark": "^2.1.4",
"fast-deep-equal": "^3.1.3",
"fast-json-patch": "^3.0.0-1",
"husky": "^4.2.5",
"jest": "^26.4.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@ extsprintf@^1.2.0:
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.4.0.tgz#e2689f8f356fad62cca65a3a91c5df5f9551692f"
integrity sha1-4mifjzVvrWLMplo6kcXfX5VRaS8=

fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
[email protected].3, fast-deep-equal@^3.1.1:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
Expand Down

0 comments on commit 59a8459

Please sign in to comment.