Compare commits

..

No commits in common. "c43c3c731029d0c71966c19831f6746ff5280b28" and "98cafce7e6bdd57b031b3e201e66e20c7a5ed41a" have entirely different histories.

2 changed files with 47 additions and 6 deletions

View File

@ -230,6 +230,12 @@
"integrity": "sha512-J+LRidjlJOGfRNXJwUyOhz5TnasEBK+kL3QkkCE4ZSt/dH40QqT+3q9qV5zc45wdaAeJM4/jp1IhI6kPwWI5Yw==", "integrity": "sha512-J+LRidjlJOGfRNXJwUyOhz5TnasEBK+kL3QkkCE4ZSt/dH40QqT+3q9qV5zc45wdaAeJM4/jp1IhI6kPwWI5Yw==",
"dev": true "dev": true
}, },
"@angular-eslint/bundled-angular-compiler": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-14.1.1.tgz",
"integrity": "sha512-/l4741bivWuyA7zDXXjQc/MENOkIGKG6f7b5dTgquEGLyafFNIGXVHbHKD8BYOJ8ou6cheWGGKB9gL/JOltn7w==",
"dev": true
},
"@angular-eslint/eslint-plugin": { "@angular-eslint/eslint-plugin": {
"version": "14.1.2", "version": "14.1.2",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.2.tgz",
@ -262,16 +268,51 @@
} }
}, },
"@angular-eslint/schematics": { "@angular-eslint/schematics": {
"version": "14.1.2", "version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-14.1.2.tgz", "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-14.1.1.tgz",
"integrity": "sha512-jyaCDQf+MGjMCf+U6KXvvpPESKMUoSGXYhsh2XYtSSUhXook9f2cPI6bHBMyrDgV43zH42jMS+yMC1EO24ZP1w==", "integrity": "sha512-+/IvAJs0YaEtH/2ZLqDb4V8NgqPAnpJoEP97zk8ypJFyT0EGkDFfi2VIxwpxiMWBap4Fdwd2Fo7XanLonboSeg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@angular-eslint/eslint-plugin": "14.1.2", "@angular-eslint/eslint-plugin": "14.1.1",
"@angular-eslint/eslint-plugin-template": "14.1.2", "@angular-eslint/eslint-plugin-template": "14.1.1",
"ignore": "5.2.0", "ignore": "5.2.0",
"strip-json-comments": "3.1.1", "strip-json-comments": "3.1.1",
"tmp": "0.2.1" "tmp": "0.2.1"
},
"dependencies": {
"@angular-eslint/eslint-plugin": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-14.1.1.tgz",
"integrity": "sha512-mqo/kdb5gWA+OJjjaz5Is0f2NUYjJ50iwrCWLnLQFVGAvXABZD4GUCPjWFD8VbUv1KMNQ4J/+Ptgn3qBf0AOQQ==",
"dev": true,
"requires": {
"@angular-eslint/utils": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
}
},
"@angular-eslint/eslint-plugin-template": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-14.1.1.tgz",
"integrity": "sha512-jFvUFx+rn7cqLjsvvZP8Sr0VA9ihYYzaXJHDx5KBVyyA1+VpTecBBKNW9nKW23IcJFwuW2Xxx2lqwj2H8xcTtQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/type-utils": "5.37.0",
"@typescript-eslint/utils": "5.37.0",
"aria-query": "5.0.2",
"axobject-query": "3.0.1"
}
},
"@angular-eslint/utils": {
"version": "14.1.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-14.1.1.tgz",
"integrity": "sha512-J9Q8XbS5SpNbCJ4NWnGirU33lLNWs1jXp+G2Rm7uTHyHeQYU+JYe9P6ZQ6P90htMomyP648nazfVXWki5skscQ==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "14.1.1",
"@typescript-eslint/utils": "5.37.0"
}
}
} }
}, },
"@angular-eslint/template-parser": { "@angular-eslint/template-parser": {

View File

@ -33,7 +33,7 @@
"@angular-eslint/builder": "14.1.2", "@angular-eslint/builder": "14.1.2",
"@angular-eslint/eslint-plugin": "14.1.2", "@angular-eslint/eslint-plugin": "14.1.2",
"@angular-eslint/eslint-plugin-template": "14.1.2", "@angular-eslint/eslint-plugin-template": "14.1.2",
"@angular-eslint/schematics": "14.1.2", "@angular-eslint/schematics": "14.1.1",
"@angular-eslint/template-parser": "14.1.2", "@angular-eslint/template-parser": "14.1.2",
"@angular/cli": "~14.2.0", "@angular/cli": "~14.2.0",
"@angular/compiler-cli": "~14.2.0", "@angular/compiler-cli": "~14.2.0",