chore(deps): consolidate dev dependencies in the root package.json#40380
chore(deps): consolidate dev dependencies in the root package.json#40380dgozman wants to merge 1 commit intomicrosoft:mainfrom
Conversation
Move all devDependencies from packages/extension and packages/playwright to the root package.json, since they are bundled anyway. Also drop unused @types/proper-lockfile and @types/stack-utils, and drop minimist which was not actually imported (a local implementation is used instead).
Test results for "tests 1"15 flaky41302 passed, 847 skipped Merge workflow run. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Test results for "MCP"32 failed 6553 passed, 916 skipped Merge workflow run. |
Summary
devDependenciesfrompackages/extensionandpackages/playwrightinto the rootpackage.jsonsince they are bundled anyway.@types/proper-lockfileand@types/stack-utils.minimist— not actually imported (a local implementation is used).