From 1a87bea3f6b72e566f75e86b21b80a35aaf0da44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 13:20:39 +0000 Subject: [PATCH] feat(Dependencies): Update angular-cli monorepo to v17 | datasource | package | from | to | | ---------- | ----------------------------- | ------- | ------ | | npm | @angular-devkit/build-angular | 16.2.10 | 17.0.5 | | npm | @angular/cli | 16.2.10 | 17.0.5 | --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b3966ac872..1bed3ad6e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@denbi/cloud-portal-webapp", - "version": "4.807.0", + "version": "4.808.0", "description": "de.NBI Cloud Portal", "scripts": { "ng": "ng serve", @@ -79,13 +79,13 @@ }, "devDependencies": { - "@angular-devkit/build-angular": "^16.1.4", + "@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",