mirror of
https://github.com/vercel/turborepo.git
synced 2025-12-23 09:19:46 +00:00
### Description Umbrella PR for dependency updates in examples brought up by Dependabot. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
20 lines
438 B
JSON
20 lines
438 B
JSON
{
|
|
"name": "my-turborepo",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo build",
|
|
"dev": "turbo dev",
|
|
"lint": "turbo lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"@repo/eslint-config": "workspace:*",
|
|
"@repo/typescript-config": "workspace:*",
|
|
"prettier": "^3.1.1",
|
|
"turbo": "^1.11.3"
|
|
},
|
|
"packageManager": "pnpm@8.9.0",
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|