From f0de1fa33a04ac8bc210b0a3c3afcf98f8904090 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 4 May 2026 20:10:40 +0000 Subject: [PATCH] fix: remove duplicate tar and undici from devDependencies Both packages are already pinned via pnpm.overrides and should not appear in devDependencies. Removes duplicates introduced during lockfile conflict resolution. Co-Authored-By: Paperclip --- package.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/package.json b/package.json index 5b00ee6..0be742e 100644 --- a/package.json +++ b/package.json @@ -52,9 +52,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-router-dom": "^5.3.0", - "tar": "^7.5.11", "typescript": "~5.6.2", - "undici": "^7.24.3", "vitest": "^3.0.5" } } \ No newline at end of file