Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unused npm dependencies (#4971)
It looks like the `resolve` and `builtin-modules` dependencies aren't actually used anywhere, so stop depending on them. The motivation for this change is that the dependency on `resolve` causes errors to be logged in logs during plugin discovery, because the package includes tests that have malformed `package.json` files. If we don't actually need the dependency it'd be nice to remove it so those errors are no longer logged (so users don't [ask us about them](pulumi/pulumi#17578)). Also remove the `builtin-modules` dependency while cleaning this up, since it doesn't appear to be used either AFAICT. Similar to #3238 Reference: pulumi/pulumi#17578
- Loading branch information