Skip to content

Commit

Permalink
Bump vite from 4.5.2 to 4.5.3
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.2 to 4.5.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.3/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 4, 2024
1 parent 29b8a04 commit 3a36698
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion playgrounds/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5",
"vite": "^4.0.5"
"vite": "^4.5.3"
}
}
2 changes: 1 addition & 1 deletion playgrounds/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"postcss": "^8.4.31",
"svelte": "^4.0.0",
"tailwindcss": "^3.2.4",
"vite": "^4.0.5"
"vite": "^4.5.3"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lodash": "^4.17.19",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.4",
"vite": "^4.0.5",
"vite": "^4.5.3",
"vue": "^2.7.14",
"vue-server-renderer": "^2.7.14"
}
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"postcss": "^8.4.31",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.4",
"vite": "^4.0.5",
"vite": "^4.5.3",
"vue": "^3.3.4",
"vue-tsc": "^1.0.24"
}
Expand Down

0 comments on commit 3a36698

Please sign in to comment.