diff --git a/apps/example/package.json b/apps/example/package.json index cdf99c1..0a79fac 100644 --- a/apps/example/package.json +++ b/apps/example/package.json @@ -9,8 +9,8 @@ "lint": "eslint" }, "devDependencies": { - "@types/bun": "latest", - "eslint": "8.56.0", + "@types/bun": "^1.2.17", + "eslint": "9.30.0", "@tinyjobs/eslint-config": "workspace:*", "@tinyjobs/typescript-config": "workspace:*" }, diff --git a/packages/cli/package.json b/packages/cli/package.json index b9a3ca5..594a5c7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -41,14 +41,14 @@ "devDependencies": { "@tinyjobs/eslint-config": "workspace:*", "@tinyjobs/typescript-config": "workspace:*", - "@types/bun": "latest", - "eslint": "8.56.0", + "@types/bun": "^1.2.17", + "eslint": "9.30.0", "tsup": "^8.2.4" }, "peerDependencies": {}, "dependencies": { - "@clack/prompts": "^0.7.0", - "conf": "^13.0.1", + "@clack/prompts": "^0.11.0", + "conf": "^14.0.0", "picocolors": "^1.0.1", "typescript": "^5.5.4" } diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 9f9c89a..8f258d5 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -9,12 +9,12 @@ "react-internal.js" ], "devDependencies": { - "@vercel/style-guide": "^5.2.0", + "@vercel/style-guide": "^6.0.0", "eslint-config-turbo": "^2.0.14", - "eslint-config-prettier": "^9.1.0", + "eslint-config-prettier": "^10.1.5", "eslint-plugin-only-warn": "^1.1.0", - "@typescript-eslint/parser": "^7.18.0", - "@typescript-eslint/eslint-plugin": "^7.18.0", + "@typescript-eslint/parser": "^8.35.0", + "@typescript-eslint/eslint-plugin": "^8.35.0", "typescript": "^5.5.4" } } diff --git a/packages/tinyjobs/package.json b/packages/tinyjobs/package.json index da204b1..3aeb719 100644 --- a/packages/tinyjobs/package.json +++ b/packages/tinyjobs/package.json @@ -51,8 +51,8 @@ "devDependencies": { "@tinyjobs/eslint-config": "workspace:*", "@tinyjobs/typescript-config": "workspace:*", - "@types/bun": "latest", - "eslint": "8.56.0", + "@types/bun": "^1.2.17", + "eslint": "9.30.0", "tsup": "^8.2.4", "typescript": "^5.0.0" }, @@ -60,6 +60,6 @@ "dependencies": { "bullmq": "^5.12.11", "ioredis": "^5.4.1", - "valibot": "^0.39.0" + "valibot": "^1.1.0" } } \ No newline at end of file