chaance / vitest-dom

Custom Vitest matchers to test the state of the DOM, forked from jest-dom.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bump vitest peerDependency

Kamahl19 opened this issue · comments

Currently it's https://github.com/vitest-dev/vitest: "^0.16.0" which fails when trying to install together with latest vitest 0.29.x

It might be good to bump it to "^0.16" so it automatically accepts any 0.16 <= version < 1.0. It seems like Vitest updates pretty frequently - I just started using it a couple weeks ago and it's already gone up a minor version and two patch versions.

I'm not sure how much work will be involved in supporting later Vitest versions, but I'm happy to investigate and make a PR if it isn't too much work.

Created PR for this: #3

Resolved in #3, I'll cut a release now.