Skip to content

Commit

Permalink
chore(turbo): update Turborepo devDependency to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaiah Hall committed Jul 30, 2024
1 parent 197bc7d commit 1b42c3e
Show file tree
Hide file tree
Showing 3 changed files with 21,973 additions and 2,802 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
"ts-loader": "9.4.2",
"ts-mocha": "10.0.0",
"ts-node": "10.9.1",
"turbo": "^1.11.3",
"turbo": "2.0.9",
"typescript": "~4.9.5",
"verdaccio": "5.25.0",
"webpack": "5.76.0",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"remoteCache": {},
"pipeline": {
"tasks": {
"build": {
"outputs": ["dist-types/**", "dist-cjs/**", "dist-es/**"],
"dependsOn": ["^build"]
Expand Down
Loading

0 comments on commit 1b42c3e

Please sign in to comment.