Skip to content

Commit

Permalink
chore(deps): update dependency vite to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent 72ac2cd commit c360aaf
Show file tree
Hide file tree
Showing 13 changed files with 540 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"standard-version": "^9.3.2",
"tsd": "^0.25.0",
"typescript": "^4.9.4",
"vite": "^4.0.2",
"vite": "^5.0.0",
"vitest": "^0.31.0",
"vitest-canvas-mock": "^0.3.0",
"vue": "^3.2.31"
Expand Down
553 changes: 528 additions & 25 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sandboxes/bar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/bubble/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/doughnut/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/line/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/pie/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/polar-area/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/radar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/reactive/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}
2 changes: 1 addition & 1 deletion sandboxes/scatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^4.9.3",
"vite": "^4.0.0"
"vite": "^5.0.0"
}
}

0 comments on commit c360aaf

Please sign in to comment.