Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with
6 additions and
5 deletions
-
CHANGELOG.md
-
package-lock.json
-
package.json
|
|
|
@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
- Integrated the endpoint to get all platforms (`GET api/v1/platforms`) into the create or update account dialog |
|
|
|
- Extracted the scraper configuration to a dedicated tab in the asset profile details dialog of the admin control panel |
|
|
|
- Improved the language localization for German (`de`) |
|
|
|
- Upgraded `@date-fns/utc` from version `2.1.0` to `2.1.1` |
|
|
|
|
|
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ |
|
|
|
"@angular/router": "21.0.6", |
|
|
|
"@angular/service-worker": "21.0.6", |
|
|
|
"@codewithdan/observable-store": "2.2.15", |
|
|
|
"@date-fns/utc": "2.1.0", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.5", |
|
|
|
"@ionic/angular": "8.7.8", |
|
|
|
"@keyv/redis": "4.4.0", |
|
|
|
@ -3815,9 +3815,9 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
"node_modules/@date-fns/utc": { |
|
|
|
"version": "2.1.0", |
|
|
|
"resolved": "https://registry.npmjs.org/@date-fns/utc/-/utc-2.1.0.tgz", |
|
|
|
"integrity": "sha512-176grgAgU2U303rD2/vcOmNg0kGPbhzckuH1TEP2al7n0AQipZIy9P15usd2TKQCG1g+E1jX/ZVQSzs4sUDwgA==", |
|
|
|
"version": "2.1.1", |
|
|
|
"resolved": "https://registry.npmjs.org/@date-fns/utc/-/utc-2.1.1.tgz", |
|
|
|
"integrity": "sha512-SlJDfG6RPeEX8wEVv6ZB3kak4MmbtyiI2qX/5zuKdordbrhB/iaJ58GVMZgJ6P1sJaM1gMgENFYYeg1JWrCFrA==", |
|
|
|
"license": "MIT" |
|
|
|
}, |
|
|
|
"node_modules/@deno/shim-deno": { |
|
|
|
|
|
|
|
@ -66,7 +66,7 @@ |
|
|
|
"@angular/router": "21.0.6", |
|
|
|
"@angular/service-worker": "21.0.6", |
|
|
|
"@codewithdan/observable-store": "2.2.15", |
|
|
|
"@date-fns/utc": "2.1.0", |
|
|
|
"@date-fns/utc": "2.1.1", |
|
|
|
"@internationalized/number": "3.6.5", |
|
|
|
"@ionic/angular": "8.7.8", |
|
|
|
"@keyv/redis": "4.4.0", |
|
|
|
|