Browse Source

chore: add croner dependency for scheduled tasks

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
main
npmrun 1 month ago
parent
commit
cab7c587ca
  1. 5
      bun.lock
  2. 1
      package.json

5
bun.lock

@ -7,7 +7,8 @@
"dependencies": {
"@libsql/client": "0.17.3",
"@nuxt/ui": "4.6.1",
"bcryptjs": "^3.0.3",
"bcryptjs": "3.0.3",
"croner": "^10.0.1",
"dotenv": "17.4.1",
"drizzle-orm": "0.45.2",
"drizzle-pkg": "workspace:*",
@ -18,7 +19,6 @@
"mime": "4.1.0",
"multer": "2.1.1",
"nuxt": "4.4.2",
"pg": "8.20.0",
"tailwindcss": "4.2.2",
"ufo": "1.6.3",
"vue": "3.5.32",
@ -27,7 +27,6 @@
},
"devDependencies": {
"@types/multer": "2.1.0",
"@types/pg": "8.20.0",
"drizzle-kit": "0.31.10",
"tsx": "4.21.0",
"typescript": "6.0.2",

1
package.json

@ -21,6 +21,7 @@
"@libsql/client": "0.17.3",
"@nuxt/ui": "4.6.1",
"bcryptjs": "3.0.3",
"croner": "^10.0.1",
"dotenv": "17.4.1",
"drizzle-orm": "0.45.2",
"drizzle-pkg": "workspace:*",

Loading…
Cancel
Save