[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-02-25 01:41:27 +00:00
committed by GitHub
parent e0c5273eb3
commit 8e893e6c64

View File

@@ -1,37 +1,37 @@
{ {
"name": "@dokploy/schedules", "name": "@dokploy/schedules",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "PORT=4001 tsx watch src/index.ts", "dev": "PORT=4001 tsx watch src/index.ts",
"build": "tsc --project tsconfig.json", "build": "tsc --project tsconfig.json",
"start": "node dist/index.js", "start": "node dist/index.js",
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@dokploy/server": "workspace:*", "@dokploy/server": "workspace:*",
"@hono/node-server": "^1.14.3", "@hono/node-server": "^1.14.3",
"@hono/zod-validator": "0.3.0", "@hono/zod-validator": "0.3.0",
"bullmq": "5.67.3", "bullmq": "5.67.3",
"dotenv": "^16.4.5", "dotenv": "^16.4.5",
"drizzle-orm": "catalog:", "drizzle-orm": "catalog:",
"hono": "^4.11.7", "hono": "^4.11.7",
"ioredis": "5.4.1", "ioredis": "5.4.1",
"pino": "9.4.0", "pino": "9.4.0",
"pino-pretty": "11.2.2", "pino-pretty": "11.2.2",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0", "react-dom": "18.2.0",
"zod": "^4.3.6" "zod": "^4.3.6"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^24.4.0", "@types/node": "^24.4.0",
"@types/react": "^18.3.5", "@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0", "@types/react-dom": "^18.3.0",
"tsx": "^4.16.2", "tsx": "^4.16.2",
"typescript": "^5.8.3" "typescript": "^5.8.3"
}, },
"packageManager": "pnpm@10.22.0", "packageManager": "pnpm@10.22.0",
"engines": { "engines": {
"node": "^24.4.0", "node": "^24.4.0",
"pnpm": ">=10.22.0" "pnpm": ">=10.22.0"
} }
} }