Compare commits

..

1 Commits

Author SHA1 Message Date
f2b38c1ec9 Update dependency @angular-eslint/eslint-plugin-template to v14.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 11:54:52 +01:00
2 changed files with 8 additions and 8 deletions

View File

@ -231,9 +231,9 @@
"dev": true
},
"@angular-eslint/bundled-angular-compiler": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.3.0.tgz",
"integrity": "sha512-Kq8EzFwiX/uH4mpPCqkXR6Vhr1uKrBuQPKh0JoY13xs1Jjmdr8cRFveTPOdyOS4pDNJLLNoo2LSTWzKhD9JBZw==",
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.2.0.tgz",
"integrity": "sha512-s0xaBaO8z+YjIQjGxcffIHC2lnkbfZhfmPiUYJHMBquCG0bIHSwVOxLbh3hEei1E3Um+2LXxK2Y9MuPHRFoMYA==",
"dev": true
},
"@angular-eslint/eslint-plugin": {
@ -247,12 +247,12 @@
}
},
"@angular-eslint/eslint-plugin-template": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.3.0.tgz",
"integrity": "sha512-HY9tPA8l9BvxP4nO5gLkm8oHeQGfSH6SysM0kCzK9gznkIQet5nNtvx4tNlP0a1QT5xpAT7QYhb83Ps8eq5oCA==",
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.2.0.tgz",
"integrity": "sha512-VI2sL+mSXnTlZRa++xmmooJykh41kmpEG8Ik0XzSBprBy/WhMuoNPI6HJyHcEMGXz8v3QOo2KQirb7KyfO4l3Q==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.3.0",
"@angular-eslint/bundled-angular-compiler": "14.2.0",
"@typescript-eslint/type-utils": "5.43.0",
"@typescript-eslint/utils": "5.43.0",
"aria-query": "5.1.3",

View File

@ -32,7 +32,7 @@
"@angular-devkit/build-angular": "~14.2.0",
"@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.3.0",
"@angular-eslint/eslint-plugin-template": "14.2.0",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "~14.2.0",