Fixed Account pages

This commit is contained in:
2024-10-21 14:02:51 +02:00
parent ff36345382
commit 18a7814747
56 changed files with 208 additions and 153 deletions

View File

@@ -15,6 +15,8 @@
"concurrently": "^9.0.1",
"cors": "^2.8.5",
"express": "^4.21.1",
"moment": "^2.30.1",
"momentjs": "^2.0.0",
"pinia": "^2.2.4",
"reflect-metadata": "^0.2.2",
"sequelize": "^6.37.4",
@@ -4070,6 +4072,12 @@
"node": "*"
}
},
"node_modules/momentjs": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/momentjs/-/momentjs-2.0.0.tgz",
"integrity": "sha512-GYMUxLyCwVhECkJR1/LMHEyb9gWYSPRnXi+elGN0m5bet7ngQOxU4QLWUI/eBzgN4N/T194n6yP7lQiE+Udw9A==",
"deprecated": "WARNING: The correct package name for Moment.js is 'moment', not 'momentjs'."
},
"node_modules/ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",