Skip to content

Commit

Permalink
chore(deps): update dependency turbo to v2 (#72)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency turbo to v2

* chore: s/pipeline/tasks/

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: rai <[email protected]>
  • Loading branch information
renovate[bot] and r4ai authored Jul 21, 2024
1 parent 311e20a commit e1ca317
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"rimraf": "^6.0.0",
"turbo": "^1.12.5",
"turbo": "^2.0.0",
"typescript": "^5.0.0"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist/**"],
"dependsOn": ["^build"]
Expand Down

0 comments on commit e1ca317

Please sign in to comment.