deps update
This commit is contained in:
26
package.json
26
package.json
@@ -57,32 +57,34 @@
|
|||||||
"email": "admin@ethoprotocol.com",
|
"email": "admin@ethoprotocol.com",
|
||||||
"license": "CC0-1.0",
|
"license": "CC0-1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@ethereumjs/common": "^2.6.5",
|
"@ethereumjs/common": "3.0.0",
|
||||||
"@unibeautify/beautifier-js-beautify": "^0.4.0",
|
"@unibeautify/beautifier-js-beautify": "^0.4.0",
|
||||||
"adm-zip": "^0.5.9",
|
"adm-zip": "^0.5.9",
|
||||||
"app-root-path": "^3.0.0",
|
"app-root-path": "^3.1.0",
|
||||||
"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.2",
|
||||||
"fs-extra": "^10.0.1",
|
"fs-extra": "^10.0.1",
|
||||||
"handlebars": "^4.7.2",
|
"handlebars": "^4.7.7",
|
||||||
"keythereum": "^1.0.0",
|
"keythereum": "2.0.0",
|
||||||
"moment": "^2.29.4",
|
"moment": "^2.29.4",
|
||||||
"nedb": "^1.8.0",
|
"nedb": "^1.8.0",
|
||||||
"node-fetch": "^3.2.3",
|
"node-fetch": "^3.2.10",
|
||||||
"pull-file-reader": "^1.0.2",
|
"pull-file-reader": "^1.0.2",
|
||||||
"single-instance": "0.0.1"
|
"single-instance": "0.0.1",
|
||||||
|
"undici": "^5.11.0",
|
||||||
|
"wrtc": "^0.4.7"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browserify": "^17.0.0",
|
"browserify": "^17.0.0",
|
||||||
"electron": "11.5.0",
|
"electron": "11.5.0",
|
||||||
"electron-builder": "^22.14.13",
|
"electron-builder": "^22.14.13",
|
||||||
"ipfs": "^0.62.1",
|
"ipfs": "^0.64.2",
|
||||||
"js-beautify": "^1.14.2",
|
"js-beautify": "^1.14.6",
|
||||||
"libp2p-pnet": "^0.1.0",
|
"libp2p-pnet": "^0.1.0",
|
||||||
"node-gyp": "^9.0.0",
|
"node-gyp": "^9.2.0",
|
||||||
"unibeautify": "^0.17.0",
|
"unibeautify": "^0.17.1",
|
||||||
"unibeautify-cli": "^0.2.1",
|
"unibeautify-cli": "^0.2.1",
|
||||||
"web3": "^1.7.1"
|
"web3": "^1.8.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user