diff --git a/package.json b/package.json index 36a264f..79302a7 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.9.0", "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.2", "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": {