From 7ea16fe48e1fe4689eefaa7ce56d0ad57d7b617c Mon Sep 17 00:00:00 2001 From: Mondo Diaz Date: Thu, 16 Oct 2025 10:44:36 -0500 Subject: [PATCH] Pin @angular/build and @angular/cli to version 19.2.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Use specific version 19.2.7 for build tools instead of ^19.1.0 - Angular core packages remain at ^19.1.0 - This specific build version may have better package resolution for restricted/air-gapped environments Using a pinned version ensures consistent builds across different environments and may help with package availability issues. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- frontend/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 8255ed5..8ce767f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -34,8 +34,8 @@ "zone.js": "~0.15.0" }, "devDependencies": { - "@angular/build": "^19.1.0", - "@angular/cli": "^19.1.0", + "@angular/build": "19.2.7", + "@angular/cli": "19.2.7", "@angular/compiler-cli": "^19.1.0", "@types/jasmine": "~5.1.0", "jasmine-core": "~5.9.0",