Updated more dependencies

This commit is contained in:
2021-03-20 00:32:29 +01:00
parent 98913c7091
commit c3e533eb0c
2 changed files with 9 additions and 9 deletions

View File

@@ -23,7 +23,7 @@
"@angular/platform-browser": "~11.2.6",
"@angular/platform-browser-dynamic": "~11.2.6",
"@angular/router": "~11.2.6",
"angular-auth-oidc-client": "11.6.4",
"angular-auth-oidc-client": "^11.6.4",
"moment": "^2.29.1",
"rxjs": "~6.6.6",
"tslib": "^1.14.1",
@@ -35,7 +35,7 @@
"@angular/compiler-cli": "~11.2.6",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@types/node": "^12.20.6",
"codelyzer": "^6.0.0",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
@@ -47,6 +47,6 @@
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2"
"typescript": "^4.0.7"
}
}