AP-63 (#85)
All checks were successful
Backend Deploy / build (push) Successful in 29s
Backend Build and Test / build (push) Successful in 3m3s

closes #63

Reviewed-on: #85
This commit was merged in pull request #85.
This commit is contained in:
2025-05-25 17:05:31 +02:00
parent 302ceaa629
commit daebcdeccd
170 changed files with 10517 additions and 9 deletions

View File

@@ -18,6 +18,7 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@capacitor/android": "7.2.0",
"@capacitor/app": "7.0.1",
"@capacitor/core": "7.2.0",
"@capacitor/haptics": "7.0.1",
@@ -2452,6 +2453,14 @@
"node": ">=6.9.0"
}
},
"node_modules/@capacitor/android": {
"version": "7.2.0",
"resolved": "https://registry.npmjs.org/@capacitor/android/-/android-7.2.0.tgz",
"integrity": "sha512-zdhEy3jZPG5Toe/pGzKtDgIiBGywjaoEuQWnGVjBYPlSAEUtAhpZ2At7V0SCb26yluAuzrAUV0Ue+LQeEtHwFQ==",
"peerDependencies": {
"@capacitor/core": "^7.2.0"
}
},
"node_modules/@capacitor/app": {
"version": "7.0.1",
"resolved": "https://registry.npmjs.org/@capacitor/app/-/app-7.0.1.tgz",