Skip to content

Commit bea9fdd

Browse files
ElMassimoSDRACK
authored andcommitted
feat: use vite 5 in new installations
1 parent c168008 commit bea9fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite_ruby/lib/vite_ruby/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ class ViteRuby
44
VERSION = '3.4.0'
55

66
# Internal: Versions used by default when running `vite install`.
7-
DEFAULT_VITE_VERSION = '^4.3.0'
8-
DEFAULT_PLUGIN_VERSION = '^3.2.0'
7+
DEFAULT_VITE_VERSION = '^5.0.0'
8+
DEFAULT_PLUGIN_VERSION = '^5.0.0'
99
end

0 commit comments

Comments
 (0)