From 90f96042cff8e99a440feb2f1a4bf35c4380e0f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:53:33 +0000 Subject: [PATCH] chore(deps-dev): bump @angular-devkit/schematics in /ui Bumps [@angular-devkit/schematics](https://github.com/angular/angular-cli) from 18.0.2 to 19.0.2. - [Release notes](https://github.com/angular/angular-cli/releases) - [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular-cli/compare/18.0.2...19.0.2) --- updated-dependencies: - dependency-name: "@angular-devkit/schematics" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 7bf45c8..146ce6e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@angular-devkit/build-angular": "18.0.2", "@angular-devkit/core": "18.0.2", - "@angular-devkit/schematics": "18.0.2", + "@angular-devkit/schematics": "19.0.2", "@angular-eslint/eslint-plugin": "18.0.1", "@angular-eslint/eslint-plugin-template": "17.3.0", "@angular-eslint/template-parser": "18.0.1",