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.2.0  | 16.3.1  |
| npm        | @angular-eslint/eslint-plugin          | 16.2.0  | 16.3.1  |
| npm        | @angular-eslint/eslint-plugin-template | 16.2.0  | 16.3.1  |
| npm        | @angular-eslint/schematics             | 16.2.0  | 16.3.1  |
| npm        | @angular-eslint/template-parser        | 16.2.0  | 16.3.1  |
| npm        | @coreui/angular                        | 4.5.27  | 4.7.6   |
| npm        | @coreui/coreui                         | 4.2.6   | 4.3.2   |
| npm        | @coreui/icons-angular                  | 4.5.27  | 4.7.6   |
| npm        | @playwright/test                       | 1.39.0  | 1.40.1  |
| npm        | @types/node                            | 20.8.10 | 20.10.5 |
| npm        | @typescript-eslint/eslint-plugin       | 6.10.0  | 6.15.0  |
| npm        | @typescript-eslint/parser              | 6.10.0  | 6.15.0  |
| npm        | core-js                                | 3.33.3  | 3.34.0  |
| npm        | eslint                                 | 8.53.0  | 8.56.0  |
| npm        | eslint-plugin-jsdoc                    | 46.8.2  | 46.9.1  |
| npm        | html-webpack-plugin                    | 5.5.3   | 5.6.0   |
| npm        | ngx-cookie-service                     | 16.0.2  | 16.1.0  |
| npm        | prettier                               | 3.0.3   | 3.1.1   |
  • Loading branch information
renovate[bot] authored Dec 21, 2023
1 parent d06c9e7 commit 0569e5e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.807.0",
"version": "4.808.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand Down Expand Up @@ -31,9 +31,9 @@
"@angular/router": "16.2.12",
"@angular/service-worker": "16.2.12",
"@angular/upgrade": "16.2.12",
"@coreui/angular": "4.5.27",
"@coreui/coreui": "4.2.6",
"@coreui/icons-angular": "4.5.27",
"@coreui/angular": "4.7.6",
"@coreui/coreui": "4.3.2",
"@coreui/icons-angular": "4.7.6",
"@ng-bootstrap/ng-bootstrap": "^15.0.1",
"@ng-select/ng-select": "^11.2.0",
"@sindresorhus/transliterate": "1.6.0",
Expand All @@ -46,7 +46,7 @@
"bootstrap": "4.6.2",
"chart.js": "4.4.0",
"cli-color": "2.0.3",
"core-js": "3.33.3",
"core-js": "3.34.0",
"css-loader": "6.8.1",
"cssnano": "6.0.1",
"d3": "7.8.5",
Expand All @@ -64,7 +64,7 @@
"ng2-cookies": "1.0.12",
"ngx-bootstrap": "^11.0.2",
"ngx-clipboard": "16.0.0",
"ngx-cookie-service": "16.0.2",
"ngx-cookie-service": "16.1.0",
"ngx-owl-carousel-o": "16.0.0",
"ngx-scrollbar": "13.0.3",
"postcss-loader": "7.3.3",
Expand All @@ -80,31 +80,31 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.10",
"@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-eslint/builder": "16.3.1",
"@angular-eslint/eslint-plugin": "16.3.1",
"@angular-eslint/eslint-plugin-template": "16.3.1",
"@angular-eslint/schematics": "16.3.1",
"@angular-eslint/template-parser": "16.3.1",
"@angular/cli": "^16.1.4",
"@angular/compiler-cli": "16.2.12",
"@compodoc/compodoc": "1.1.22",
"@playwright/test": "1.39.0",
"@playwright/test": "1.40.1",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.8.10",
"@types/node": "20.10.5",
"async": "3.2.5",
"audit-ci": "6.6.1",
"autoprefixer": "10.4.16",
"eslint": "^8.52.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "46.8.2",
"eslint-plugin-jsdoc": "46.9.1",
"eslint-plugin-no-null": "latest",
"eslint-plugin-prefer-arrow": "1.2.3",
"exports-loader": "4.0.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.3",
"html-webpack-plugin": "5.6.0",
"husky": "8.0.3",
"json-loader": "0.5.7",
"karma": "6.4.2",
Expand All @@ -113,7 +113,7 @@
"lint-staged": "14.0.1",
"ngx-spec": "2.1.6",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"prettier": "3.1.1",
"raw-loader": "4.0.2",
"sass-loader": "13.3.2",
"script-loader": "0.7.2",
Expand Down

0 comments on commit 0569e5e

Please sign in to comment.