Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoe-codez committed Dec 28, 2024
1 parent 916983a commit b1daddf
Show file tree
Hide file tree
Showing 3 changed files with 646 additions and 1,781 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@digital-alchemy/grocy",
"repository": "https://github.com/Digital-Alchemy-TS/grocy",
"homepage": "https://docs.digital-alchemy.app/Grocy",
"version": "24.11.1",
"version": "24.12.1",
"scripts": {
"build": "tsc",
"lint": "eslint src",
Expand All @@ -30,31 +30,31 @@
"dayjs": "*"
},
"devDependencies": {
"@cspell/eslint-plugin": "^8.16.0",
"@digital-alchemy/core": "^24.11.3",
"@eslint/compat": "^1.2.3",
"@cspell/eslint-plugin": "^8.17.1",
"@digital-alchemy/core": "^24.11.4",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "8.18.2",
"@typescript-eslint/parser": "8.18.2",
"dayjs": "^1.11.13",
"eslint": "9.15.0",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsonc": "^2.18.1",
"eslint-plugin-jsonc": "^2.18.2",
"eslint-plugin-no-unsanitized": "^4.1.2",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-security": "^3.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-sonarjs": "^2.0.4",
"eslint-plugin-sonarjs": "^3.0.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-unicorn": "^56.0.0",
"prettier": "^3.3.3",
"eslint-plugin-unicorn": "^56.0.1",
"prettier": "^3.4.2",
"tsx": "^4.19.2",
"type-fest": "^4.27.0",
"typescript": "^5.7.0-beta",
"vitest": "^2.1.5"
"type-fest": "^4.31.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion src/services/system.service.mts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function System({ lifecycle, grocy, logger, event, config }: TServicePara
});

return {
LAST_CHANGED_TIME: Dayjs,
LAST_CHANGED_TIME: undefined as Dayjs,

async getSystemConfig() {
logger.trace("getSystemConfig");
Expand Down
Loading

0 comments on commit b1daddf

Please sign in to comment.