You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
This change ensures the CLI properly updates any manually added resolutions a plugin has with the embedded version. This fixes cases where a plugin may be using resolutions for finer grained version control on packages the CLI would embed, such as native dependencies.
0 commit comments