successful upgrade to angular v14

master
Alex Martzios 1 year ago
parent bafe508beb
commit 1f5313bb1f

2
.gitignore vendored

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

@ -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",

Loading…
Cancel
Save