From bd04b91e3e99af449f4d4622e826da83051284af Mon Sep 17 00:00:00 2001 From: Josue Date: Thu, 29 Jul 2021 16:57:00 -0400 Subject: [PATCH] chore: remove not needed dependencies --- striker-ui/package-lock.json | 29 ----------------------------- striker-ui/package.json | 1 - 2 files changed, 30 deletions(-) diff --git a/striker-ui/package-lock.json b/striker-ui/package-lock.json index 96b0d83e..ba8b8d4a 100644 --- a/striker-ui/package-lock.json +++ b/striker-ui/package-lock.json @@ -1084,11 +1084,6 @@ "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.0.tgz", "integrity": "sha512-D7iWRBvnZE8ecXiLj/9wbxH7Tk79fAh8IHaTNq1RWRixsS02W+5qS+iE9yq6RYl0asXx5tw0bLhmT5pIfbSquw==" }, - "bowser": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/bowser/-/bowser-0.7.3.tgz", - "integrity": "sha1-T8DLTg4r3Zs5TfDSA4wywswnEsg=" - }, "brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", @@ -4213,30 +4208,6 @@ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" }, - "novnc-node": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/novnc-node/-/novnc-node-0.5.3.tgz", - "integrity": "sha1-afIKSi/wxUyi+UL/WVU/Uj62H6c=", - "requires": { - "bowser": "^0.7.2", - "debug": "^2.2.0" - }, - "dependencies": { - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - } - } - }, "npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", diff --git a/striker-ui/package.json b/striker-ui/package.json index 29c9f0d2..5fb9c8e3 100644 --- a/striker-ui/package.json +++ b/striker-ui/package.json @@ -16,7 +16,6 @@ "@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",