Skip to content

Commit

Permalink
fix: fix vite version to match patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chieffo2021 committed Jul 8, 2021
1 parent 0a17b01 commit f8511a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/constants.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export const DEFAULT_VUE_VERSION = 2
export const VUE_COMPILER_SFC_VERSION = '^3.0.5'
export const VITE_VERSION = '^2.1.5'
export const VITE_VERSION = '2.3.8'
export const VITE_PLUGIN_VUE_VERSION = '^1.2.1'
export const VITE_PLUGIN_VUE_JSX_VERSION = '^1.1.5'
export const VITE_PLUGIN_VUE_TWO_VERSION = '^1.5.1'
Expand Down

0 comments on commit f8511a8

Please sign in to comment.