Skip to content

Commit 1b42c3e

Browse files
author
Isaiah Hall
committed
chore(turbo): update Turborepo devDependency to 2.0.9
1 parent 197bc7d commit 1b42c3e

File tree

3 files changed

+21973
-2802
lines changed

3 files changed

+21973
-2802
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"ts-loader": "9.4.2",
118118
"ts-mocha": "10.0.0",
119119
"ts-node": "10.9.1",
120-
"turbo": "^1.11.3",
120+
"turbo": "2.0.9",
121121
"typescript": "~4.9.5",
122122
"verdaccio": "5.25.0",
123123
"webpack": "5.76.0",

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
33
"remoteCache": {},
4-
"pipeline": {
4+
"tasks": {
55
"build": {
66
"outputs": ["dist-types/**", "dist-cjs/**", "dist-es/**"],
77
"dependsOn": ["^build"]

0 commit comments

Comments
 (0)