From 31e5b2e75f0f8058ae505e1f3cce0bda6dc7cfb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 07:38:23 +0000 Subject: [PATCH] chore(deps-dev): bump vite from 6.0.7 to 6.0.10 Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.10. - [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/v6.0.10/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- output/vue/package.json | 2 +- package-lock.json | 15 ++++++++------- packages/foundations/package.json | 2 +- showcases/react-showcase/package.json | 2 +- showcases/vue-showcase/package.json | 2 +- 5 files changed, 12 insertions(+), 11 deletions(-) diff --git a/output/vue/package.json b/output/vue/package.json index 670089f1e71..9614d0ab3f6 100644 --- a/output/vue/package.json +++ b/output/vue/package.json @@ -43,7 +43,7 @@ "replace-in-file": "^8.3.0", "tsx": "^4.19.2", "typescript": "^5.4.5", - "vite": "^6.0.7", + "vite": "^6.0.10", "vue": "^3.5.13", "vue-tsc": "^2.2.0" }, diff --git a/package-lock.json b/package-lock.json index 06560ef0ea5..080bdbb3bb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38349,9 +38349,10 @@ } }, "node_modules/vite": { - "version": "6.0.7", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.7.tgz", - "integrity": "sha512-RDt8r/7qx9940f8FcOIAH9PTViRrghKaK2K1jY3RaAURrEUbm9Du1mJ72G+jlhtG3WwodnfzY8ORQZbBavZEAQ==", + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.10.tgz", + "integrity": "sha512-MEszunEcMo6pFsfXN1GhCFQqnE25tWRH0MA4f0Q7uanACi4y1Us+ZGpTMnITwCTnYzB2b9cpmnelTlxgTBmaBA==", + "license": "MIT", "dependencies": { "esbuild": "^0.24.2", "postcss": "^8.4.49", @@ -41265,7 +41266,7 @@ "replace-in-file": "^8.3.0", "tsx": "^4.19.2", "typescript": "^5.4.5", - "vite": "^6.0.7", + "vite": "^6.0.10", "vue": "^3.5.13", "vue-tsc": "^2.2.0" } @@ -41579,7 +41580,7 @@ "prettier": "^3.4.2", "sass": "1.77.4", "tsx": "^4.19.2", - "vite": "^6.0.7" + "vite": "^6.0.10" } }, "packages/migration": { @@ -42161,7 +42162,7 @@ "@vitejs/plugin-react": "^4.3.4", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.7" + "vite": "^6.0.10" } }, "showcases/stencil-showcase": { @@ -42211,7 +42212,7 @@ "@vitejs/plugin-vue": "^5.2.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.7", + "vite": "^6.0.10", "vue-tsc": "^2.2.0" } } diff --git a/packages/foundations/package.json b/packages/foundations/package.json index fbb6b185960..b8da8f3e395 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -54,7 +54,7 @@ "prettier": "^3.4.2", "sass": "1.77.4", "tsx": "^4.19.2", - "vite": "^6.0.7" + "vite": "^6.0.10" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index a4b3bd7fed0..2b62f3f7b24 100644 --- a/showcases/react-showcase/package.json +++ b/showcases/react-showcase/package.json @@ -28,6 +28,6 @@ "@vitejs/plugin-react": "^4.3.4", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.7" + "vite": "^6.0.10" } } diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index 70d78bfb117..b08cad6fe17 100644 --- a/showcases/vue-showcase/package.json +++ b/showcases/vue-showcase/package.json @@ -21,7 +21,7 @@ "@vitejs/plugin-vue": "^5.2.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.7", + "vite": "^6.0.10", "vue-tsc": "^2.2.0" } }