Skip to content

Commit 21a6a59

Browse files
committed
bump turbo to v2
1 parent ad701c2 commit 21a6a59

File tree

5 files changed

+49
-40
lines changed

5 files changed

+49
-40
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@
2020
"@changesets/changelog-github": "^0.4.4",
2121
"@changesets/cli": "^2.22.0",
2222
"pkg-pr-new": "^0.0.29",
23-
"turbo": "1.10.12"
23+
"turbo": "^2.5.3"
2424
},
2525
"engines": {
2626
"node": ">=18",
2727
"pnpm": ">=9"
28-
}
28+
},
29+
"packageManager": "pnpm@9.15.9"
2930
}

packages/tests-e2e/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
"@playwright/test": "1.49.1",
1212
"start-server-and-test": "2.0.0",
1313
"ts-node": "10.9.1"
14-
},
15-
"version": null
14+
}
1615
}

packages/tests-unit/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@
1717
"vite": "5.4.9",
1818
"vite-tsconfig-paths": "^5.0.1",
1919
"vitest": "^2.1.3"
20-
},
21-
"version": null
20+
}
2221
}

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: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"globalEnv": ["APP_ROUTER_URL", "PAGES_ROUTER_URL", "APP_PAGES_ROUTER_URL"],
4-
"pipeline": {
3+
"globalEnv": [
4+
"APP_ROUTER_URL",
5+
"PAGES_ROUTER_URL",
6+
"APP_PAGES_ROUTER_URL"
7+
],
8+
"tasks": {
59
"build": {
6-
"dependsOn": ["^build"],
7-
"outputs": ["dist/**"]
10+
"dependsOn": [
11+
"^build"
12+
],
13+
"outputs": [
14+
"dist/**"
15+
]
816
},
917
"e2e:test": {
1018
"cache": false
1119
},
1220
"test": {
13-
"dependsOn": ["^build"],
21+
"dependsOn": [
22+
"^build"
23+
],
1424
"cache": false
1525
},
1626
"lint": {

0 commit comments

Comments
 (0)