Skip to content

Commit

Permalink
feat(Dependencies): Update angular monorepo to v18
Browse files Browse the repository at this point in the history
| datasource | package                           | from    | to     |
| ---------- | --------------------------------- | ------- | ------ |
| npm        | @angular/animations               | 17.3.10 | 18.0.6 |
| npm        | @angular/common                   | 17.3.10 | 18.0.6 |
| npm        | @angular/compiler                 | 17.3.10 | 18.0.6 |
| npm        | @angular/compiler-cli             | 17.3.10 | 18.0.6 |
| npm        | @angular/core                     | 17.3.10 | 18.0.6 |
| npm        | @angular/forms                    | 17.3.10 | 18.0.6 |
| npm        | @angular/localize                 | 17.3.10 | 18.0.6 |
| npm        | @angular/platform-browser         | 17.3.10 | 18.0.6 |
| npm        | @angular/platform-browser-dynamic | 17.3.10 | 18.0.6 |
| npm        | @angular/router                   | 17.3.10 | 18.0.6 |
| npm        | @angular/service-worker           | 17.3.10 | 18.0.6 |
| npm        | @angular/upgrade                  | 17.3.10 | 18.0.6 |
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 1edcdfc commit f537814
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.847.0",
"version": "4.848.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -19,18 +19,18 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular/animations": "17.3.10",
"@angular/animations": "18.0.6",
"@angular/cdk": "17.3.10",
"@angular/common": "17.3.10",
"@angular/compiler": "17.3.10",
"@angular/core": "17.3.10",
"@angular/forms": "17.3.10",
"@angular/localize": "17.3.10",
"@angular/platform-browser": "17.3.10",
"@angular/platform-browser-dynamic": "17.3.10",
"@angular/router": "17.3.10",
"@angular/service-worker": "17.3.10",
"@angular/upgrade": "17.3.10",
"@angular/common": "18.0.6",
"@angular/compiler": "18.0.6",
"@angular/core": "18.0.6",
"@angular/forms": "18.0.6",
"@angular/localize": "18.0.6",
"@angular/platform-browser": "18.0.6",
"@angular/platform-browser-dynamic": "18.0.6",
"@angular/router": "18.0.6",
"@angular/service-worker": "18.0.6",
"@angular/upgrade": "18.0.6",
"@coreui/angular": "4.7.19",
"@coreui/coreui": "4.3.2",
"@coreui/icons-angular": "5.0.4",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "17.3.10",
"@angular/compiler-cli": "18.0.6",
"@playwright/test": "1.43.1",
"@types/jasmine": "5.1.4",
"@types/node": "20.12.14",
Expand Down

0 comments on commit f537814

Please sign in to comment.