Skip to content

Commit d6b90ab

Browse files
authored
fix(migrator): fix invalid semver (#6775)
1 parent 9aeafc0 commit d6b90ab

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-unit-jest/migrator

1 file changed

+1
-1
lines changed

packages/@vue/cli-plugin-unit-jest/migrator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (api) => {
1313

1414
if (!allDeps['vue-jest']) {
1515
// Likely a Vue 2 project, and uses the builtin preset.
16-
newDevDeps['@vue/vue3-jest'] = '^27.0.0.alpha.1'
16+
newDevDeps['@vue/vue3-jest'] = '^27.0.0-alpha.1'
1717
}
1818

1919
if (allDeps['@vue/cli-plugin-typescript'] && !allDeps['ts-jest']) {

0 commit comments

Comments
 (0)