From 3237651f3750b03516cfa3142fdcff528f27dd3e Mon Sep 17 00:00:00 2001 From: Ioan G Date: Tue, 9 Apr 2024 16:36:04 +0100 Subject: [PATCH] Dependencies (#54) * Update dependencies * Update dependencies * Update lock file * Update CI/CD node version * Update npm CI * Update version for deployment * update tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index cb25c34..2ce1c1b 100755 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "target": "es5", "lib": ["dom", "dom.iterable", "esnext"], + "ignoreDeprecations": "5.0", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,