fix perfomance issues and warnings in app (#2487)

This commit is contained in:
Denys Vuika
2022-03-28 17:03:27 +01:00
committed by GitHub
parent acf6913217
commit b9af414c99
6 changed files with 31 additions and 27 deletions
+3 -10
View File
@@ -658,12 +658,6 @@
"integrity": "sha512-bYIut4edOq/RWyYsi3Z5NW/wEHSGLpjXfQ38zbdRlsX93+N8nAu1hf5ishbnpkEobEyerktoRVmRI8UXPsijjg==",
"dev": true
},
"@angular-eslint/bundled-angular-compiler": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.0.1.tgz",
"integrity": "sha512-Eih9Kh0hxHO4+3in9mgjksQecym0p+3p+287y3LLihIc7gCkAO4xZeHGVGiC8qUX72PNUXkDlyskI9oHjK9Axw==",
"dev": true
},
"@angular-eslint/eslint-plugin": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-1.2.0.tgz",
@@ -715,12 +709,11 @@
}
},
"@angular-eslint/template-parser": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.0.1.tgz",
"integrity": "sha512-GEJzVLS4Sb4UdurqaPD1/ucGhagGAQCp17CIgjpcXRwzxBZ9OLqbO/rx8diRbADp+1rceVq4BhADsg3VdsOsuw==",
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-1.2.0.tgz",
"integrity": "sha512-EfNJh0nFGJInHa2ccVw8Eb9ujWoUAwaQMCi9GppzYrqhSPc0YZqdQg4eIW2AlZs1giHD2Ko/V1rphzw+9gisCw==",
"dev": true,
"requires": {
"@angular-eslint/bundled-angular-compiler": "13.0.1",
"eslint-scope": "^5.1.0"
},
"dependencies": {