Skip to content

Commit

Permalink
chore: Bumping croner to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
steilerDev committed Feb 11, 2025
1 parent 8d4da7b commit 91a4e09
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"chalk": "5.4.1",
"cli-progress": "3.11.2",
"commander": "13.1.0",
"croner": "7.0.5",
"croner": "9.0.0",
"jsonc": "2.0.0",
"p-event": "6.0.0",
"p-queue": "7.4.1",
Expand Down
2 changes: 1 addition & 1 deletion app/src/app/factory.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Command, Option, InvalidArgumentError, CommanderError} from "commander";
import Cron from "croner";
import {Cron} from "croner";
import {TokenApp, SyncApp, ArchiveApp, iCPSApp, DaemonApp} from "./icloud-app.js";
import {Resources} from "../lib/resources/main.js";
import {LogLevel} from "./event/log.js";
Expand Down

0 comments on commit 91a4e09

Please sign in to comment.