Skip to content

Commit

Permalink
bump packages (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail authored Aug 5, 2024
1 parent d5ab821 commit 61133bf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-kit",
"version": "1.1.0",
"version": "1.1.1",
"description": "Turborepo CLI for housekeeping",
"license": "MIT",
"repository": {
Expand All @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion src/commands/updates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
}
};
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 61133bf

Please sign in to comment.