This commit is contained in:
Oezmen
2022-06-14 14:27:32 +02:00
parent c88edab390
commit 2e0c68a636
2 changed files with 1785 additions and 1373 deletions

View File

@@ -45,14 +45,14 @@
"lint": "ng lint"
},
"dependencies": {
"@angular/common": "13.3.1",
"@angular/compiler": "13.3.1",
"@angular/core": "13.3.1",
"@angular/forms": "13.3.1",
"@angular/language-service": "13.3.1",
"@angular/platform-browser": "13.3.1",
"@angular/platform-browser-dynamic": "13.3.1",
"@angular/router": "13.3.1",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/forms": "13.3.11",
"@angular/language-service": "13.3.11",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"rxjs": "7.5.5",
"tslib": "^2.1.0",
"zone.js": "~0.11.5"
@@ -66,7 +66,7 @@
"@angular-eslint/schematics": "13.1.0",
"@angular-eslint/template-parser": "13.1.0",
"@angular/cli": "13.3.1",
"@angular/compiler-cli": "13.3.1",
"@angular/compiler-cli": "13.3.11",
"@ngx-translate/core": "14.0.0",
"@ngx-translate/http-loader": "7.0.0",
"@playwright/test": "1.20.2",
@@ -105,4 +105,4 @@
"browserslist": [
"chrome 100"
]
}
}