This breaks `turbo-ignore`'s ability to detect the turbo version and results in Vercel being unable to skip unneeded builds. See https://github.com/vercel/turborepo/issues/10048
@@ -19,7 +19,7 @@
"lerna": "catalog:",
"prettier": "catalog:",
"prettier-plugin-solidity": "catalog:",
- "turbo": "catalog:"
+ "turbo": "^2.4.4"
},
"pnpm": {
"overrides": {
@@ -261,9 +261,6 @@ catalogs:
tailwindcss-react-aria-components:
specifier: ^2.0.0
version: 2.0.0
- turbo:
- specifier: ^2.4.4
- version: 2.4.4
typescript:
specifier: ^5.8.2
version: 5.8.2
@@ -309,7 +306,7 @@ importers:
specifier: 'catalog:'
version: 1.4.2(prettier@3.5.3)
turbo:
- specifier: 'catalog:'
+ specifier: ^2.4.4
version: 2.4.4
apps/api-reference:
@@ -119,7 +119,6 @@ catalog:
tailwindcss: ^3.0.0
tailwindcss-animate: ^1.0.7
tailwindcss-react-aria-components: ^2.0.0
- turbo: ^2.4.4
typescript: ^5.8.2
vercel: ^41.4.1
viem: ^2.23.11