Update to Angular-16 #4

Merged
konstantina.galouni merged 34 commits from angular-16 into develop 2023-10-30 20:55:50 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 95f749e9f0 - Show all commits

View File

@ -260,7 +260,7 @@ function parseAllUrls(response: any, allUrls: any, resultsType: string, subject:
} else {
let resultLandingComponent = new ResultLandingComponent(null, null, null,
null, null, null, null, null, null,
null, null, null, null, null);
null, null, null, null, null, null, null, null);
if(!resultLandingComponent.checkIfAllowed(resultLandingInfo)) {
noIndexedUrls++;

View File

@ -10,12 +10,12 @@
"superagent": "^5.0.5"
},
"devDependencies": {
"@types/node": "^8.0.30",
"ts-node": "^10.4.0",
"typescript": "^3.2.4"
"@types/node": "^16.18.39",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"engines": {
"node": "16.3.0"
"node": ">=16.14.0"
},
"author": "Konstantina Galouni <kgalouni@di.uoa.gr>",
"license": "NKUA"