successful upgrade to angular v14

This commit is contained in:
Alex Martzios 2022-12-15 13:10:38 +02:00
parent bafe508beb
commit 1f5313bb1f
2 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
/.angular/cache .angular/
node_modules/ node_modules/
dist/ dist/
.idea/ .idea/

View File

@ -11,7 +11,7 @@
"webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/graph/browser/stats.json --host 0.0.0.0", "webpack-bundle-analyzer": "ng build --stats-json && webpack-bundle-analyzer dist/graph/browser/stats.json --host 0.0.0.0",
"test": "ng test", "test": "ng test",
"e2e": "ng e2e", "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, "private": true,
"dependencies": { "dependencies": {
@ -30,7 +30,7 @@
"core-js": "^2.5.4", "core-js": "^2.5.4",
"express": "^4.15.2", "express": "^4.15.2",
"jquery": "^3.4.1", "jquery": "^3.4.1",
"ng-recaptcha": "^7.0.1", "ng-recaptcha": "^10.0.0",
"rxjs": "^6.5.1", "rxjs": "^6.5.1",
"ts-md5": "^1.2.0", "ts-md5": "^1.2.0",
"tslib": "^2.0.0", "tslib": "^2.0.0",