vite-plugin-sentry icon indicating copy to clipboard operation
vite-plugin-sentry copied to clipboard

peerDependencies: allow more vite versions, namely vite@^2.7.1 and vite@^2.9.0

Open floer32 opened this issue 2 years ago • 2 comments

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.)

floer32 avatar Sep 16 '22 19:09 floer32

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Sep 16 '22 19:09 sonarqubecloud[bot]

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

ikenfin avatar Oct 12 '22 13:10 ikenfin