json-rpc: Remove @iov/encoding dependency

This commit is contained in:
willclarktech 2020-06-24 15:51:59 +02:00
parent 254faa935e
commit 5fa013cc92
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7
2 changed files with 0 additions and 11 deletions

View File

@ -42,7 +42,6 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@iov/encoding": "^2.5.0",
"@iov/stream": "^2.3.2",
"xstream": "^11.10.0"
}

View File

@ -102,16 +102,6 @@
bn.js "^4.11.8"
readonly-date "^1.0.0"
"@iov/encoding@^2.5.0":
version "2.5.0"
resolved "https://registry.yarnpkg.com/@iov/encoding/-/encoding-2.5.0.tgz#9612e529f45e63633b2375c13db28b9330ce6293"
integrity sha512-HGHLlQEvD23rFjW5PQrxD2B/6LiBHVSxqX6gjOz9KfcmIMIftRA0qROrTITfjjjUr/yZZEeNk4qjuBls9TaYcA==
dependencies:
"@cosmjs/encoding" "^0.20.0"
"@cosmjs/math" "^0.20.0"
"@cosmjs/utils" "^0.20.0"
readonly-date "^1.0.0"
"@iov/jsonrpc@^2.3.2":
version "2.3.2"
resolved "https://registry.yarnpkg.com/@iov/jsonrpc/-/jsonrpc-2.3.2.tgz#5cdfa56333741073cc00f17d54efb9f526b9705a"