Skip to content

Commit

Permalink
chore: bump turbo from 1.13.3 to 2.0.3 (#2798)
Browse files Browse the repository at this point in the history
Co-authored-by: steveluscher <steven.luscher@anza.xyz>
  • Loading branch information
dependabot[bot] and steveluscher committed Jun 11, 2024
1 parent ec3a540 commit cd2c4a3
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"name": "@solana/web3.js-monorepo",
"private": true,
"workspaces": [
"packages/*"
Expand Down Expand Up @@ -28,7 +29,7 @@
"@typescript-eslint/parser": "^6.21.0",
"agadoo": "^3.0.0",
"eslint": "^8.57.0",
"eslint-config-turbo": "^1.13.3",
"eslint-config-turbo": "^2.0.3",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand All @@ -44,7 +45,7 @@
"prettier": "^3.3",
"ts-node": "^10.9.2",
"tsup": "^8.0.2",
"turbo": "^1.13.3",
"turbo": "^2.0.3",
"typescript": "^5.4.5"
},
"engineStrict": true,
Expand Down
76 changes: 38 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"remoteCache": {
"signature": true
},
"tasks": {
"build": {
"dependsOn": [
"compile:js",
Expand Down Expand Up @@ -146,7 +149,5 @@
"inputs": ["$TURBO_DEFAULT$", "src/**", "test/**"]
}
},
"remoteCache": {
"signature": true
}
"ui": "stream"
}

0 comments on commit cd2c4a3

Please sign in to comment.