Skip to content

Commit cf28a74

Browse files
build(deps): bump vite from 5.4.11 to 5.4.12 (#2945)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.12. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5d674c5 commit cf28a74

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

package-lock.json

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

showcase/playground-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-react": "^4.3.3",
2020
"cpr": "3.0.1",
2121
"sass": "1.81.0",
22-
"vite": "^5.4.11"
22+
"vite": "^5.4.12"
2323
},
2424
"scripts": {
2525
"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",

showcase/react-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react-dom": "18.3.1",
1212
"react-router-dom": "6.28.0",
1313
"@vitejs/plugin-react": "^4.3.3",
14-
"vite": "^5.4.11"
14+
"vite": "^5.4.12"
1515
},
1616
"scripts": {
1717
"start": "vite",

showcase/reactwind-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "18.3.1",
1414
"react-dom": "18.3.1",
1515
"tailwindcss": "^3.4.14",
16-
"vite": "^5.4.11"
16+
"vite": "^5.4.12"
1717
},
1818
"scripts": {
1919
"start": "vite",

showcase/vue-showcase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@vitejs/plugin-vue": "5.1.5",
1616
"@vue/tsconfig": "0.5.1",
17-
"vite": "^5.4.11",
17+
"vite": "^5.4.12",
1818
"vue-tsc": "2.1.10"
1919
},
2020
"resolutions": {

0 commit comments

Comments
 (0)