Skip to content

Commit

Permalink
Bump turbo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
origami-z committed Jun 11, 2024
1 parent 54e1fd0 commit acdedef
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 64 deletions.
114 changes: 55 additions & 59 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "figma-plugins-and-widgets",
"private": true,
"engines": {
"node": ">= 16.0.0"
},
"packageManager": "[email protected]",
"workspaces": [
"packages/*"
],
Expand All @@ -15,8 +13,11 @@
"prettier": "prettier --write . --ignore-path .gitignore",
"prettier:ci": "prettier --check . --ignore-path .gitignore"
},
"engines": {
"node": ">= 20.0.0"
},
"dependencies": {
"turbo": "*"
"turbo": "^2.0.3"
},
"devDependencies": {
"@figma/eslint-plugin-figma-plugins": "^0.15.0",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**"]
Expand Down

0 comments on commit acdedef

Please sign in to comment.