Skip to content

Commit 3faf1f7

Browse files
committed
deps: upgrade turbo to 2.0
1 parent 9484e70 commit 3faf1f7

File tree

3 files changed

+31
-31
lines changed

3 files changed

+31
-31
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint": "^8.57.1",
2424
"happy-dom": "^13.10.1",
2525
"prettier": "^3.3.3",
26-
"turbo": "^1.13.4",
26+
"turbo": "^2.5.3",
2727
"typescript": "^5.6.3",
2828
"vite": "^5.4.10",
2929
"vitest": "^1.6.0"

pnpm-lock.yaml

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

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"tasks": {
44
"build": {
55
"outputs": ["dist/**"],
66
"dependsOn": ["clean", "^build"]

0 commit comments

Comments
 (0)