From 28b2fff3d6f63ac7a2f8c2a12f13f5ec6e85a884 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 11 Aug 2026 02:47:19 +0200 Subject: [PATCH] chore: audit fix and temporary removal ts7 from package --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 67ee9ff..0a387f2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -20,7 +20,8 @@ "rehype-sanitize": "^6.0.0", "remark-gfm": "^4.0.1", "shiki": "^4.3.1", - "tailwindcss": "^4.2.2" + "tailwindcss": "^4.2.2", + "typescript-eslint": "^8.67.0" }, "devDependencies": { "@babel/core": "^8.0.1", @@ -44,5 +45,4 @@ "allowScripts": { "core-js@3.49.0": true }, - "_comment": "TS7 aliased side-by-side: typescript->TS6 API for typescript-eslint, @typescript/native->TS7 tsc. Revisit when TS 7.1 API lands (typescript-eslint#10940)." }