-
-
Notifications
You must be signed in to change notification settings - Fork 102
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
757d6df
commit 7b5cbc6
Showing
3 changed files
with
7 additions
and
6 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
/// <reference types="vite/client" /> |
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
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,8 +1,8 @@ | ||
export const vueVersion = '^3.3.4'; | ||
export const vueTscVersion = '^1.6.5'; | ||
export const vueRouterVersion = '^4.2.2'; | ||
export const vitePluginVueVersion = '^4.2.3'; | ||
export const vueTestUtilsVersion = '^2.3.2'; | ||
export const vueTscVersion = '^1.8.8'; | ||
export const vueRouterVersion = '^4.2.4'; | ||
export const vitePluginVueVersion = '^4.3.1'; | ||
export const vueTestUtilsVersion = '^2.4.1'; | ||
export const eslintPluginVueVersion = '^9.14.1'; | ||
export const eslintPluginPrettierVueVersion = '^7.1.0'; | ||
export const eslintPluginPrettierVueVersion = '^8.0.0'; | ||
export const eslintPluginTypescriptVueVersion = '^11.0.3'; |