-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
812113e
commit 4cc9fef
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
export const DEFAULT_VUE_VERSION = undefined | ||
export const VUE_COMPILER_SFC_VERSION = '^3.0.5' | ||
export const VITE_VERSION = '^2.5.1' | ||
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' | ||
export const VITE_PLUGIN_ENV_COMPATIBLE = '^1.0.0' | ||
export const VITE_PLUGIN_HTML = '2.0.7' | ||
export const SASS_VERSION = '^1.34.0' | ||
export const VITE_PLUGIN_COMMONJS_VERSION = '^1.0.0-beta3' | ||
export const VITE_PLUGIN_REQUIRE_CONTEXT_VERSION = '1.0.6' | ||
export const POSTCSS_VERSION = '^8.3.5' | ||
export const VUE_COMPILER_SFC_VERSION = '^3.2.26' | ||
export const VITE_VERSION = '^2.7.2' | ||
export const VITE_PLUGIN_VUE_VERSION = '^2.0.1' | ||
export const VITE_PLUGIN_VUE_JSX_VERSION = '^1.3.2' | ||
export const VITE_PLUGIN_VUE_TWO_VERSION = '^1.9.0' | ||
export const VITE_PLUGIN_ENV_COMPATIBLE = '^1.1.1' | ||
export const VITE_PLUGIN_HTML = '2.1.1' | ||
export const SASS_VERSION = '^1.45.0' | ||
export const VITE_PLUGIN_COMMONJS_VERSION = '^1.0.1' | ||
export const VITE_PLUGIN_REQUIRE_CONTEXT_VERSION = '1.0.9' | ||
export const POSTCSS_VERSION = '^8.4.5' |