Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Netail committed Sep 23, 2024
1 parent bbc611c commit 13c80c8
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 197 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-kit",
"version": "1.1.2",
"version": "1.1.3",
"description": "Turborepo CLI for housekeeping",
"license": "MIT",
"repository": {
Expand All @@ -24,17 +24,17 @@
"prepare": "husky || true"
},
"dependencies": {
"@turbo/repository": "^0.0.1-canary.10",
"@turbo/repository": "0.0.1-canary.10",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"npm-check-updates": "^17.1.0"
"npm-check-updates": "~17.1.3"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@types/node": "^20.14.13",
"husky": "^9.1.5",
"tsup": "^8.2.4",
"typescript": "^5.5.4"
"@biomejs/biome": "^1.9.2",
"@types/node": "^20.16.5",
"husky": "^9.1.6",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"keywords": ["turbo", "turborepo", "monorepo"]
}
Loading

0 comments on commit 13c80c8

Please sign in to comment.