Skip to content

Commit

Permalink
chore:(deps): bump @polkadot/api from 4.0.3 to 4.1.1 (#474)
Browse files Browse the repository at this point in the history
Bumps [@polkadot/api](https://github.com/polkadot-js/api) from 4.0.3 to 4.1.1.
- [Release notes](https://github.com/polkadot-js/api/releases)
- [Changelog](https://github.com/polkadot-js/api/blob/master/CHANGELOG.md)
- [Commits](polkadot-js/api@v4.0.3...v4.1.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 15, 2021
1 parent dfeec8c commit 91f7dfa
Showing 1 changed file with 29 additions and 65 deletions.
94 changes: 29 additions & 65 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -618,33 +618,33 @@
resolved "https://registry.yarnpkg.com/@open-web3/orml-type-definitions/-/orml-type-definitions-0.9.1.tgz#6c0572ec8a879f23a4f45df29abff8af328d1c83"
integrity sha512-nC/csEqQsHtYQBUSOy+P5UOuH8oV71+LxUAwYbiiK1iDYF2L/xv6xFrGE+tnabs3eAkeF9zbin0aWq6beVQebg==

"@polkadot/api-derive@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-4.0.3.tgz#542d871d84c64f927565d655eabce0ec2b917a4a"
integrity sha512-ADHrIoYumHJBQuIdtDEX6LPiJVZmLGBlFvlkRGYsKL7qJzRZtkzfuNgd8i3cZVDKk9mlcpldmj1DTiN3KBjH0Q==
"@polkadot/api-derive@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-4.1.1.tgz#ae130f529dc6cf32b432733f2c7e640537a6f3ca"
integrity sha512-umYQf7kaQjZm0n0Tzgji3W6KjUpSSNkF/OQ1eDGpDucQ04AmD0ZtQUi0gu8nTwEFLxRj2UqLZOVh5yLPDg4Muw==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/api" "4.0.3"
"@polkadot/rpc-core" "4.0.3"
"@polkadot/types" "4.0.3"
"@polkadot/api" "4.1.1"
"@polkadot/rpc-core" "4.1.1"
"@polkadot/types" "4.1.1"
"@polkadot/util" "^6.0.5"
"@polkadot/util-crypto" "^6.0.5"
"@polkadot/x-rxjs" "^6.0.5"
bn.js "^4.11.9"

"@polkadot/api@4.0.3", "@polkadot/api@^4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-4.0.3.tgz#e3e11ab6341f84562c29677fb9d14d499c6aa892"
integrity sha512-jZf/NBkj6Ao7hG3I0ay7zOyDZm21tdqNRqglagBI+9Nw3wPvPL2Dz/mnGQCaeSq/fv/frY6YZQvouj4gRQzGwQ==
"@polkadot/api@4.1.1", "@polkadot/api@^4.0.3":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-4.1.1.tgz#8310789d3fbbadfc0c39b305c341c8f5b67ff0b9"
integrity sha512-/ZZrCxxhZgf4ruIHm2Wx4WUYwLKNtUC3K+z07tJjVoBhNbkIPRBkNaVVDMfZL9jgxCYBgW1xLV8YU6crk8VriA==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/api-derive" "4.0.3"
"@polkadot/api-derive" "4.1.1"
"@polkadot/keyring" "^6.0.5"
"@polkadot/metadata" "4.0.3"
"@polkadot/rpc-core" "4.0.3"
"@polkadot/rpc-provider" "4.0.3"
"@polkadot/types" "4.0.3"
"@polkadot/types-known" "4.0.3"
"@polkadot/metadata" "4.1.1"
"@polkadot/rpc-core" "4.1.1"
"@polkadot/rpc-provider" "4.1.1"
"@polkadot/types" "4.1.1"
"@polkadot/types-known" "4.1.1"
"@polkadot/util" "^6.0.5"
"@polkadot/util-crypto" "^6.0.5"
"@polkadot/x-rxjs" "^6.0.5"
Expand Down Expand Up @@ -689,18 +689,6 @@
"@polkadot/util-crypto" "^5.4.4"
bn.js "^4.11.9"

"@polkadot/metadata@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-4.0.3.tgz#f0c7b63f8d0f40d8f81218849613f35edcb8157b"
integrity sha512-w4QRpIendx0LWINS3o93weqrNenI4X5T2iOdiPYd+DkIj1k3GI9An5BWnta9e953xEtGstwW169PF/itWMKyTw==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/types" "4.0.3"
"@polkadot/types-known" "4.0.3"
"@polkadot/util" "^6.0.5"
"@polkadot/util-crypto" "^6.0.5"
bn.js "^4.11.9"

"@polkadot/metadata@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-4.1.1.tgz#eb2c0d98f811d1a7f09d6a3fc65d48125d8dba78"
Expand All @@ -727,25 +715,25 @@
dependencies:
"@babel/runtime" "^7.13.9"

"@polkadot/rpc-core@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.0.3.tgz#40046acd961d925ef69532694f48437c7bceef0c"
integrity sha512-BJD5OS9uYlNMNPwRSFB0oT7az9NXBapapcafi6g1O6d4rvDwmsiptKr4+hkoLhzpuZcx6rfYSsVf7oz1v1J9/g==
"@polkadot/rpc-core@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-4.1.1.tgz#020f06a5b3b09664a9bb570f9fcab704db1d4e2b"
integrity sha512-w9G2kcGDdEK/ae+UfuqN11ZUWzAriEXvbbYJr5+i60Mdi5KPWsGWAOpTCWpmnW5BD12gHgWNCTiEjW3hxjj/lg==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/metadata" "4.0.3"
"@polkadot/rpc-provider" "4.0.3"
"@polkadot/types" "4.0.3"
"@polkadot/metadata" "4.1.1"
"@polkadot/rpc-provider" "4.1.1"
"@polkadot/types" "4.1.1"
"@polkadot/util" "^6.0.5"
"@polkadot/x-rxjs" "^6.0.5"

"@polkadot/rpc-provider@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-4.0.3.tgz#55d3e87ff439e2908292fac80bcbd8244291f283"
integrity sha512-xddbODw+uMQrrdWWtKb39OwFqs6VFxvBHDjKmnB8IEUzKq2CIEDJG4qe3y2FfTeVCLWWxSmtxyOj0xo3jok3uw==
"@polkadot/rpc-provider@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-4.1.1.tgz#18be2d6baf66eb2056377482ff22e71ebb2ad82c"
integrity sha512-3yC4y2bl1QKilQMfY/GTXz9FLQBxQ2d2fR8g/vBMZFR3NSTehJVFaX2wGD3YSopkOewJrky0k0QlGL+mvbsKFQ==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/types" "4.0.3"
"@polkadot/types" "4.1.1"
"@polkadot/util" "^6.0.5"
"@polkadot/util-crypto" "^6.0.5"
"@polkadot/x-fetch" "^6.0.5"
Expand All @@ -764,17 +752,6 @@
"@polkadot/util" "^5.4.4"
bn.js "^4.11.9"

"@polkadot/types-known@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.0.3.tgz#e1a39c938d5b91c175eb548a586bde6a521205b2"
integrity sha512-XF6Ft2L3zU0E294SpySFi0fv9JIrL0YM0ftOrvqagdXopchc9Sg9XTm3uoukrT8yVu5IVWjQHyk2NwqeAlNV4A==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/networks" "^6.0.5"
"@polkadot/types" "4.0.3"
"@polkadot/util" "^6.0.5"
bn.js "^4.11.9"

"@polkadot/types-known@4.1.1":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-4.1.1.tgz#67c5aaeaa0274ca37897570ec7b57928cb06453b"
Expand All @@ -799,19 +776,6 @@
"@types/bn.js" "^4.11.6"
bn.js "^4.11.9"

"@polkadot/types@4.0.3":
version "4.0.3"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-4.0.3.tgz#80640b102b585c7971c7116df6a23bcb1379aa31"
integrity sha512-aLNugf0Zyde8gAkHtPh8Pp2Rw6XJUUIDe9v/Lc3siJji6aPJuzwHW9XoJYBw8A8pl0MbmrJk3js/o3hEKqmFqg==
dependencies:
"@babel/runtime" "^7.13.9"
"@polkadot/metadata" "4.0.3"
"@polkadot/util" "^6.0.5"
"@polkadot/util-crypto" "^6.0.5"
"@polkadot/x-rxjs" "^6.0.5"
"@types/bn.js" "^4.11.6"
bn.js "^4.11.9"

"@polkadot/types@4.1.1", "@polkadot/types@^4.0.3":
version "4.1.1"
resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-4.1.1.tgz#316ee036bab36a2a3d87d6ee227488942df7d90f"
Expand Down

0 comments on commit 91f7dfa

Please sign in to comment.