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

Commit

Permalink
Merge pull request #241 from paritytech/ac-update-deps
Browse files Browse the repository at this point in the history
Update @parity/electron dependency (fix #240)
  • Loading branch information
amaury1093 authored Nov 9, 2018
2 parents fd453bb + 9b11086 commit 7a63c11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/fether-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test": "echo Skipped."
},
"dependencies": {
"@parity/electron": "^1.0.1",
"@parity/electron": "^1.0.2",
"commander": "^2.15.1",
"commander-remaining-args": "^1.2.0",
"fether-react": "^0.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1122,10 +1122,10 @@
"@parity/api" "^2.1.24"
bignumber.js "^7.2.1"

"@parity/electron@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@parity/electron/-/electron-1.0.1.tgz#cd0fc067ff7b118397c550126c14ac99d1b8f19b"
integrity sha512-bodpgk057IWyg50q3B8as2vbaBMr4FCbDN3eeV2i01Q5Pk4ugzsMq5xiTucrOchy1RcXtNqN47S9lTyJcnLjtA==
"@parity/electron@^1.0.2":
version "1.0.2"
resolved "https://registry.yarnpkg.com/@parity/electron/-/electron-1.0.2.tgz#097e7f8b345b374a33ff13c3d286cc5029127f05"
integrity sha512-ZwynbH8jyxY7bH/lYiEB2bttq4lwtmml+WyZM5G3O4P2AJRBYKoAnoc3as8HDJ+hsqdZ/6Ok+sTp8BqzqLLDRA==
dependencies:
async-retry "^1.2.1"
axios "^0.18.0"
Expand Down

0 comments on commit 7a63c11

Please sign in to comment.