From 768d2ad9d5131ebf03619ef6cad27312d598f511 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 03:02:00 +0000 Subject: [PATCH] fix(deps): update angular-cli monorepo to v18 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0333a64..d10bccc 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ }, "dependencies": { "@angular-devkit/architect": "0.1601.0", - "@angular-devkit/core": "16.1.0", - "@angular-devkit/schematics": "16.1.0" + "@angular-devkit/core": "18.2.9", + "@angular-devkit/schematics": "18.2.9" } }