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" } }