From c55857198ee1515caf6df3a296885da11ec26adc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 08:58:06 +0000 Subject: [PATCH] chore(repo): Update dependency vite to ^5.4.11 (#4683) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Lennart --- integration/templates/tanstack-router/package.json | 2 +- integration/templates/tanstack-start/package.json | 2 +- integration/templates/vue-vite/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/integration/templates/tanstack-router/package.json b/integration/templates/tanstack-router/package.json index 325504e22c..4d29279880 100644 --- a/integration/templates/tanstack-router/package.json +++ b/integration/templates/tanstack-router/package.json @@ -19,6 +19,6 @@ "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@vitejs/plugin-react": "^4.3.1", - "vite": "^5.3.5" + "vite": "^5.4.11" } } diff --git a/integration/templates/tanstack-start/package.json b/integration/templates/tanstack-start/package.json index 7ddbb2b772..bbfc3cc33a 100644 --- a/integration/templates/tanstack-start/package.json +++ b/integration/templates/tanstack-start/package.json @@ -29,7 +29,7 @@ "prettier": "^3.3.3", "tailwindcss": "^3.4.17", "typescript": "^5.6.3", - "vite": "^5.3.5", + "vite": "^5.4.11", "vite-tsconfig-paths": "^4.3.2" } } diff --git a/integration/templates/vue-vite/package.json b/integration/templates/vue-vite/package.json index 55732806a1..5ed93ba85f 100644 --- a/integration/templates/vue-vite/package.json +++ b/integration/templates/vue-vite/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@vitejs/plugin-vue": "^5.1.4", "typescript": "~5.6.2", - "vite": "^5.4.10", + "vite": "^5.4.11", "vue-tsc": "^2.1.8" } }