This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Commit 4af162c
authored
fix(cli): override manually added resolutions (#2647)
fix(cli) override manually added resolutions
This change ensures the CLI overrides any existing resolutions in a
plugin's package.json to ensure the dynamic plugin's package.json
properly refers to embedded packages. This fixes cases where a plugin
package is using resolutions for more control of the dependencies to
support offline builds.
Signed-off-by: Stan Lewis <gashcrumb@gmail.com>1 parent cfca813 commit 4af162c
File tree
2 files changed
+10
-2
lines changed- .changeset
- packages/cli/src/commands/export-dynamic-plugin
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
| 788 | + | |
| 789 | + | |
| 790 | + | |
788 | 791 | | |
789 | 792 | | |
790 | 793 | | |
| |||
795 | 798 | | |
796 | 799 | | |
797 | 800 | | |
798 | | - | |
799 | 801 | | |
| 802 | + | |
800 | 803 | | |
801 | 804 | | |
802 | 805 | | |
| |||
806 | 809 | | |
807 | 810 | | |
808 | 811 | | |
809 | | - | |
810 | 812 | | |
| 813 | + | |
811 | 814 | | |
812 | 815 | | |
813 | 816 | | |
| |||
0 commit comments