Merge pull request #136 from confio/fix-fast-deep-equal

Fix fast-deep-equal dependency
This commit is contained in:
merge-when-green[bot] 2020-03-06 15:38:33 +00:00 committed by GitHub
commit f2ca2dbaf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,6 @@
"@iov/utils": "^2.0.2",
"@koa/cors": "^3.0.0",
"axios": "^0.19.0",
"fast-deep-equal": "^3.1.1",
"koa": "^2.11.0",
"koa-bodyparser": "^4.2.1",
"readonly-date": "^1.0.0",

View File

@ -42,6 +42,7 @@
"@iov/encoding": "^2.1.0",
"@iov/utils": "^2.0.2",
"axios": "^0.19.0",
"fast-deep-equal": "^3.1.1",
"pako": "^1.0.11"
},
"devDependencies": {