Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5 (#9630)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
renovate[bot] and sxzz authored Nov 18, 2023
1 parent 1ef4347 commit 07bd2cd
Show file tree
Hide file tree
Showing 4 changed files with 135 additions and 26 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"tslib": "^2.6.2",
"tsx": "^4.1.3",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/sfc-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
},
"dependencies": {
"@vue/repl": "^2.7.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/sfc-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "vite-vue-starter",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -11,6 +12,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"vite": "^4.5.0"
"vite": "^5.0.0"
}
}
154 changes: 131 additions & 23 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 07bd2cd

Please sign in to comment.