-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Turborepo and pnpm versions (#313)
* feat: update turbo & pnpm versions * feat: update pnpm version in linter action * feat: update turborepo version in dockerfiles * feat: remove mailer from app-types dependencies * feat: update pnpm lock file
- Loading branch information
Showing
11 changed files
with
12,842 additions
and
9,690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,21 +9,20 @@ | |
}, | ||
"devDependencies": { | ||
"husky": "9.0.11", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"turbo": "1.11.1" | ||
"turbo": "2.0.6" | ||
}, | ||
"optionalDependencies": { | ||
"turbo-darwin-64": "1.11.1", | ||
"turbo-darwin-arm64": "1.11.1", | ||
"turbo-linux-64": "1.11.1", | ||
"turbo-linux-arm64": "1.11.1", | ||
"turbo-windows-64": "1.11.1", | ||
"turbo-windows-arm64": "1.11.1" | ||
"turbo-darwin-64": "2.0.6", | ||
"turbo-darwin-arm64": "2.0.6", | ||
"turbo-linux-64": "2.0.6", | ||
"turbo-linux-arm64": "2.0.6", | ||
"turbo-windows-64": "2.0.6", | ||
"turbo-windows-arm64": "2.0.6" | ||
}, | ||
"packageManager": "[email protected]", | ||
"engines": { | ||
"node": ">= 20.11.1", | ||
"yarn": "please-use-pnpm", | ||
"pnpm": ">= 8.15.7 <= 9.0.5" | ||
"pnpm": ">=9.5.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.