Compare commits

..

2 Commits

2 changed files with 8 additions and 8 deletions

View File

@ -562,19 +562,19 @@
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {
"version": "13.5.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-14.1.1.tgz",
"integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==", "integrity": "sha512-Uzk6zfkf3KHqnd7x12Gr68fUvRz4c7J2XNTDLM3WAYa/m2wO78/zyP/Nd4DCrqmQvsDyuDRgN8LY7msuoOA3rg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/bundled-angular-compiler": "13.5.0", "@angular-eslint/bundled-angular-compiler": "14.1.1",
"eslint-scope": "^5.1.0" "eslint-scope": "^5.1.0"
}, },
"dependencies": { "dependencies": {
"@angular-eslint/bundled-angular-compiler": { "@angular-eslint/bundled-angular-compiler": {
"version": "13.5.0", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.1.tgz",
"integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==", "integrity": "sha512-/l4741bivWuyA7zDXXjQc/MENOkIGKG6f7b5dTgquEGLyafFNIGXVHbHKD8BYOJ8ou6cheWGGKB9gL/JOltn7w==",
"dev": true "dev": true
} }
} }

View File

@ -34,7 +34,7 @@
"@angular-eslint/eslint-plugin": "13.5.0", "@angular-eslint/eslint-plugin": "13.5.0",
"@angular-eslint/eslint-plugin-template": "14.1.1", "@angular-eslint/eslint-plugin-template": "14.1.1",
"@angular-eslint/schematics": "13.2.1", "@angular-eslint/schematics": "13.2.1",
"@angular-eslint/template-parser": "13.5.0", "@angular-eslint/template-parser": "14.1.1",
"@angular/cli": "~14.2.0", "@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",
"@types/jasmine": "~4.0.3", "@types/jasmine": "~4.0.3",