Merge branch 'master' into remixd_terminal
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
{ | { | ||
"name": "remix-project", | "name": "remix-project", | ||
"version": "0.18.0-dev", | "version": "0.19.0-dev", | ||
"license": "MIT", | "license": "MIT", | ||
"description": "Ethereum Remix Monorepo", | "description": "Ethereum Remix Monorepo", | ||
"keywords": [ | "keywords": [ | ||
... | @@ -136,13 +136,13 @@ | ... | @@ -136,13 +136,13 @@ |
"@ethereumjs/common": "^2.4.0", | "@ethereumjs/common": "^2.4.0", | ||
"@ethereumjs/tx": "^3.3.0", | "@ethereumjs/tx": "^3.3.0", | ||
"@ethereumjs/vm": "^5.5.0", | "@ethereumjs/vm": "^5.5.0", | ||
"@remixproject/engine": "^0.3.20-alpha.2", | "@remixproject/engine": "^0.3.20", | ||
"@remixproject/engine-web": "^0.3.20-alpha.2", | "@remixproject/engine-web": "^0.3.20", | ||
"@remixproject/plugin": "^0.3.20-alpha.2", | "@remixproject/plugin": "^0.3.20", | ||
"@remixproject/plugin-api": "^0.3.20-alpha.2", | "@remixproject/plugin-api": "^0.3.20", | ||
"@remixproject/plugin-utils": "^0.3.20-alpha.2", | "@remixproject/plugin-utils": "^0.3.20", | ||
"@remixproject/plugin-webview": "^0.3.20-alpha.2", | "@remixproject/plugin-webview": "^0.3.20", | ||
"@remixproject/plugin-ws": "^0.3.20-alpha.2", | "@remixproject/plugin-ws": "^0.3.20", | ||
"ansi-gray": "^0.1.1", | "ansi-gray": "^0.1.1", | ||
"async": "^2.6.2", | "async": "^2.6.2", | ||
"axios": ">=0.21.1", | "axios": ">=0.21.1", | ||
... | ... |
Please
register
or
sign in
to comment