Skip to content

Commit a436fd9

Browse files
authored
[EngSys] add several dev dependency to default catalog (#36094)
This PR prepares for the removal of the dev-tool run vendored call on these tools. Per Pnpm recommendation, dependencies needed by individual packages should be included in their package.json instead of global package.json. These dev dependencies will be added to individual packages later with their "catalog:` specifier.
1 parent 65fef07 commit a436fd9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pnpm-workspace.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@ packages:
2424
catalog:
2525
'@types/node': ^20.19.0
2626
autorest: latest
27+
cross-env: ^7.0.3
2728
eslint: ^9.33.0
29+
mkdirp: ^3.0.1
30+
prettier: ^3.6.2
31+
rimraf: ^6.0.1
2832
tslib: ^2.8.1
2933
tsx: ^4.20.4
3034
typescript: ~5.8.3

0 commit comments

Comments
 (0)