📦 Update dependencies
All checks were successful
Deploy application / deploy (push) Successful in 3s
All checks were successful
Deploy application / deploy (push) Successful in 3s
This commit is contained in:
22
package.json
22
package.json
@ -14,22 +14,22 @@
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@actual-app/api": "^25.5.0",
|
||||
"@dotenvx/dotenvx": "^1.44.0",
|
||||
"better-sqlite3": "^11.10.0",
|
||||
"cron": "^4.3.0",
|
||||
"@actual-app/api": "^25.7.1",
|
||||
"@dotenvx/dotenvx": "^1.45.2",
|
||||
"better-sqlite3": "^12.2.0",
|
||||
"cron": "^4.3.1",
|
||||
"dayjs": "^1.11.13",
|
||||
"dotenv": "^16.5.0",
|
||||
"prettier": "^3.5.3",
|
||||
"tsx": "^4.19.4"
|
||||
"dotenv": "^17.0.1",
|
||||
"prettier": "^3.6.2",
|
||||
"tsx": "^4.20.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/globals": "^29.7.0",
|
||||
"@types/better-sqlite3": "^7.6.13",
|
||||
"@types/jest": "^29.5.14",
|
||||
"@types/node": "^22.15.18",
|
||||
"jest": "^29.7.0",
|
||||
"ts-jest": "^29.3.3",
|
||||
"@types/jest": "^30.0.0",
|
||||
"@types/node": "^24.0.10",
|
||||
"jest": "^30.0.4",
|
||||
"ts-jest": "^29.4.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"typescript": "^5.8.3"
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { Dayjs } from "dayjs"
|
||||
import type { UUID } from "node:crypto"
|
||||
import type { TransactionEntity } from "@actual-app/api/@types/loot-core/types/models"
|
||||
import { TransactionEntity } from "@actual-app/api/@types/loot-core/src/types/models"
|
||||
|
||||
/**
|
||||
* Defines how to interact with the bank
|
||||
|
1855
pnpm-lock.yaml
generated
1855
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user