Skip to content
This repository was archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Bump @parity/api from 2.1.24 to 5.1.19
Browse files Browse the repository at this point in the history
Bumps [@parity/api](https://github.com/paritytech/js-libs) from 2.1.24 to 5.1.19.
- [Release notes](https://github.com/paritytech/js-libs/releases)
- [Changelog](https://github.com/paritytech/js-libs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paritytech/js-libs/commits/v5.1.19)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored May 5, 2020
1 parent fd0eadc commit ff96c78
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"eject": "react-scripts eject"
},
"dependencies": {
"@parity/api": "^2.1.24",
"@parity/api": "^5.1.19",
"@parity/ui": "^3.1.31",
"mobx": "^3.6.2",
"mobx-react": "^4.4.3",
Expand Down
32 changes: 26 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@
js-sha3 "0.8.0"
utf8 "^3.0.0"

"@parity/abi@^5.1.19":
version "5.1.19"
resolved "https://registry.yarnpkg.com/@parity/abi/-/abi-5.1.19.tgz#7d3b5f994e0a8f4f32a81e11cbf4aa71075aa6b1"
dependencies:
bignumber.js "^8.0.1"
js-sha3 "0.8.0"
utf8 "^3.0.0"

"@parity/abi@~2.1.4":
version "2.1.4"
resolved "https://registry.yarnpkg.com/@parity/abi/-/abi-2.1.4.tgz#23e2b9e6d37a54035b76d941d6d74b9c5d21fb99"
Expand All @@ -36,7 +44,7 @@
js-sha3 "0.5.5"
utf8 "^2.1.2"

"@parity/api@2.1.x", "@parity/api@^2.1.24":
"@parity/api@2.1.x":
version "2.1.24"
resolved "https://registry.yarnpkg.com/@parity/api/-/api-2.1.24.tgz#e04ca177598354b435b83c8cfe7c7c3672bf3e44"
dependencies:
Expand Down Expand Up @@ -70,6 +78,22 @@
store "^2.0.12"
websocket "^1.0.25"

"@parity/api@^5.1.19":
version "5.1.19"
resolved "https://registry.yarnpkg.com/@parity/api/-/api-5.1.19.tgz#045f5ed1fbba366ddc111cd73362bb1f27f0ca98"
dependencies:
"@parity/abi" "^5.1.19"
bignumber.js "^8.0.1"
blockies "0.0.2"
es6-error "4.0.2"
es6-promise "^4.1.1"
eventemitter3 "^3.1.0"
isomorphic-fetch "^2.2.1"
js-sha3 "0.8.0"
lodash "^4.17.11"
store "^2.0.12"
websocket "^1.0.25"

"@parity/etherscan@2.1.x":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@parity/etherscan/-/etherscan-2.1.3.tgz#65dbf4eb0e75a99f0054a8bf227af851ac0a37f4"
Expand All @@ -81,11 +105,7 @@
qs "^6.5.0"
whatwg-fetch "^2.0.3"

"@parity/jsonrpc@2.1.x":
version "2.1.3"
resolved "https://registry.yarnpkg.com/@parity/jsonrpc/-/jsonrpc-2.1.3.tgz#e343d9da0574e7db1f86dbc706a6782c2418a7fb"

"@parity/jsonrpc@^2.1.5":
"@parity/jsonrpc@2.1.x", "@parity/jsonrpc@^2.1.5":
version "2.1.5"
resolved "https://registry.yarnpkg.com/@parity/jsonrpc/-/jsonrpc-2.1.5.tgz#9d2bedff6e90859dcc56f83c8a31042c4dd44849"

Expand Down

0 comments on commit ff96c78

Please sign in to comment.