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

@@ -5,7 +5,8 @@
"packages": {
"": {
"dependencies": {
"@ionic/pwa-elements": "^3.3.0"
"@ionic/pwa-elements": "^3.3.0",
"hex-rgb": "^5.0.0"
}
},
"node_modules/@ionic/pwa-elements": {
@@ -16,6 +17,17 @@
"node": ">=16.0.0",
"npm": ">=8.0.0"
}
},
"node_modules/hex-rgb": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/hex-rgb/-/hex-rgb-5.0.0.tgz",
"integrity": "sha512-NQO+lgVUCtHxZ792FodgW0zflK+ozS9X9dwGp9XvvmPlH7pyxd588cn24TD3rmPm/N0AIRXF10Otah8yKqGw4w==",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/sindresorhus"
}
}
}
}