From c33cb0bb6e6a4157d190e7a00c6c6ceaa77d2467 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Tue, 14 Feb 2023 16:28:40 +0100 Subject: [PATCH] update plugin --- 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 e2378063bb..1606299e57 100644 --- a/libs/remixd/package.json +++ b/libs/remixd/package.json @@ -27,10 +27,10 @@ }, "homepage": "https://github.com/ethereum/remix-project#readme", "dependencies": { - "@remixproject/plugin": "0.3.32-alpha", - "@remixproject/plugin-api": "0.3.32-alpha", - "@remixproject/plugin-utils": "0.3.32-alpha", - "@remixproject/plugin-ws": "0.3.32-alpha", + "@remixproject/plugin": "0.3.33", + "@remixproject/plugin-api": "0.3.33", + "@remixproject/plugin-utils": "0.3.33", + "@remixproject/plugin-ws": "0.3.33", "axios": "1.1.2", "chokidar": "^2.1.8", "commander": "^9.4.1", diff --git a/package.json b/package.json index 469b9accc5..1f90b8bbb3 100644 --- a/package.json +++ b/package.json @@ -132,13 +132,13 @@ "@openzeppelin/contracts": "^4.7.3", "@openzeppelin/upgrades-core": "^1.22.0", "@openzeppelin/wizard": "^0.1.1", - "@remixproject/engine": "0.3.32-alpha", - "@remixproject/engine-web": "0.3.32-alpha", - "@remixproject/plugin": "0.3.32-alpha", - "@remixproject/plugin-api": "0.3.32-alpha", - "@remixproject/plugin-utils": "0.3.32-alpha", - "@remixproject/plugin-webview": "0.3.32-alpha", - "@remixproject/plugin-ws": "0.3.32-alpha", + "@remixproject/engine": "0.3.33", + "@remixproject/engine-web": "0.3.33", + "@remixproject/plugin": "0.3.33", + "@remixproject/plugin-api": "0.3.33", + "@remixproject/plugin-utils": "0.3.33", + "@remixproject/plugin-webview": "0.3.33", + "@remixproject/plugin-ws": "0.3.33", "@types/nightwatch": "^2.3.1", "ansi-gray": "^0.1.1", "async": "^2.6.2",