Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc884f3a

Browse files
committed
chore: update deps
1 parent262b9c5 commitc884f3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎generator/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ const path = require('path')
44
module.exports=(api)=>{
55
api.extendPackage({
66
dependencies:{
7-
vue:'^3.0.0-alpha.11'
7+
vue:'^3.0.0-beta.1'
88
},
99
devDependencies:{
10-
'@vue/compiler-sfc':'^3.0.0-alpha.11',
10+
'@vue/compiler-sfc':'^3.0.0-beta.1',
1111
// remove the vue-template-compiler
1212
'vue-template-compiler':null
1313
}
@@ -93,7 +93,7 @@ module.exports = (api) => {
9393
if(api.hasPlugin('router')||api.generator.pkg.dependencies['router']){
9494
api.extendPackage({
9595
dependencies:{
96-
'vue-router':'^4.0.0-alpha.4'
96+
'vue-router':'^4.0.0-alpha.5'
9797
}
9898
})
9999

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp