Skip to content

Commit

Permalink
upgrade turborepo (#824)
Browse files Browse the repository at this point in the history
* upgrade turborepo

* update

* update

* update

* update

* update

* try

* try 2
  • Loading branch information
vvo authored Jan 20, 2025
1 parent 8c02df6 commit 02ca5df
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 51 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"prettier": "3.4.2",
"publint": "0.3.2",
"ts-jest": "29.2.5",
"turbo": "1.12.4",
"turbo": "2.3.3",
"typescript": "5.7.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/blob/src/bytes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type ByteUnit = 'b' | 'kb' | 'mb' | 'gb' | 'tb' | 'pb';

type ByteUnitMap = {
readonly [K in ByteUnit]: number;
readonly [_K in ByteUnit]: number;
};

// eslint-disable-next-line prefer-named-capture-group -- fine
Expand Down
94 changes: 47 additions & 47 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 tooling/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@vercel/style-guide": "5.2.0",
"eslint": "8.56.0",
"eslint-config-turbo": "1.11.2",
"eslint-config-turbo": "^2.3.3",
"typescript": "5.7.3"
},
"publishConfig": {
Expand Down
3 changes: 2 additions & 1 deletion turbo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"envMode": "loose",
"tasks": {
"build": {
"dependsOn": ["^build"],
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
Expand Down

0 comments on commit 02ca5df

Please sign in to comment.