dillon1000/react

Commit

[mcp] Fix package.json (#33101)

Since we use esbuild we need to correctly move dependencies that are
required at runtime into `dependencies` and other packages that are only
used in development in to `devDependencies`. This ensures the correct
packages are included in the build.
---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/33101).
* #33085
* #33084
* #33083
* #33082
* __->__ #33101
Browse files
Changed paths2 files
First-parent comparison
M compiler/packages/react-mcp-server/package.json ModifiedM compiler/yarn.lock Modified
Patch

Files changed

Rendering syntax-highlighted changes…