Skip to content

Commit

Permalink
build(deps): bump vite from 5.4.10 to 5.4.11 (#2872)
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.10 to 5.4.11.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.11/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.11/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent fd8c21b commit 2d52f7d
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 showcase/playground-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vitejs/plugin-react": "^4.3.3",
"cpr": "3.0.1",
"sass": "1.80.6",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"scripts": {
"copy:ui-core": "cpr ../../node_modules/@db-ui/core/dist/fonts ./public/fonts -o && cpr ../../node_modules/@db-ui/core/dist/images ./public/images -o && cpr ../../node_modules/@db-ui/core/dist/js ./public/js -o",
Expand Down
2 changes: 1 addition & 1 deletion showcase/react-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"react-dom": "18.3.1",
"react-router-dom": "6.28.0",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion showcase/reactwind-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"react": "18.3.1",
"react-dom": "18.3.1",
"tailwindcss": "^3.4.14",
"vite": "^5.4.10"
"vite": "^5.4.11"
},
"scripts": {
"start": "vite",
Expand Down
2 changes: 1 addition & 1 deletion showcase/vue-showcase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "5.1.5",
"@vue/tsconfig": "0.5.1",
"vite": "^5.4.10",
"vite": "^5.4.11",
"vue-tsc": "2.1.10"
},
"resolutions": {
Expand Down

0 comments on commit 2d52f7d

Please sign in to comment.