turborepo/examples/with-angular/package.json
Anthony Shew 0c9b80db87
examples: Bump turbo to latest (#11100)
### Description

Bumping `turbo` to latest in examples.

### Testing Instructions

CI
2025-11-10 23:48:45 -07:00

19 lines
401 B
JSON

{
"name": "with-angular",
"private": true,
"scripts": {
"build": "turbo run build",
"lint": "turbo run lint",
"format": "prettier --write \"**/*.{ts,tsx,md}\""
},
"engines": {
"node": ">=18"
},
"packageManager": "pnpm@8.14.0",
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"eslint": "^8.57.0",
"prettier": "^2.8.8",
"turbo": "^2.6.1"
}
}