From c801317741106f761c99a503a2228caaf2437b19 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 14 Jul 2021 12:13:31 +0200 Subject: [PATCH] Update package.json this fixes a bug in vscode --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d115426..94a8ed9 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ ], "main": "dist/index.js", "dependencies": { - "@remixproject/plugin": "^0.3.9", - "@remixproject/plugin-webview": "^0.3.9", + "@remixproject/plugin": "^0.3.19", + "@remixproject/plugin-webview": "^0.3.19", "axios": "^0.21.1", "events": "^3.2.0", "graphql": "^15.5.0",