mattjennings/mdsvexamples

Update dependency to vite 4.0.0

Closed this issue · 5 comments

When I update vite to 4.0.0, I get an warning:

 WARN  Issues with peer dependencies found
.
└─┬ mdsvexamples 0.3.2
  └─┬ unplugin 0.7.2
    └── ✕ unmet peer vite@"^2.3.0 || ^3.0.0-0": found 4.0.0

Can you update to vite 4.0.0?

v0.3.3 has "vite": "^3.0.0".
As far as I know, It works with vite 4.0.0.
Are there any concerns that it won't work with vite 4.0.0?

Then can you update package.json?