From d76cd40dd82991bc7f450428bb67659bdcba47a7 Mon Sep 17 00:00:00 2001 From: Austin Bennett Date: Thu, 23 Jul 2026 09:56:47 -0500 Subject: [PATCH] Restore the dependency upgrades I reverted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The merged Renovate bumps were undone when I rsync'd a local tree over these repos while pushing the contract tests — that local package.json was a pre-merge backup I had kept so the PRs would be the source of the versions. Re-applied and verified from a clean install (rm -rf node_modules package-lock.json && npm install && tsc && vite build), which is also what regenerates a lock file consistent with all the bumps at once. --- frontend/package-lock.json | 4 ++-- frontend/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index b24082b..6e9db2a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -8,7 +8,7 @@ "dependencies": { "clsx": "2.1.1", "date-fns": "4.4.0", - "lucide-react": "^1.26.0", + "lucide-react": "1.26.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "7.18.1", @@ -22,7 +22,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "tailwindcss": "4.3.3", - "typescript": "^7.0.2", + "typescript": "^7.0.0", "vite": "^8.1.3" } }, diff --git a/frontend/package.json b/frontend/package.json index 45c1e18..118cfca 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "dependencies": { "clsx": "2.1.1", "date-fns": "4.4.0", - "lucide-react": "1.25.0", + "lucide-react": "1.26.0", "react": "^19.2.7", "react-dom": "^19.2.7", "react-router-dom": "7.18.1", @@ -25,7 +25,7 @@ "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.3", "tailwindcss": "4.3.3", - "typescript": "^5.9.0", + "typescript": "^7.0.0", "vite": "^8.1.3" } }