From 1f5313bb1fb116940e00ba6454c27e6cb52f1838 Mon Sep 17 00:00:00 2001 From: Alex Martzios Date: Thu, 15 Dec 2022 13:10:38 +0200 Subject: [PATCH] successful upgrade to angular v14 --- .gitignore | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86fae35..5e9454d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -/.angular/cache +.angular/ node_modules/ dist/ .idea/ diff --git a/package.json b/package.json index 924146b..5de05a9 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/graph/browser/stats.json --host 0.0.0.0", "test": "ng test", "e2e": "ng e2e", - "after-build-clean": "rm -rf dist/graph/assets/common-assets/.git/" + "after-build-clean": "rm -rf dist/graph/assets/common-assets/.git/ .angular" }, "private": true, "dependencies": { @@ -30,7 +30,7 @@ "core-js": "^2.5.4", "express": "^4.15.2", "jquery": "^3.4.1", - "ng-recaptcha": "^7.0.1", + "ng-recaptcha": "^10.0.0", "rxjs": "^6.5.1", "ts-md5": "^1.2.0", "tslib": "^2.0.0",