Skip to content

Commit

Permalink
build(deps-dev): bump vite from 4.4.12 to 4.5.2 (#129)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.4.12 to 4.5.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 20, 2024
1 parent a89f3d9 commit 87d84a2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion examples/context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "4.4.12"
"vite": "4.5.2"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/pomodoro-timer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rxjs": "^7.8.1"
},
"devDependencies": {
"vite": "4.4.12"
"vite": "4.5.2"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/suspense/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "4.4.12"
"vite": "4.5.2"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion examples/typeahead/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"typescript": "^4.9.5",
"vite": "4.4.12"
"vite": "4.5.2"
},
"scripts": {
"start": "vite",
Expand Down
36 changes: 18 additions & 18 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 87d84a2

Please sign in to comment.