Skip to content

Commit

Permalink
feat(Dependencies): Update angular monorepo to v19
Browse files Browse the repository at this point in the history
| datasource | package                           | from   | to     |
| ---------- | --------------------------------- | ------ | ------ |
| npm        | @angular/animations               | 18.2.8 | 19.0.1 |
| npm        | @angular/common                   | 18.2.8 | 19.0.1 |
| npm        | @angular/compiler                 | 18.2.8 | 19.0.1 |
| npm        | @angular/compiler-cli             | 18.2.8 | 19.0.1 |
| npm        | @angular/core                     | 18.2.8 | 19.0.1 |
| npm        | @angular/forms                    | 18.2.8 | 19.0.1 |
| npm        | @angular/localize                 | 18.2.8 | 19.0.1 |
| npm        | @angular/platform-browser         | 18.2.8 | 19.0.1 |
| npm        | @angular/platform-browser-dynamic | 18.2.8 | 19.0.1 |
| npm        | @angular/router                   | 18.2.8 | 19.0.1 |
| npm        | @angular/service-worker           | 18.2.8 | 19.0.1 |
| npm        | @angular/upgrade                  | 18.2.8 | 19.0.1 |
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 1e7852b commit dea2ad6
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.899.0",
"version": "4.900.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -19,18 +19,18 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular/animations": "18.2.8",
"@angular/animations": "19.0.1",
"@angular/cdk": "18.2.9",
"@angular/common": "18.2.8",
"@angular/compiler": "18.2.8",
"@angular/core": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/localize": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/router": "18.2.8",
"@angular/service-worker": "18.2.8",
"@angular/upgrade": "18.2.8",
"@angular/common": "19.0.1",
"@angular/compiler": "19.0.1",
"@angular/core": "19.0.1",
"@angular/forms": "19.0.1",
"@angular/localize": "19.0.1",
"@angular/platform-browser": "19.0.1",
"@angular/platform-browser-dynamic": "19.0.1",
"@angular/router": "19.0.1",
"@angular/service-worker": "19.0.1",
"@angular/upgrade": "19.0.1",
"@coreui/angular": "5.2.21",
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.21",
Expand Down Expand Up @@ -84,7 +84,7 @@
"@angular-eslint/schematics": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "18.2.8",
"@angular/compiler-cli": "19.0.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@playwright/test": "^1.49.0",
Expand Down

0 comments on commit dea2ad6

Please sign in to comment.