aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-23 13:39:16 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-24 11:46:57 +0200
commite964f1c1be44ef74877531870c119aa110555ca1 (patch)
treeeed038ca967edd10309ef527ceac9cbf9fd5e9d0 /tsconfig.json
parent143be69ed4d2353349f5b7030c3bb1ce1a166a99 (diff)
Upgrade packages to current Angular 13 level
- upgrade angular-oauth2-oidc (12.1.0 -> 13.0.1) - upgrade ngx-translate (13.0.0 -> 14.0.0) - upgrade rxjs (6.6.7 -> 7.4.0) - remove ng-bootstrap - bump version to 0.1.1 Issue-ID: PORTALNG-120 Change-Id: I0672a7e794e965677ef5d818163ec080734e11e0 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 536748b..b38eb86 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -15,7 +15,7 @@
"moduleResolution": "node",
"importHelpers": true,
"target": "es2017",
- "lib": ["es2018", "dom"],
+ "lib": ["es2020", "dom"],
"resolveJsonModule": true,
"esModuleInterop": true
},