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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy