Skip to content

Commit

Permalink
chore(deps): update turbo monorepo to v2 (major) (#193)
Browse files Browse the repository at this point in the history
* chore(deps): update turbo monorepo to v2

* add packageManager field

* rename pipeline -> tasks

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: lukasIO <[email protected]>
  • Loading branch information
renovate[bot] and lukasIO authored Jun 18, 2024
1 parent e7f482f commit 8b542b8
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 42 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@
"eslint-config-next": "^14.2.4",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-turbo": "^1.12.2",
"eslint-config-turbo": "^2.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-tsdoc": "^0.3.0",
"prettier": "^3.2.5",
"turbo": "^1.13.3",
"turbo": "^2.0.0",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
}
},
"packageManager": "[email protected]"
}
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.

2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://turborepo.org/schema.json",
"globalEnv": ["LIVEKIT_URL", "LIVEKIT_API_KEY", "LIVEKIT_API_SECRET"],
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
Expand Down

0 comments on commit 8b542b8

Please sign in to comment.