From dd9b4f79972148baf0cd9dba6ebf5c112d7bb28c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 11:30:30 +0000 Subject: [PATCH] feat(Dependencies): Update angular-cli monorepo to v17 | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------ | | npm | @angular-devkit/build-angular | 16.2.13 | 17.3.3 | | npm | @angular/cli | 16.2.10 | 17.3.3 | --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 12c673659c..21780bced2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.809.0", + "version": "4.810.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",