-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(vite): update vite to version 4 (nrwl#13800)
- Loading branch information
Showing
6 changed files
with
240 additions
and
53 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
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
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,15 +1,15 @@ | ||
export const nxVersion = require('../../package.json').version; | ||
export const viteVersion = '^3.0.5'; | ||
export const vitePluginEslintVersion = '^1.6.0'; | ||
export const vitestVersion = '^0.25.1'; | ||
export const vitestUiVersion = '^0.9.3'; | ||
export const vitePluginReactVersion = '^2.2.0'; | ||
export const viteVersion = '^4.0.1'; | ||
export const vitePluginEslintVersion = '^1.8.1'; | ||
export const vitestVersion = '^0.25.8'; | ||
export const vitestUiVersion = '^0.25.8'; | ||
export const vitePluginReactVersion = '^3.0.0'; | ||
export const vitePluginVueVersion = '^3.2.0'; | ||
export const vitePluginVueJsxVersion = '^2.1.1'; | ||
export const viteTsConfigPathsVersion = '^4.0.1'; | ||
export const viteTsConfigPathsVersion = '^4.0.2'; | ||
export const jsdomVersion = '~20.0.3'; | ||
export const vitePluginDtsVersion = '~1.7.1'; | ||
|
||
// Coverage providers | ||
export const vitestCoverageC8Version = '~0.25.3'; | ||
export const vitestCoverageIstanbulVersion = '~0.25.3'; | ||
export const vitestCoverageC8Version = '~0.25.8'; | ||
export const vitestCoverageIstanbulVersion = '~0.25.8'; |
Oops, something went wrong.