Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Bump rpc-cap for better methodNotFound errors
Browse files Browse the repository at this point in the history
  • Loading branch information
danfinlay committed Dec 2, 2019
1 parent 130a6d2 commit 4536194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
"redux-thunk": "^2.2.0",
"request-promise": "^4.2.1",
"reselect": "^3.0.1",
"rpc-cap": "^1.0.0",
"rpc-cap": "^1.0.2",
"safe-event-emitter": "^1.0.1",
"safe-json-stringify": "^1.2.0",
"ses": "^0.6.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23338,10 +23338,10 @@ rn-host-detect@^1.1.5:
resolved "https://registry.yarnpkg.com/rn-host-detect/-/rn-host-detect-1.1.5.tgz#fbecb982b73932f34529e97932b9a63e58d8deb6"
integrity sha512-ufk2dFT3QeP9HyZ/xTuMtW27KnFy815CYitJMqQm+pgG3ZAtHBsrU8nXizNKkqXGy3bQmhEoloVbrfbvMJMqkg==

rpc-cap@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/rpc-cap/-/rpc-cap-1.0.0.tgz#a4568a35749d59c24212e608d37590c41ac1198d"
integrity sha512-40HhfODqm8kV7PpheDlT0aVs4JqeCws6aMwwd7KdZtMI9DY8FnCQGzOyUf6zsTPgmWPPxEW5Z4hc2pV7SsuyMw==
rpc-cap@^1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/rpc-cap/-/rpc-cap-1.0.2.tgz#5be0e1abcbb8a5e42898c744e56326dd52b1b32c"
integrity sha512-KHbx5H7eYZ301wLTIzwFCig1uBaxb8soVWFxzxGd5fjxQZiCpwTJAvwcmOcXU+lOwIU9GZxZzQ3HJ7yw2gaAFQ==
dependencies:
clone "^2.1.2"
eth-json-rpc-errors "^2.0.0"
Expand Down

0 comments on commit 4536194

Please sign in to comment.