Skip to content

Commit

Permalink
feat(Dependencies): Update angular-eslint monorepo to v17
Browse files Browse the repository at this point in the history
| datasource | package                                | from   | to     |
| ---------- | -------------------------------------- | ------ | ------ |
| npm        | @angular-eslint/builder                | 16.2.0 | 17.3.0 |
| npm        | @angular-eslint/eslint-plugin          | 16.2.0 | 17.3.0 |
| npm        | @angular-eslint/eslint-plugin-template | 16.2.0 | 17.3.0 |
| npm        | @angular-eslint/schematics             | 16.2.0 | 17.3.0 |
| npm        | @angular-eslint/template-parser        | 16.2.0 | 17.3.0 |
  • Loading branch information
renovate[bot] authored Mar 25, 2024
1 parent 34883f2 commit 316538c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.809.0",
"version": "4.810.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -18,7 +18,7 @@
"resolutions": {},
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^16.0.3",
"@angular-eslint/eslint-plugin": "^17.0.0",
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
Expand Down Expand Up @@ -80,11 +80,11 @@
},
"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": "17.3.0",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/schematics": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "^16.1.4",
"@angular/compiler-cli": "16.2.12",
"@compodoc/compodoc": "1.1.22",
Expand Down

0 comments on commit 316538c

Please sign in to comment.