Skip to content

Commit

Permalink
feat(Dependencies): Update angular monorepo to v17
Browse files Browse the repository at this point in the history
| datasource | package                           | from    | to     |
| ---------- | --------------------------------- | ------- | ------ |
| npm        | @angular/animations               | 16.2.12 | 17.1.0 |
| npm        | @angular/common                   | 16.2.12 | 17.1.0 |
| npm        | @angular/compiler                 | 16.2.12 | 17.1.0 |
| npm        | @angular/compiler-cli             | 16.2.12 | 17.1.0 |
| npm        | @angular/core                     | 16.2.12 | 17.1.0 |
| npm        | @angular/forms                    | 16.2.12 | 17.1.0 |
| npm        | @angular/localize                 | 16.2.12 | 17.1.0 |
| npm        | @angular/platform-browser         | 16.2.12 | 17.1.0 |
| npm        | @angular/platform-browser-dynamic | 16.2.12 | 17.1.0 |
| npm        | @angular/router                   | 16.2.12 | 17.1.0 |
| npm        | @angular/service-worker           | 16.2.12 | 17.1.0 |
| npm        | @angular/upgrade                  | 16.2.12 | 17.1.0 |
  • Loading branch information
renovate[bot] authored Jan 19, 2024
1 parent 7c569a7 commit f78d4ad
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -19,18 +19,18 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular/animations": "16.2.12",
"@angular/animations": "17.1.0",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/localize": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@angular/upgrade": "16.2.12",
"@angular/common": "17.1.0",
"@angular/compiler": "17.1.0",
"@angular/core": "17.1.0",
"@angular/forms": "17.1.0",
"@angular/localize": "17.1.0",
"@angular/platform-browser": "17.1.0",
"@angular/platform-browser-dynamic": "17.1.0",
"@angular/router": "17.1.0",
"@angular/service-worker": "17.1.0",
"@angular/upgrade": "17.1.0",
"@coreui/angular": "4.5.27",
"@coreui/coreui": "4.2.6",
"@coreui/icons-angular": "4.5.27",
Expand Down Expand Up @@ -86,7 +86,7 @@
"@angular-eslint/schematics": "16.2.0",
"@angular-eslint/template-parser": "16.2.0",
"@angular/cli": "^16.1.4",
"@angular/compiler-cli": "16.2.12",
"@angular/compiler-cli": "17.1.0",
"@compodoc/compodoc": "1.1.22",
"@playwright/test": "1.39.0",
"@typescript-eslint/eslint-plugin": "^6.9.0",
Expand Down

0 comments on commit f78d4ad

Please sign in to comment.