From 10074264c7392ea21631e59ea1ce3943394a2994 Mon Sep 17 00:00:00 2001 From: Josue Date: Fri, 9 Jul 2021 11:46:42 -0400 Subject: [PATCH] chore(front-end): remove VncDisplay and add novnc-node --- striker-ui/package-lock.json | 9 --------- striker-ui/package.json | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/striker-ui/package-lock.json b/striker-ui/package-lock.json index 078376cc..96b0d83e 100644 --- a/striker-ui/package-lock.json +++ b/striker-ui/package-lock.json @@ -4850,15 +4850,6 @@ "prop-types": "^15.6.2" } }, - "react-vnc-display": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/react-vnc-display/-/react-vnc-display-2.0.1.tgz", - "integrity": "sha512-XQ+t118HfdXg8LTrTer9KLf1gyod+KYnXeXHhJI4xZivnB/iNXQnvb06ZeFLz9+WPmz6TvR36mlfkA0x8BaylQ==", - "requires": { - "novnc-node": "^0.5.3", - "prop-types": "^15.6.1" - } - }, "read-pkg": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-5.2.0.tgz", diff --git a/striker-ui/package.json b/striker-ui/package.json index f7d79fc9..29c9f0d2 100644 --- a/striker-ui/package.json +++ b/striker-ui/package.json @@ -16,11 +16,11 @@ "@material-ui/icons": "^4.11.2", "@material-ui/styles": "^4.11.4", "next": "^10.2.3", + "novnc-node": "^0.5.3", "pretty-bytes": "^5.6.0", "react": "17.0.2", "react-dom": "17.0.2", "swr": "^0.5.6", - "react-vnc-display": "^2.0.1", "typeface-roboto-condensed": "^1.1.13" }, "devDependencies": {