testing-library / vue-testing-library

🦎 Simple and complete Vue.js testing utilities that encourage good testing practices.
http://testing-library.com/vue
MIT License
1.08k stars 110 forks source link

Unable to use with vue 3.3.x #306

Open pleek91 opened 1 year ago

pleek91 commented 1 year ago

Describe the bug A clear and concise description of what the bug is. I have "@testing-library/vue": "^7.0.0" and when I attempt to update vue to latest (3.3.4) I get the following npm dependency error

image

To Reproduce Steps to reproduce the behavior: Install vue 3.3.4 in the same project

Expected behavior

Vue 3.3.4 can be installed