Skip to content

Commit

Permalink
build(deps-dev): bump vite from 4.4.9 to 4.4.12
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.9 to 4.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.4.12/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Dec 6, 2023
1 parent 6f0e4b9 commit 2ddd3f8
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.9"
"vite": "4.4.12"
},
"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.9"
"vite": "4.4.12"
},
"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.9"
"vite": "4.4.12"
},
"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.9"
"vite": "4.4.12"
},
"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 2ddd3f8

Please sign in to comment.