Install fast-deep-equal

This commit is contained in:
Simon Warta 2020-12-22 18:24:51 +01:00
parent 5a47d64037
commit 93e0434be5
2 changed files with 6 additions and 5 deletions

View File

@ -47,7 +47,8 @@
"@cosmjs/encoding": "^0.24.0-alpha.13",
"@cosmjs/math": "^0.24.0-alpha.13",
"@cosmjs/utils": "^0.24.0-alpha.13",
"axios": "^0.19.0"
"axios": "^0.19.0",
"fast-deep-equal": "^3.1.3"
},
"devDependencies": {
"readonly-date": "^1.0.0"

View File

@ -3978,10 +3978,10 @@ 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:
version "3.1.1"
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.1.tgz#545145077c501491e33b15ec408c294376e94ae4"
integrity sha512-8UEa58QDLauDNfpbrX55Q9jrGHThw2ZMdOky5Gl1CDtVeJDPVrG4Jxx1N8jw2gkWaff5UUuX1KJd+9zGe2B+ZA==
fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
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==
fast-diff@^1.1.2:
version "1.2.0"