Skip to content

Commit

Permalink
feat(Dependencies): Update angular-eslint monorepo to v18
Browse files Browse the repository at this point in the history
| datasource | package                                | from   | to     |
| ---------- | -------------------------------------- | ------ | ------ |
| npm        | @angular-eslint/builder                | 17.3.0 | 18.1.0 |
| npm        | @angular-eslint/eslint-plugin          | 17.3.0 | 18.1.0 |
| npm        | @angular-eslint/eslint-plugin-template | 17.3.0 | 18.1.0 |
| npm        | @angular-eslint/schematics             | 17.3.0 | 18.1.0 |
| npm        | @angular-eslint/template-parser        | 17.3.0 | 18.1.0 |
  • Loading branch information
renovate[bot] authored Jul 4, 2024
1 parent 1edcdfc commit 22c6151
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@denbi/cloud-portal-webapp",
"version": "4.847.0",
"version": "4.848.0",
"description": "de.NBI Cloud Portal",
"scripts": {
"ng": "ng serve",
Expand All @@ -18,7 +18,7 @@
"resolutions": {},
"private": true,
"dependencies": {
"@angular-eslint/eslint-plugin": "^17.3.0",
"@angular-eslint/eslint-plugin": "^18.0.0",
"@angular/animations": "17.3.10",
"@angular/cdk": "17.3.10",
"@angular/common": "17.3.10",
Expand Down Expand Up @@ -80,10 +80,10 @@
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.10",
"@angular-eslint/builder": "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-eslint/builder": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/schematics": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "^17.3.3",
"@angular/compiler-cli": "17.3.10",
"@playwright/test": "1.43.1",
Expand Down

0 comments on commit 22c6151

Please sign in to comment.