mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
Bumps [turbo](https://github.com/vercel/turbo) from 1.13.0 to 1.13.2. - [Release notes](https://github.com/vercel/turbo/releases) - [Changelog](https://github.com/vercel/turbo/blob/main/release.md) - [Commits](https://github.com/vercel/turbo/compare/v1.13.0...v1.13.2) --- updated-dependencies: - dependency-name: turbo dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
16 lines
356 B
JSON
16 lines
356 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "turbo run build",
|
|
"start" : "turbo run start",
|
|
"dev": "turbo run dev",
|
|
"lint": "turbo run lint",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^8.57.0",
|
|
"prettier": "^3.2.5",
|
|
"turbo": "^1.13.2"
|
|
},
|
|
"packageManager": "pnpm@8.6.10"
|
|
}
|