From 2d6cc374f36cf20cfc2780dddbb83b27131654d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:12:43 +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.3 | | npm | @angular/cli | 16.2.10 | 17.0.3 | --- 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",