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
We have peer dependency warnings coming from @nuxt/test-utils due to the fact that it requires peer dependencies for packages used by Nuxt.
β€ YN0002: β NuxtExamplePackage doesn't provide h3 (p44b11), requested by @nuxt/test-utils.
β€ YN0002: β NuxtExamplePackage doesn't provide nitropack (pc5e56), requested by @nuxt/test-utils.
β€ YN0002: β NuxtExamplePackage doesn't provide vite (p9f68f), requested by @nuxt/test-utils.
β€ YN0002: β NuxtExamplePackage doesn't provide vue (pf6e3c), requested by @nuxt/test-utils and other dependencies.
β€ YN0002: β NuxtExamplePackage doesn't provide vue-router (p80fda), requested by @nuxt/test-utils.
It would be great if @nuxt/test-utils only had the bare minimum of peer dependencies. π
Additional information
Would you be willing to help implement this feature?
Describe the feature
Hi! π
We have peer dependency warnings coming from
@nuxt/test-utils
due to the fact that it requires peer dependencies for packages used by Nuxt.It would be great if
@nuxt/test-utils
only had the bare minimum of peer dependencies. πAdditional information
Final checks
The text was updated successfully, but these errors were encountered: