From b79e46ac22864b7c82a70ea295b7e6e83d7b729f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 06:20:03 +0000 Subject: [PATCH] feat(Dependencies): Update angular-cli monorepo to v17 | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------ | | npm | @angular-devkit/build-angular | 16.2.12 | 17.2.0 | | npm | @angular/cli | 16.2.10 | 17.2.0 | --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fd17418d6d..a433d3a3a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.808.0", + "version": "4.809.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -79,13 +79,13 @@ }, "devDependencies": { - "@angular-devkit/build-angular": "^16.2.10", + "@angular-devkit/build-angular": "^17.0.0", "@angular-eslint/builder": "16.2.0", "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", - "@angular/cli": "^16.1.4", + "@angular/cli": "^17.0.0", "@angular/compiler-cli": "16.2.12", "@compodoc/compodoc": "1.1.22", "@playwright/test": "1.39.0",