From 575024723c25e35ebb7cd41e1085eee0e9d05c3e Mon Sep 17 00:00:00 2001 From: Amndeep Singh Mann Date: Sat, 14 Dec 2024 17:45:26 -0600 Subject: [PATCH] remove plugins from package.json Signed-off-by: Amndeep Singh Mann --- package-lock.json | 2 -- package.json | 2 -- 2 files changed, 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index ac6e91148..69ac6138e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,8 +10,6 @@ "license": "Apache-2.0", "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.19", - "@vuepress/plugin-markdown-image": "2.0.0-rc.66", - "@vuepress/plugin-markdown-tab": "2.0.0-rc.66", "cypress": "^13.16.1", "cypress-each": "^1.14.0", "flowchart.ts": "^3.0.1", diff --git a/package.json b/package.json index ee24e4db6..5f495b12a 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,6 @@ }, "devDependencies": { "@vuepress/bundler-vite": "2.0.0-rc.19", - "@vuepress/plugin-markdown-image": "2.0.0-rc.66", - "@vuepress/plugin-markdown-tab": "2.0.0-rc.66", "cypress": "^13.16.1", "cypress-each": "^1.14.0", "flowchart.ts": "^3.0.1",