James Nimlos

Results 3 comments of James Nimlos

If using `yarn`, you can use the [`package.json#resolutions`](https://yarnpkg.com/lang/en/docs/selective-version-resolutions/) property to force the nested version resolution. In this case we added the following to our package.json file: ```json { "resolutions": {...

This is still an issue so I went ahead and made a PR to the main Cypress repository to validate the proposed fix doesn't break existing proxy workflows here: https://github.com/cypress-io/cypress/pull/29453

I believe this can be closed. It was implemented in https://github.com/benjamn/ast-types/pull/886 and others [mentioned fixing this issue](https://github.com/vue-styleguidist/vue-styleguidist/pull/1537/files#diff-8355a180c557ed3b2ab5cec6dbfca912fbfc9bce3f5e4591bdd978f9b3e1a9f6R43) by upgrading to `[email protected]` or higher.