Skip to content

Commit

Permalink
chore(deps): update dependency vite to ^5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 17, 2024
1 parent 98a0b42 commit 4edaac6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 257 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"tsx": "^4.15.5",
"typescript": "~5.4.5",
"typescript-eslint": "^7.12.0",
"vite": "^5.2.13",
"vite": "^5.3.1",
"vitest": "^1.5.2"
},
"pnpm": {
Expand Down
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": "^5.0.5",
"vite": "^5.2.13"
"vite": "^5.3.1"
},
"dependencies": {
"@vue/repl": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfc-playground/src/download/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
"vite": "^5.2.13"
"vite": "^5.3.1"
}
}
Loading

0 comments on commit 4edaac6

Please sign in to comment.