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

Commitcef937c

Browse files
committed
chore: update deps
1 parentcf88c6d commitcef937c

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
@@ -1,10 +1,10 @@
11
module.exports=(api)=>{
22
api.extendPackage({
33
dependencies:{
4-
vue:'^3.0.0-alpha.9'
4+
vue:'^3.0.0-alpha.10'
55
},
66
devDependencies:{
7-
'@vue/compiler-sfc':'^3.0.0-alpha.9',
7+
'@vue/compiler-sfc':'^3.0.0-alpha.10',
88
// remove the vue-template-compiler
99
'vue-template-compiler':null
1010
}
@@ -68,7 +68,7 @@ module.exports = (api) => {
6868
if(api.hasPlugin('router')||api.generator.pkg.dependencies['router']){
6969
api.extendPackage({
7070
dependencies:{
71-
'vue-router':'^4.0.0-alpha.3'
71+
'vue-router':'^4.0.0-alpha.4'
7272
}
7373
})
7474

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp