Merge pull request #511 from ethereum/remixplugin0.3
Use remix plugin 0.3
Showing
This diff is collapsed.
... | @@ -127,16 +127,27 @@ | ... | @@ -127,16 +127,27 @@ |
] | ] | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@remixproject/engine": "^0.2.3", | "@remixproject/engine": "^0.3.3", | ||
"@remixproject/engine-web": "^0.3.3", | |||
"@remixproject/plugin": "^0.3.3", | |||
"@remixproject/plugin-api": "^0.3.2", | |||
"@remixproject/plugin-utils": "^0.3.2", | |||
"@remixproject/plugin-webview": "^0.3.3", | |||
"@remixproject/plugin-ws": "^0.3.3", | |||
"@types/jest": "^26.0.5", | "@types/jest": "^26.0.5", | ||
"@types/tape": "^4.2.33", | "@types/tape": "^4.2.33", | ||
"ansi-gray": "^0.1.1", | "ansi-gray": "^0.1.1", | ||
"axios": "^0.20.0", | |||
"change-case": "^4.1.1", | "change-case": "^4.1.1", | ||
"chokidar": "^2.1.8", | |||
"color-support": "^1.1.3", | "color-support": "^1.1.3", | ||
"commander": "^2.20.3", | |||
"ethereumjs-block": "^2.2.2", | "ethereumjs-block": "^2.2.2", | ||
"ethereumjs-tx": "^2.1.2", | "ethereumjs-tx": "^2.1.2", | ||
"ethereumjs-vm": "4.1.3", | "ethereumjs-vm": "4.1.3", | ||
"fs-extra": "^3.0.1", | |||
"http-server": "^0.11.1", | "http-server": "^0.11.1", | ||
"isbinaryfile": "^3.0.2", | |||
"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", | ||
... | @@ -145,15 +156,6 @@ | ... | @@ -145,15 +156,6 @@ |
"signale": "^1.4.0", | "signale": "^1.4.0", | ||
"time-stamp": "^2.2.0", | "time-stamp": "^2.2.0", | ||
"winston": "^3.3.3", | "winston": "^3.3.3", | ||
"@remixproject/plugin": "0.3.0-beta.5", | |||
"@remixproject/plugin-api": "0.3.0-beta.5", | |||
"@remixproject/plugin-utils": "0.3.0-beta.5", | |||
"@remixproject/plugin-ws": "^0.3.0-beta.8", | |||
"axios": "^0.20.0", | |||
"chokidar": "^2.1.8", | |||
"commander": "^2.20.3", | |||
"fs-extra": "^3.0.1", | |||
"isbinaryfile": "^3.0.2", | |||
"ws": "^7.3.0" | "ws": "^7.3.0" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
... | ... |
Please
register
or
sign in
to comment