Skip to content

Commit

Permalink
chore(generator): limit to approximately equivalent to version
Browse files Browse the repository at this point in the history
  • Loading branch information
MajesticPotatoe authored Mar 18, 2021
1 parent 5994ccd commit ce85bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue-cli-plugin-vuetify/generator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = (api, opts) => {
api.extendPackage({
devDependencies: {
'@vitejs/plugin-vue': '^1.1.5',
'vite': '^2.0.5',
'vite': '~2.0.5',
},
scripts: {
'serve': 'vite preview',
Expand Down

0 comments on commit ce85bab

Please sign in to comment.