From 266895150f2265050d597a37e8639dca8b3b431f Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 1 Apr 2021 12:38:13 +0100 Subject: [PATCH] Update remix-plugin version to 0.3.11-alpha.2 --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index a3414a0862..0409175141 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@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", + "@remixproject/engine": "^0.3.11-alpha.2", + "@remixproject/engine-web": "^0.3.11-alpha.2", + "@remixproject/plugin": "^0.3.11-alpha.2", + "@remixproject/plugin-api": "^0.3.11-alpha.2", + "@remixproject/plugin-utils": "^0.3.11-alpha.2", + "@remixproject/plugin-webview": "^0.3.11-alpha.2", + "@remixproject/plugin-ws": "^0.3.11-alpha.2", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1",