Skip to content

Commit

Permalink
fix(deps): update turbo monorepo to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 3913c2b commit 266a07d
Show file tree
Hide file tree
Showing 6 changed files with 48 additions and 42 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prettier": "2.8.0",
"@commitlint/cli": "17.8.0",
"@commitlint/config-conventional": "17.8.0",
"turbo": "1.13.2",
"turbo": "2.0.3",
"husky": "8.0.1",
"eslint": "8.57.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "2.0.3",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "2.0.3",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "2.0.3",
"eslint-config-universe": "11.3.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"clean": "rm -rf .turbo && rm -rf lint-results && rm -rf .nyc_output && rm -rf node_modules"
},
"dependencies": {
"eslint-config-turbo": "0.0.4",
"eslint-config-turbo": "2.0.3",
"eslint-config-universe": "11.3.0"
}
}
80 changes: 43 additions & 37 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 266a07d

Please sign in to comment.