From 61133bfdb879e036cff220c0c7cdac3ecc488641 Mon Sep 17 00:00:00 2001 From: Maikel Date: Mon, 5 Aug 2024 20:14:29 +0200 Subject: [PATCH] bump packages (#3) --- package.json | 6 +++--- src/commands/updates.ts | 2 +- yarn.lock | 16 ++++++++-------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 54ae42c..3e0d4d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "turbo-kit", - "version": "1.1.0", + "version": "1.1.1", "description": "Turborepo CLI for housekeeping", "license": "MIT", "repository": { @@ -27,13 +27,13 @@ "@turbo/repository": "^0.0.1-canary.10", "chalk": "^5.3.0", "commander": "^12.1.0", - "npm-check-updates": "^17.0.0" + "npm-check-updates": "^17.0.3" }, "devDependencies": { "@biomejs/biome": "^1.8.3", "@types/node": "^20.14.13", "husky": "^9.1.4", - "tsup": "^8.2.3", + "tsup": "^8.2.4", "typescript": "^5.5.4" }, "keywords": ["turbo", "turborepo", "monorepo"] diff --git a/src/commands/updates.ts b/src/commands/updates.ts index 4280bcd..07c5d74 100644 --- a/src/commands/updates.ts +++ b/src/commands/updates.ts @@ -41,6 +41,6 @@ const packageUpdates = async (name: string, path: string) => { console.log(`${prefix} ${key} >> ${value}${isLast ? '\n' : ''}`); }); } else { - console.log('└── none...\n'); + console.log('└── all up to date...\n'); } }; diff --git a/yarn.lock b/yarn.lock index 1a060e9..6373786 100644 --- a/yarn.lock +++ b/yarn.lock @@ -819,10 +819,10 @@ normalize-path@^3.0.0, normalize-path@~3.0.0: resolved "https://registry.yarnpkg.com/normalize-path/-/normalize-path-3.0.0.tgz#0dcd69ff23a1c9b11fd0978316644a0388216a65" integrity sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA== -npm-check-updates@^17.0.0: - version "17.0.0" - resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.0.0.tgz#2d576117b978ac11bcae365859608b865716baed" - integrity sha512-rXJTiUYBa+GzlvPgemFlwlTdsqS2C16trlW58d9it8u3Hnp0M+Fzmd3NsYBFCjlRlgMZwzuCIBKd9bvIz6yx0Q== +npm-check-updates@^17.0.3: + version "17.0.3" + resolved "https://registry.yarnpkg.com/npm-check-updates/-/npm-check-updates-17.0.3.tgz#d0ad1cef8a4216c5b12542d90108b8e123d47b27" + integrity sha512-3UWnsnijmx4u9GnICHVCChz6JnhVLmYWqazoedWjLSY6hZB/QhMCps07vBbDmjWnHMhpl6YseAtFlvGbUq9Yrw== npm-run-path@^4.0.1: version "4.0.1" @@ -1085,10 +1085,10 @@ ts-interface-checker@^0.1.9: resolved "https://registry.yarnpkg.com/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz#784fd3d679722bc103b1b4b8030bcddb5db2a699" integrity sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA== -tsup@^8.2.3: - version "8.2.3" - resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.2.3.tgz#4a1ff2962a4d7c8265fea661b0dd9668de58916d" - integrity sha512-6YNT44oUfXRbZuSMNmN36GzwPPIlD2wBccY7looM2fkTcxkf2NEmwr3OZuDZoySklnrIG4hoEtzy8yUXYOqNcg== +tsup@^8.2.4: + version "8.2.4" + resolved "https://registry.yarnpkg.com/tsup/-/tsup-8.2.4.tgz#5e31790c1e66392cee384ad746ed51c106614beb" + integrity sha512-akpCPePnBnC/CXgRrcy72ZSntgIEUa1jN0oJbbvpALWKNOz1B7aM+UVDWGRGIO/T/PZugAESWDJUAb5FD48o8Q== dependencies: bundle-require "^5.0.0" cac "^6.7.14"