From a29f3a0d908fb8aa993274a10c3f19951440238b Mon Sep 17 00:00:00 2001 From: lucasferreiralimax Date: Thu, 24 Oct 2024 22:13:33 -0300 Subject: [PATCH] remove darkmode-vue, highlight.js --- package-lock.json | 22 +--------------------- package.json | 5 +---- 2 files changed, 2 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 837446d..f490eb0 100755 --- a/package-lock.json +++ b/package-lock.json @@ -8,13 +8,10 @@ "name": "vue-techs-logos", "version": "0.1.24", "dependencies": { - "darkmode-vue": "0.4.1", - "highlight.js": "^11.10.0", "jsom": "^1.0.0", "nucleus-vue": "^0.0.5", "sass": "^1.80.4", - "vue": "^3.5.12", - "vue-techs-logos": "^0.1.24" + "vue": "^3.5.12" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4", @@ -4328,15 +4325,6 @@ "he": "bin/he" } }, - "node_modules/highlight.js": { - "version": "11.10.0", - "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-11.10.0.tgz", - "integrity": "sha512-SYVnVFswQER+zu1laSya563s+F8VDGt7o35d4utbamowvUNLLMovFqwCLSocpZTz3MgaSRA1IbqRWZv97dtErQ==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=12.0.0" - } - }, "node_modules/hosted-git-info": { "version": "2.8.9", "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", @@ -7504,14 +7492,6 @@ "eslint": ">=6.0.0" } }, - "node_modules/vue-techs-logos": { - "version": "0.1.24", - "resolved": "https://registry.npmjs.org/vue-techs-logos/-/vue-techs-logos-0.1.24.tgz", - "integrity": "sha512-6SXSuUf4Zr3utdEBKL11uPi85Jah6nQEyPUC9+hfHHLz4JvabYflZ5DMSJ17gGHEks1ofwHphhbg9jNQdjBRfQ==", - "peerDependencies": { - "vue": "^3.4.38" - } - }, "node_modules/vue-tsc": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-2.1.6.tgz", diff --git a/package.json b/package.json index 4951b2b..ad9c2a4 100755 --- a/package.json +++ b/package.json @@ -34,13 +34,10 @@ "publish": "cd dist && npm pub && cd .." }, "dependencies": { - "darkmode-vue": "0.4.1", - "highlight.js": "^11.10.0", "jsom": "^1.0.0", "nucleus-vue": "^0.0.5", "sass": "^1.80.4", - "vue": "^3.5.12", - "vue-techs-logos": "^0.1.24" + "vue": "^3.5.12" }, "devDependencies": { "@rushstack/eslint-patch": "^1.10.4",