vue3-dnd icon indicating copy to clipboard operation
vue3-dnd copied to clipboard

vue3-dnd-test-utils, peerDependency "@testing-library/vue": ">= 11" is unknown

Open schmulschubiak opened this issue 1 year ago • 4 comments

Hejhej, the vue3-dnd-test-utils mention the need of the peerDependency "@testing-library/vue": ">= 11", but the latest version I can find is 7.0.0 (https://github.com/testing-library/vue-testing-library/tags) Did I'm missing something? Or is this the wrong dependency? Thx! :)

schmulschubiak avatar May 16 '23 06:05 schmulschubiak

Sorry, this is a wrong dependency version and needs to be modified

hcg1023 avatar May 16 '23 06:05 hcg1023

Ah I see, maybe copy&pasted from the react version https://github.com/react-dnd/react-dnd/blob/main/packages/test-utils/package.json

schmulschubiak avatar May 16 '23 07:05 schmulschubiak

Yes, to be honest, I didn't pay too much attention to test-utils, but now it seems that I may need to deal with the vue version here

hcg1023 avatar May 16 '23 07:05 hcg1023

Now the dependency issues have been dealt with, but there are still issues that cannot be rendered correctly during testing, waiting for the next step of troubleshooting.

hcg1023 avatar Mar 20 '24 11:03 hcg1023