Skip to content

Commit 3abb868

Browse files
⬆️ Bump turbo from 1.13.3 to 2.0.9 (carloscuesta#1771)
* ⬆️ Bump turbo from 1.13.3 to 2.0.9 Bumps [turbo](https://github.com/vercel/turbo) from 1.13.3 to 2.0.9. - [Release notes](https://github.com/vercel/turbo/releases) - [Changelog](https://github.com/vercel/turbo/blob/main/release.md) - [Commits](vercel/turborepo@v1.13.3...v2.0.9) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * ♻️ Switch pipeline to tasks --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Cuesta <carloscuesta@me.com>
1 parent b248bc0 commit 3abb868

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"husky": "^9.0.11",
1414
"lint-staged": "^15.2.7",
1515
"prettier": "3.3.2",
16-
"turbo": "1.13.3"
16+
"turbo": "2.0.9"
1717
},
1818
"volta": {
1919
"node": "16.15.0"

pnpm-lock.yaml

Lines changed: 22 additions & 22 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
"dev": {
55
"dependsOn": ["^build"],
66
"cache": false,

0 commit comments

Comments
 (0)