Skip to content

Commit 892fdf0

Browse files
committed
build(deps-dev): bump turbo from v1 to v2
1 parent 9e63dbf commit 892fdf0

File tree

3 files changed

+42
-35
lines changed

3 files changed

+42
-35
lines changed

package-lock.json

Lines changed: 35 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
"rollup-plugin-postcss": "4.0.2",
132132
"storybook": "8.6.3",
133133
"tsc-files": "1.1.4",
134-
"turbo": "1.13.2",
134+
"turbo": "2.4.4",
135135
"typescript": "^5.4.5",
136136
"typescript-eslint": "^7.16.1",
137137
"vite": "5.4.7",
@@ -154,5 +154,5 @@
154154
"storybook": {
155155
"url": "https://v1-contrib--62189360eeb21b003ab2f4ad.chromatic.com/"
156156
},
157-
"packageManager": "npm@10.7.0"
157+
"packageManager": "npm@11.1.0"
158158
}

turbo.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"globalDependencies": ["tsconfig.json", "package.json", "package-lock.json"],
4+
"tasks": {
45
"build": {
56
"dependsOn": ["^build"],
67
"outputs": [
@@ -9,16 +10,15 @@
910
"dist/**",
1011
"custom-elements.json"
1112
],
12-
"outputMode": "errors-only"
13+
"outputLogs": "errors-only"
1314
},
1415
"clean": {
1516
"cache": false,
16-
"outputMode": "none"
17+
"outputLogs": "none"
1718
},
1819
"analyze": {
1920
"inputs": ["lib/**/*.element.ts"],
2021
"outputs": ["custom-elements.json"]
2122
}
22-
},
23-
"globalDependencies": ["tsconfig.json", "package.json", "package-lock.json"]
23+
}
2424
}

0 commit comments

Comments
 (0)