refactored expense date to be a Temporal.PlainDate

This commit is contained in:
Joe Arndt 2026-02-19 14:03:28 -06:00
parent a92c4bec1f
commit ee823d015b
12 changed files with 233 additions and 74 deletions

View file

@ -20,6 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@js-temporal/polyfill": "^0.5.1",
"@nestjs/common": "^11.0.1",
"@nestjs/config": "^4.0.3",
"@nestjs/core": "^11.0.1",