vite-plugin-sentry
vite-plugin-sentry copied to clipboard
peerDependencies: allow more vite versions, namely vite@^2.7.1 and vite@^2.9.0
I had to do this change to use vite-plugin-sentry
on a project using vite@^2.7.1
— well, had to add the || ^2.7.1
part for that. Another project was using vite@^2.9.0
and that's why I added the || ^2.9.0
. Both cases, ^2.7.1 || ^2.9.0
, have been tested.
(It could make sense to add || ^2.8.0
as well, because then every major version between 2.6 and 3.0 would be allowed. But I just haven't tested that case so I'm not including that change.)
Kudos, SonarCloud Quality Gate passed!
0 Bugs
0 Vulnerabilities
0 Security Hotspots
0 Code Smells
No Coverage information
0.0% Duplication
Hi! Version range already includes all versions >=2.6.0 up to >=3.0.
There was a problem with github automated builder scenario in previous plugin versions (published package.json in npm was not contain 2.6 part).
Please try to install latest 1.1.5 version