Skip to content

Commit

Permalink
feat(Dependencies): Update all non-major dependencies
Browse files Browse the repository at this point in the history
| datasource | package                           | from   | to     |
| ---------- | --------------------------------- | ------ | ------ |
| npm        | @angular/animations               | 18.2.0 | 18.2.1 |
| npm        | @angular/cdk                      | 18.2.0 | 18.2.1 |
| npm        | @angular/common                   | 18.2.0 | 18.2.1 |
| npm        | @angular/compiler                 | 18.2.0 | 18.2.1 |
| npm        | @angular/compiler-cli             | 18.2.0 | 18.2.1 |
| npm        | @angular/core                     | 18.2.0 | 18.2.1 |
| npm        | @angular/forms                    | 18.2.0 | 18.2.1 |
| npm        | @angular/localize                 | 18.2.0 | 18.2.1 |
| npm        | @angular/platform-browser         | 18.2.0 | 18.2.1 |
| npm        | @angular/platform-browser-dynamic | 18.2.0 | 18.2.1 |
| npm        | @angular/router                   | 18.2.0 | 18.2.1 |
| npm        | @angular/service-worker           | 18.2.0 | 18.2.1 |
| npm        | @angular/upgrade                  | 18.2.0 | 18.2.1 |
| npm        | @coreui/coreui                    | 5.1.1  | 5.1.2  |
  • Loading branch information
renovate[bot] authored Aug 22, 2024
1 parent c918bcf commit b13a648
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 98 deletions.
167 changes: 84 additions & 83 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.863.0",
"version": "4.864.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -19,20 +19,20 @@
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^18.3.0",
"@angular/animations": "18.2.0",
"@angular/cdk": "18.2.0",
"@angular/common": "18.2.0",
"@angular/compiler": "18.2.0",
"@angular/core": "18.2.0",
"@angular/forms": "18.2.0",
"@angular/localize": "18.2.0",
"@angular/platform-browser": "18.2.0",
"@angular/platform-browser-dynamic": "18.2.0",
"@angular/router": "18.2.0",
"@angular/service-worker": "18.2.0",
"@angular/upgrade": "18.2.0",
"@angular/animations": "18.2.1",
"@angular/cdk": "18.2.1",
"@angular/common": "18.2.1",
"@angular/compiler": "18.2.1",
"@angular/core": "18.2.1",
"@angular/forms": "18.2.1",
"@angular/localize": "18.2.1",
"@angular/platform-browser": "18.2.1",
"@angular/platform-browser-dynamic": "18.2.1",
"@angular/router": "18.2.1",
"@angular/service-worker": "18.2.1",
"@angular/upgrade": "18.2.1",
"@coreui/angular": "5.2.13",
"@coreui/coreui": "5.1.1",
"@coreui/coreui": "5.1.2",
"@coreui/icons-angular": "5.2.13",
"@ng-bootstrap/ng-bootstrap": "17.0.0",
"@ng-select/ng-select": "13.7.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"@angular-eslint/schematics": "18.3.0",
"@angular-eslint/template-parser": "18.3.0",
"@angular/cli": "^18.1.4",
"@angular/compiler-cli": "18.2.0",
"@angular/compiler-cli": "18.2.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.0",
"@playwright/test": "1.46.1",
Expand Down

0 comments on commit b13a648

Please sign in to comment.