Skip to content

Commit

Permalink
feat(create-vite): update vue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 21, 2021
1 parent 7c0188f commit a2be9c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
11 changes: 5 additions & 6 deletions packages/create-vite/template-vue-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vue-tsc": "^0.2.2"
"@vitejs/plugin-vue": "^1.9.0",
"typescript": "^4.4.3",
"vite": "^2.5.10",
"vue-tsc": "^0.3.0"
}
}
7 changes: 3 additions & 4 deletions packages/create-vite/template-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
"serve": "vite preview"
},
"dependencies": {
"vue": "^3.2.6"
"vue": "^3.2.13"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.6.1",
"@vue/compiler-sfc": "^3.2.6",
"vite": "^2.5.4"
"@vitejs/plugin-vue": "^1.9.0",
"vite": "^2.5.10"
}
}

0 comments on commit a2be9c1

Please sign in to comment.