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-eslint/builder                | 16.1.2 | 16.2.0 |
| npm        | @angular-eslint/eslint-plugin          | 16.1.2 | 16.2.0 |
| npm        | @angular-eslint/eslint-plugin-template | 16.1.2 | 16.2.0 |
| npm        | @angular-eslint/schematics             | 16.1.2 | 16.2.0 |
| npm        | @angular-eslint/template-parser        | 16.1.2 | 16.2.0 |
| npm        | @coreui/coreui                         | 4.2.6  | 4.3.0  |
| npm        | @playwright/test                       | 1.37.1 | 1.38.0 |
| npm        | @typescript-eslint/eslint-plugin       | 6.5.0  | 6.7.0  |
| npm        | @typescript-eslint/parser              | 6.5.0  | 6.7.0  |
| npm        | eslint                                 | 8.48.0 | 8.49.0 |
| npm        | eslint-plugin-jsdoc                    | 46.5.1 | 46.8.1 |
| npm        | zone.js                                | 0.13.1 | 0.14.0 |
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent e0a7e87 commit 9ceecd3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.773.0",
"version": "4.774.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -32,7 +32,7 @@
"@angular/service-worker": "16.2.4",
"@angular/upgrade": "16.2.4",
"@coreui/angular": "4.5.16",
"@coreui/coreui": "4.2.6",
"@coreui/coreui": "4.3.0",
"@coreui/icons-angular": "4.5.16",
"@ng-bootstrap/ng-bootstrap": "^15.0.1",
"@ng-select/ng-select": "^11.0.0",
Expand Down Expand Up @@ -76,30 +76,30 @@
"ts-helpers": "1.1.2",
"tslib": "2.6.2",
"uglify-js": "3.17.4",
"zone.js": "0.13.1"
"zone.js": "0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular-eslint/builder": "16.1.2",
"@angular-eslint/eslint-plugin": "16.1.2",
"@angular-eslint/eslint-plugin-template": "16.1.2",
"@angular-eslint/schematics": "16.1.2",
"@angular-eslint/template-parser": "16.1.2",
"@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/compiler-cli": "16.2.4",
"@compodoc/compodoc": "1.1.21",
"@playwright/test": "1.37.1",
"@playwright/test": "1.38.0",
"@types/jasmine": "4.3.5",
"@types/node": "18.17.15",
"@typescript-eslint/eslint-plugin": "6.5.0",
"@typescript-eslint/parser": "6.5.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"async": "3.2.4",
"audit-ci": "6.6.1",
"autoprefixer": "10.4.15",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.5.1",
"eslint-plugin-jsdoc": "46.8.1",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "1.2.3",
"exports-loader": "4.0.0",
Expand Down

0 comments on commit 9ceecd3

Please sign in to comment.