Skip to content

Commit

Permalink
DEV: Bump vite from 5.2.2 to 5.2.3 in /frontend-html (#2563)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@5.2.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 25, 2024
1 parent d6d46bd commit 64cb238
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend-html/package.json
Expand Up @@ -90,7 +90,7 @@
"@vitejs/plugin-react": "^4.2.1",
"browserslist-useragent-regexp": "^3.0.2",
"identity-obj-proxy": "^3.0.0",
"vite": "^5.2.2"
"vite": "^5.2.3"
},
"resolutions": {
"@types/react": "17.0.2",
Expand Down
8 changes: 4 additions & 4 deletions frontend-html/yarn.lock
Expand Up @@ -5471,10 +5471,10 @@ vite-tsconfig-paths@^4.3.2:
globrex "^0.1.2"
tsconfck "^3.0.3"

vite@^5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.2.tgz#b98f8de352d22e21d99508274ddd053ef82bf238"
integrity sha512-FWZbz0oSdLq5snUI0b6sULbz58iXFXdvkZfZWR/F0ZJuKTSPO7v72QPXt6KqYeMFb0yytNp6kZosxJ96Nr/wDQ==
vite@^5.2.3:
version "5.2.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.2.3.tgz#198efc2fd4d80eac813b146a68a4b0dbde884fc2"
integrity sha512-+i1oagbvkVIhEy9TnEV+fgXsng13nZM90JQbrcPrf6DvW2mXARlz+DK7DLiDP+qeKoD1FCVx/1SpFL1CLq9Mhw==
dependencies:
esbuild "^0.20.1"
postcss "^8.4.36"
Expand Down

0 comments on commit 64cb238

Please sign in to comment.