From 18e031c075b7245725873131398abf00a0b9ff0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 8 Nov 2025 09:58:46 +0000 Subject: [PATCH] chore(deps): bump vite from 5.4.20 to 5.4.21 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.20 to 5.4.21. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.21/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.21/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- contrib/htmx-base-ts/package.json | 2 +- contrib/htmx-base/package.json | 2 +- contrib/htmx-kitchensink/package.json | 2 +- packages/fastify-vue/package.json | 2 +- starters/react-base/package.json | 2 +- starters/react-kitchensink/package.json | 2 +- starters/react-typescript/package.json | 2 +- starters/vue-base/package.json | 2 +- starters/vue-kitchensink/package.json | 2 +- starters/vue-typescript/package.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/contrib/htmx-base-ts/package.json b/contrib/htmx-base-ts/package.json index 5c01f614..12383ed1 100644 --- a/contrib/htmx-base-ts/package.json +++ b/contrib/htmx-base-ts/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.0.2" + "vite": "^5.4.21" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/contrib/htmx-base/package.json b/contrib/htmx-base/package.json index 1aa9c545..491b6132 100644 --- a/contrib/htmx-base/package.json +++ b/contrib/htmx-base/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.0.2" + "vite": "^5.4.21" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/contrib/htmx-kitchensink/package.json b/contrib/htmx-kitchensink/package.json index 6fd551e6..60b457ae 100644 --- a/contrib/htmx-kitchensink/package.json +++ b/contrib/htmx-kitchensink/package.json @@ -19,7 +19,7 @@ "@rollup/plugin-inject": "^5.0.5", "fastify": "latest", "htmx.org": "^1.9.10", - "vite": "^5.0.2" + "vite": "^5.4.21" }, "devDependencies": { "postcss": "^8.4.31", diff --git a/packages/fastify-vue/package.json b/packages/fastify-vue/package.json index 81d02aa1..d16610e6 100644 --- a/packages/fastify-vue/package.json +++ b/packages/fastify-vue/package.json @@ -62,7 +62,7 @@ "oxlint": "^0.16.8" }, "optionalDependencies": { - "vite": "^6.4.1" + "vite": "^5.4.21" }, "publishConfig": { "access": "public" diff --git a/starters/react-base/package.json b/starters/react-base/package.json index c56ff037..2ea48ee9 100644 --- a/starters/react-base/package.json +++ b/starters/react-base/package.json @@ -26,6 +26,6 @@ "postcss": "^8.5.3", "postcss-preset-env": "^10.1.5", "tailwindcss": "^4.1.1", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file diff --git a/starters/react-kitchensink/package.json b/starters/react-kitchensink/package.json index e0f078b4..ad9aad4b 100644 --- a/starters/react-kitchensink/package.json +++ b/starters/react-kitchensink/package.json @@ -27,6 +27,6 @@ "postcss": "^8.5.3", "postcss-preset-env": "^10.1.5", "tailwindcss": "^4.1.1", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file diff --git a/starters/react-typescript/package.json b/starters/react-typescript/package.json index b5465b01..36921402 100644 --- a/starters/react-typescript/package.json +++ b/starters/react-typescript/package.json @@ -35,6 +35,6 @@ "tailwindcss": "^4.1.1", "tsx": "^4.19.4", "typescript": "^5.8.3", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file diff --git a/starters/vue-base/package.json b/starters/vue-base/package.json index ea3a4298..495279bd 100644 --- a/starters/vue-base/package.json +++ b/starters/vue-base/package.json @@ -24,6 +24,6 @@ "postcss": "^8.5.3", "postcss-preset-env": "^10.1.5", "tailwindcss": "^4.1.1", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file diff --git a/starters/vue-kitchensink/package.json b/starters/vue-kitchensink/package.json index e956a466..4375d323 100644 --- a/starters/vue-kitchensink/package.json +++ b/starters/vue-kitchensink/package.json @@ -24,6 +24,6 @@ "postcss": "^8.5.3", "postcss-preset-env": "^10.1.5", "tailwindcss": "^4.1.1", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file diff --git a/starters/vue-typescript/package.json b/starters/vue-typescript/package.json index 1c7d37e1..80745355 100644 --- a/starters/vue-typescript/package.json +++ b/starters/vue-typescript/package.json @@ -32,6 +32,6 @@ "tailwindcss": "^4.1.1", "tsx": "^4.19.4", "typescript": "^5.8.3", - "vite": "^6.4.1" + "vite": "^5.4.21" } } \ No newline at end of file