From 10fada9cfd38c8459a011ab29535b347fe52529e Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 2 Apr 2021 09:15:58 +0200 Subject: [PATCH] bump 311 --- libs/remixd/package.json | 8 ++++---- package.json | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/libs/remixd/package.json b/libs/remixd/package.json index 3c3d9f22b1..0b39ec2da2 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.3", - "@remixproject/plugin-api": "^0.3.3", - "@remixproject/plugin-utils": "^0.3.3", - "@remixproject/plugin-ws": "^0.3.3", + "@remixproject/plugin": "^0.3.11", + "@remixproject/plugin-api": "^0.3.11", + "@remixproject/plugin-utils": "^0.3.11", + "@remixproject/plugin-ws": "^0.3.11", "axios": ">=0.21.1", "chokidar": "^2.1.8", "commander": "^2.20.3", diff --git a/package.json b/package.json index 0a2507608f..5180840e01 100644 --- a/package.json +++ b/package.json @@ -130,13 +130,13 @@ }, "dependencies": { "@erebos/bzz-node": "^0.13.0", - "@remixproject/engine": "^0.3.11-alpha.5", - "@remixproject/engine-web": "^0.3.11-alpha.5", - "@remixproject/plugin": "^0.3.11-alpha.5", - "@remixproject/plugin-api": "^0.3.11-alpha.5", - "@remixproject/plugin-utils": "^0.3.11-alpha.5", - "@remixproject/plugin-webview": "^0.3.11-alpha.5", - "@remixproject/plugin-ws": "^0.3.11-alpha.5", + "@remixproject/engine": "^0.3.11", + "@remixproject/engine-web": "^0.3.11", + "@remixproject/plugin": "^0.3.11", + "@remixproject/plugin-api": "^0.3.11", + "@remixproject/plugin-utils": "^0.3.11", + "@remixproject/plugin-webview": "^0.3.11", + "@remixproject/plugin-ws": "^0.3.11", "@types/jest": "^26.0.5", "@types/tape": "^4.2.33", "ansi-gray": "^0.1.1",