From 5606eab93f5bc3144c66b5782dbacb57ebcd6979 Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Tue, 26 Mar 2024 14:52:50 +0100 Subject: [PATCH] Fixed installation --- pnpm-lock.yaml | 2 +- src/package.json | 1 - ui/package.json | 3 +-- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 994335dc5..66dd9b36a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -364,7 +364,7 @@ importers: version: 5.4.3 vite: specifier: ^5.2.0 - version: 5.2.3 + version: 5.2.6 packages: diff --git a/src/package.json b/src/package.json index 44335fade..8e52e5d06 100644 --- a/src/package.json +++ b/src/package.json @@ -84,7 +84,6 @@ "devDependencies": { "@playwright/test": "^1.42.1", "@types/async": "^3.2.24", - "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/formidable": "^3.4.5", "@types/http-errors": "^2.0.4", diff --git a/ui/package.json b/ui/package.json index 2a46afa02..fb5cab322 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,6 @@ }, "devDependencies": { "typescript": "^5.2.2", - "vite": "^5.2.0", - "vite-plugin-singlefile": "^2.0.1" + "vite": "^5.2.0" } }