From 7971820e41983222078568301047d3941c991755 Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Tue, 9 Jul 2024 16:58:13 +0530 Subject: [PATCH] fix: remove unused dependency --- aform/package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/aform/package.json b/aform/package.json index 330e181d..3f8b5b57 100644 --- a/aform/package.json +++ b/aform/package.json @@ -44,14 +44,12 @@ "dependencies": { "@stonecrop/themes": "workspace:*", "@stonecrop/utilities": "workspace:*", - "uuid": "^10.0.0", "vue": "^3.4.31" }, "devDependencies": { "@microsoft/api-documenter": "^7.25.3", "@rushstack/heft": "^0.66.18", "@stonecrop/atable": "workspace:*", - "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^7.14.1", "@typescript-eslint/parser": "^7.14.1", "@vitejs/plugin-vue": "^5.0.5",