From 4fc000489d86574b9e15e8291544fc8f81d48168 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 16 Nov 2020 17:29:54 +0100 Subject: [PATCH] use remix-plugin 0.3.3 --- libs/remixd/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 41e73def6a..c5a72cd00f 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -35,10 +35,10 @@ }, "homepage": "https://github.com/ethereum/remix-project#readme", "dependencies": { - "@remixproject/plugin": "^0.3.2", - "@remixproject/plugin-api": "^0.3.2", - "@remixproject/plugin-utils": "^0.3.2", - "@remixproject/plugin-ws": "^0.3.2", + "@remixproject/plugin": "^0.3.3", + "@remixproject/plugin-api": "^0.3.3", + "@remixproject/plugin-utils": "^0.3.3", + "@remixproject/plugin-ws": "^0.3.3", "axios": "^0.20.0", "chokidar": "^2.1.8", "commander": "^2.20.3",