From 3dfa32f42742e13862aebffa97f6cb60b20a3dd6 Mon Sep 17 00:00:00 2001 From: nategrift Date: Tue, 8 Aug 2023 12:55:54 -0400 Subject: [PATCH] remove unused dev dep --- package-lock.json | 10 ---------- package.json | 1 - yarn.lock | 7 ------- 3 files changed, 18 deletions(-) diff --git a/package-lock.json b/package-lock.json index 96531df..9c3ff5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,6 @@ "version": "2.0.0", "license": "MIT", "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.0.4", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-es": "^4.1.0", "eslint-plugin-html": "^6.0.0", @@ -2948,15 +2947,6 @@ "lodash.debounce": "^4.0.8" } }, - "node_modules/@vuepress/plugin-google-analytics": { - "version": "1.9.9", - "resolved": "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz", - "integrity": "sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ==", - "dev": true, - "dependencies": { - "@vuepress/types": "1.9.9" - } - }, "node_modules/@vuepress/plugin-last-updated": { "version": "1.9.9", "resolved": "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.9.tgz", diff --git a/package.json b/package.json index 944b6f6..e2b2fe8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "build": "gulp build" }, "devDependencies": { - "@vuepress/plugin-google-analytics": "^1.0.4", "eslint-config-chartjs": "^0.3.0", "eslint-plugin-es": "^4.1.0", "eslint-plugin-html": "^6.0.0", diff --git a/yarn.lock b/yarn.lock index 9aca977..d4bf1ad 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1577,13 +1577,6 @@ "@vuepress/types" "1.9.9" lodash.debounce "^4.0.8" -"@vuepress/plugin-google-analytics@^1.0.4": - version "1.9.9" - resolved "https://registry.npmjs.org/@vuepress/plugin-google-analytics/-/plugin-google-analytics-1.9.9.tgz" - integrity sha512-GxrM4BopPqTiGAq2ku5HqInha6uQZePxdGpU8etTbM6hhaxZAev4HehrtHISAJm5dVptbFFJl3sNGQBnw2deFQ== - dependencies: - "@vuepress/types" "1.9.9" - "@vuepress/plugin-last-updated@1.9.9": version "1.9.9" resolved "https://registry.npmjs.org/@vuepress/plugin-last-updated/-/plugin-last-updated-1.9.9.tgz"