Skip to content

Commit

Permalink
chore: upgrade turbo to 1.13.2 (#558)
Browse files Browse the repository at this point in the history
* chore: upgrade turbo to 1.13.2

* chore: add configuration for turbo plugin
  • Loading branch information
jbroma authored Apr 16, 2024
1 parent 6c09015 commit e9cf635
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"css.validate": false,
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "esbenp.prettier-vscode",
"turbo.useLocalTurbo": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"turbo": "^1.12.5"
"turbo": "^1.13.2"
},
"devDependencies": {
"@babel/cli": "^7.23.9",
Expand Down
44 changes: 22 additions & 22 deletions pnpm-lock.yaml

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

0 comments on commit e9cf635

Please sign in to comment.