-
When I run
But the latest packages versions are:
Is the downgrade correct? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi Maurizio! In order to ensure compatibility between Vite and Vite Ruby, the The Although it's a bit more work on my end, locking |
Beta Was this translation helpful? Give feedback.
Hi Maurizio!
In order to ensure compatibility between Vite and Vite Ruby, the
upgrade
command will follow the version specified by Vite Ruby.The
vite-plugin-ruby ^3.0.2
version will be resolved to^3.0.5
(check the lockfile), butvite
will not be upgraded to2.7
to prevent incompatibilities.Although it's a bit more work on my end, locking
vite
to a minor version ensures users don't upgrade to a newer version of Vite that hasn't been tested with Vite Ruby. I'll bump it to2.7
and release a new version ofvite_ruby
.