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

Commit

Permalink
fix: Update the latest js-libs version that is possible
Browse files Browse the repository at this point in the history
  • Loading branch information
ltfschoen committed Jan 13, 2019
1 parent 10093dd commit 9e40f92
Show file tree
Hide file tree
Showing 3 changed files with 3,012 additions and 5,221 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": "https://github.com/paritytech/js-libs.git#luke-81-electron-4",
"@parity/electron": "^3.0.1",
"commander": "^2.15.1",
"commander-remaining-args": "^1.2.0",
"fether-react": "^0.2.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/fether-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
},
"dependencies": {
"@craco/craco": "^3.2.3",
"@parity/api": "^3.0.11",
"@parity/contracts": "^3.0.11",
"@parity/light.js": "^3.0.11",
"@parity/light.js-react": "^3.0.11",
"@parity/api": "^3.0.13",
"@parity/contracts": "^3.0.13",
"@parity/light.js": "^3.0.13",
"@parity/light.js-react": "^3.0.13",
"bignumber.js": "^8.0.1",
"bip39": "^2.5.0",
"debounce-promise": "^3.1.0",
Expand Down
Loading

0 comments on commit 9e40f92

Please sign in to comment.