Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 103b86b

Browse files
build(deps-dev): bump turbo from 1.13.3 to 2.0.3 (#6821)
* build(deps-dev): bump turbo from 1.13.3 to 2.0.3 Bumps [turbo](https://github.com/vercel/turbo) from 1.13.3 to 2.0.3. - [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.3) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Run fixup script --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Cinque <[email protected]>
1 parent 84420c8 commit 103b86b

File tree

3 files changed

+34
-33
lines changed

3 files changed

+34
-33
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
"@solana/eslint-config-solana": "^3.0.3",
2525
"@solana/prettier-config-solana": "^0.0.5",
2626
"eslint-config-turbo": "^2.0.3",
27-
"turbo": "^1.13.3"
27+
"turbo": "^2.0.3"
2828
},
2929
"engines": {
3030
"node": ">=14.0.0"
3131
},
32-
"packageManager": "[email protected]",
33-
"prettier": "@solana/prettier-config-solana"
32+
"packageManager": "[email protected]",
33+
"prettier": "@solana/prettier-config-solana",
34+
"name": "solana-program-library"
3435
}

pnpm-lock.yaml

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

turbo.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://turbo.build/schema.json",
3-
"pipeline": {
3+
"remoteCache": {
4+
"signature": true
5+
},
6+
"tasks": {
47
"build": {
58
"dependsOn": ["^build"],
69
"outputs": ["dist/**", "lib/**"]
@@ -21,8 +24,5 @@
2124
"inputs": ["src/**", "test/**"],
2225
"outputs": []
2326
}
24-
},
25-
"remoteCache": {
26-
"signature": true
2727
}
2828
}

0 commit comments

Comments
 (0)