Merge pull request #1182 from ethereum/contextmenu
added customactions
Showing
... | @@ -163,7 +163,6 @@ | ... | @@ -163,7 +163,6 @@ |
"jquery": "^3.3.1", | "jquery": "^3.3.1", | ||
"jszip": "^3.6.0", | "jszip": "^3.6.0", | ||
"latest-version": "^5.1.0", | "latest-version": "^5.1.0", | ||
"lodash": "^4.17.21", | |||
"merge": "^1.2.0", | "merge": "^1.2.0", | ||
"npm-install-version": "^6.0.2", | "npm-install-version": "^6.0.2", | ||
"react": "16.13.1", | "react": "16.13.1", | ||
... | @@ -178,7 +177,7 @@ | ... | @@ -178,7 +177,7 @@ |
"web3": "1.2.4", | "web3": "1.2.4", | ||
"winston": "^3.3.3", | "winston": "^3.3.3", | ||
"ws": "^7.3.0" | "ws": "^7.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.4.5", | "@babel/core": "^7.4.5", | ||
"@babel/plugin-transform-modules-amd": "^7.10.4", | "@babel/plugin-transform-modules-amd": "^7.10.4", | ||
... | ... |
Please
register
or
sign in
to comment