Skip to content

Commit

Permalink
chore: also update the generated dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Feb 5, 2020
1 parent 920cdf0 commit dd0634a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generator/index.js
@@ -1,10 +1,10 @@
module.exports = (api) => {
api.extendPackage({
dependencies: {
vue: '^3.0.0-alpha.1'
vue: '^3.0.0-alpha.4'
},
devDependencies: {
'@vue/compiler-sfc': '^3.0.0-alpha.1'
'@vue/compiler-sfc': '^3.0.0-alpha.4'
}
})

Expand Down

0 comments on commit dd0634a

Please sign in to comment.