fix(deps): Remove last rimraf mention#876
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
Would love to see this merged / released - eg: |
|
/gcbrun |
|
@GabDug unfortunately I cannot update your PR, I think it's from a fork. I am in the middle of migrating this repo to google-cloud-node. can you reopen this PR in google-cloud-node, once its migrated? I've fixed the tests which is why we need to upgrade. |
Hey 👋
I was also a little bit confused to see rimraf sneak up in my dependency tree.
Here's a MR to remove the unused rimraf dependency for gax, and unused @types/rimraf for pack-n-play.
Similar to #852, additional fix for #851
Cheers!