From 87c479323c925ecce3ad6b0727d29d247056a443 Mon Sep 17 00:00:00 2001 From: Hitonabi Date: Mon, 6 Jul 2026 20:06:54 +0200 Subject: [PATCH] chore: remove invalid allowScripts field from package.json --- frontend/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 1b28837..2913628 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,8 +35,5 @@ "tailwindcss": "^4.0.0", "typescript": "^5.6.3", "vite": "^6.0.3" - }, - "allowScripts": { - "esbuild@0.25.12": true } }