Updated Dependencies
Updated Dependencies
This commit is contained in:
11
package.json
11
package.json
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "EthoWallet",
|
"name": "EthoWallet",
|
||||||
"version": "2.4.4",
|
"version": "2.4.5",
|
||||||
"description": "Desktop wallet for Etho Protocol ($ETHO)",
|
"description": "Desktop wallet for Etho Protocol ($ETHO)",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -61,23 +61,24 @@
|
|||||||
"electron-storage": "^1.0.7",
|
"electron-storage": "^1.0.7",
|
||||||
"ethereum-private-key-to-address": "^0.0.7",
|
"ethereum-private-key-to-address": "^0.0.7",
|
||||||
"ethereumjs-common": "^1.5.0",
|
"ethereumjs-common": "^1.5.0",
|
||||||
"fs-extra": "^7.0.1",
|
"fs-extra": "^10.0.1",
|
||||||
"handlebars": "^4.7.2",
|
"handlebars": "^4.7.2",
|
||||||
"keythereum": "^1.0.0",
|
"keythereum": "^1.0.0",
|
||||||
"moment": "^2.29.2",
|
"moment": "^2.29.2",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"node-fetch": "^2.6.0",
|
"node-fetch": "^3.2.3",
|
||||||
"pull-file-reader": "^1.0.2",
|
"pull-file-reader": "^1.0.2",
|
||||||
"single-instance": "0.0.1"
|
"single-instance": "0.0.1"
|
||||||
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^17.0.0",
|
"browserify": "^17.0.0",
|
||||||
"electron": "3.1.13",
|
"electron": "3.1.13",
|
||||||
"electron-builder": "^21.2.0",
|
"electron-builder": "^21.2.0",
|
||||||
"ipfs": "^0.40.0",
|
"ipfs": "^0.62.1",
|
||||||
"js-beautify": "^1.14.2",
|
"js-beautify": "^1.14.2",
|
||||||
"libp2p-pnet": "^0.1.0",
|
"libp2p-pnet": "^0.1.0",
|
||||||
"node-gyp": "^6.1.0",
|
"node-gyp": "^9.0.0",
|
||||||
"unibeautify": "^0.17.0",
|
"unibeautify": "^0.17.0",
|
||||||
"unibeautify-cli": "^0.2.1",
|
"unibeautify-cli": "^0.2.1",
|
||||||
"web3": "^1.7.1"
|
"web3": "^1.7.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user