Skip to content

Commit eb1509a

Browse files
committed
workflow(dev): remove the patch version of vue
1 parent b2b8138 commit eb1509a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scripts/dev.mts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ const toPackageOptions: Record<VueVersion, Record<string, Record<string, any>>>
3535
devDependencies: {
3636
'@vitejs/plugin-vue2': 'latest',
3737
'@vue/test-utils': 'legacy',
38-
'vue': '~2.7.14',
39-
'vue-template-compiler': '~2.7.14',
38+
'vue': '~2.7',
39+
'vue-template-compiler': '~2.7',
4040
},
4141
},
4242
2.6: {
@@ -45,8 +45,8 @@ const toPackageOptions: Record<VueVersion, Record<string, Record<string, any>>>
4545
'@vue/test-utils': 'legacy',
4646
'vite-plugin-vue2': 'latest',
4747
'unplugin-vue2-script-setup': 'latest',
48-
'vue': '~2.6.14',
49-
'vue-template-compiler': '~2.6.14',
48+
'vue': '~2.6',
49+
'vue-template-compiler': '~2.6',
5050
},
5151
},
5252
}

0 commit comments

Comments
 (0)