From 2515ab03dbfb1125ca2895ba3ee27236a704ebf0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2024 15:07:11 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- package.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 36a264f..212b382 100644 --- a/package.json +++ b/package.json @@ -29,28 +29,28 @@ "compile": "bun build src/index.ts --compile --outfile bin/codew" }, "dependencies": { - "@clack/prompts": "^0.7.0", + "@clack/prompts": "^0.8.2", "cleye": "^1.3.2", "execa": "^8.0.1", "lowdb": "^6.1.1", "mkdirp": "^3.0.1", - "picocolors": "^1.0.0", + "picocolors": "^1.1.1", "slash": "^5.1.0" }, "devDependencies": { "@bisquit/changelogithub-config": "^0.0.9", - "@typescript-eslint/eslint-plugin": "^6.19.1", - "@typescript-eslint/parser": "^6.19.1", + "@typescript-eslint/eslint-plugin": "^6.21.0", + "@typescript-eslint/parser": "^6.21.0", "@vitest/coverage-v8": "^0.34.6", - "bumpp": "^9.3.0", + "bumpp": "^9.9.1", "concurrently": "^8.2.2", "cross-env": "^7.0.3", - "eslint": "^8.56.0", + "eslint": "^8.57.1", "eslint-plugin-simple-import-sort": "^10.0.0", - "prettier": "^3.2.4", + "prettier": "^3.4.2", "tsup": "^7.2.0", "tsx": "^3.14.0", - "typescript": "^5.3.3", + "typescript": "^5.7.2", "vitest": "^0.34.6" }, "prettier": {