Compare commits

..

1 Commits

Author SHA1 Message Date
641559de35 Update dependency @angular-eslint/template-parser to v15
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-11-24 12:22:39 +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": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.0.0.tgz",
"integrity": "sha512-IFJFVCc3t+ujD8J6//RzYrtp7N9wUQhZnRUkd7pI7IpUT1XrQx5uNbDca9OLXM5F+HCHOQPIoaCyg3O/XJcc8Q==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.1.0.tgz",
"integrity": "sha512-zcOx+PnYuVDIG3wd/JVzCYdEUarKGtgIcN4iU9ZF+BVk5e8i9cbD3U8U3EDJKbrrokbFl9GBBJMCOa6XYTGJwQ==",
"dev": true
},
"@angular-eslint/eslint-plugin": {
@ -281,12 +281,12 @@
}
},
"@angular-eslint/template-parser": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.0.0.tgz",
"integrity": "sha512-tidZOhQ9ygXPyUwxXzXbEVJUiHRNF0oFu1Pf+hSlOwgjvRqCqVwXfDxEe6NjFEwRXsp0CtDgyseu7E9+ml+m6A==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.1.0.tgz",
"integrity": "sha512-ctcA7OAV1wwFByW1te3uZwzySuIRlo8NblG5yUtgU5BXt3nXwIDwoSr3tvI2dRHobNHcXVQcOFVzyOdXD/vsIg==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "15.0.0",
"@angular-eslint/bundled-angular-compiler": "15.1.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": "15.0.0",
"@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.3.0",