Compare commits

..

1 Commits

Author SHA1 Message Date
5318fbe23f Update dependency @angular-eslint/template-parser to v14.2.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-15 11:55:03 +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": {
@ -281,12 +281,12 @@
}
},
"@angular-eslint/template-parser": {
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.3.0.tgz",
"integrity": "sha512-CCZI1t460d8ozq2WFdVzBf9BGcP4LSPRdcpSOzRlWiYFJLCduOHSMMPJO/VEK2jIFjM04ANJNUk9Zg/9V8qNHg==",
"version": "14.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.2.0.tgz",
"integrity": "sha512-1rTUZwEmqv35bviRfAvvD8h6Fi4JR3yFsUYcCwKAnGZc2NnmgF1uv7UrrGeJcAV7fF4KJUs7dmNW4diN+GeCwA==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.3.0",
"@angular-eslint/bundled-angular-compiler": "14.2.0",
"eslint-scope": "^7.0.0"
},
"dependencies": {

View File

@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2",
"@angular-eslint/template-parser": "14.3.0",
"@angular-eslint/template-parser": "14.2.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.3.0",