turborepo/examples/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

10 lines
186 B
JSON

{
"name": "turborepo-examples",
"scripts": {
"install-all": "tsx install-all.ts",
"update-turbo": "tsx update-turbo.ts"
},
"devDependencies": {
"tsx": "4.19.1"
}
}