diff --git a/output/vue/package.json b/output/vue/package.json index 91ed8bdf22e..88bf8fbc772 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.3", + "vite": "^6.0.4", "vue": "^3.5.13", "vue-tsc": "^2.1.10" }, diff --git a/package-lock.json b/package-lock.json index 948ed9e25fb..404a2665c22 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37290,10 +37290,9 @@ } }, "node_modules/vite": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.3.tgz", - "integrity": "sha512-Cmuo5P0ENTN6HxLSo6IHsjCLn/81Vgrp81oaiFFMRa8gGDj5xEjIcEpf2ZymZtZR8oU0P2JX5WuUp/rlXcHkAw==", - "license": "MIT", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/vite/-/vite-6.0.4.tgz", + "integrity": "sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==", "dependencies": { "esbuild": "^0.24.0", "postcss": "^8.4.49", @@ -40987,7 +40986,7 @@ "replace-in-file": "^8.3.0", "tsx": "^4.19.2", "typescript": "^5.4.5", - "vite": "^6.0.3", + "vite": "^6.0.4", "vue": "^3.5.13", "vue-tsc": "^2.1.10" } @@ -41300,7 +41299,7 @@ "nodemon": "3.1.9", "sass": "1.77.4", "tsx": "^4.19.2", - "vite": "^6.0.3" + "vite": "^6.0.4" } }, "packages/migration": { @@ -41385,7 +41384,7 @@ }, "showcases/next-showcase": { "dependencies": { - "next": "latest", + "next": "*", "react": "18.3.1", "react-dom": "18.3.1" }, @@ -41876,7 +41875,7 @@ "@vitejs/plugin-react": "^4.3.4", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.3" + "vite": "^6.0.4" } }, "showcases/stencil-showcase": { @@ -41924,7 +41923,7 @@ "@vitejs/plugin-vue": "^5.2.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.3", + "vite": "^6.0.4", "vue-tsc": "^2.1.10" } } diff --git a/packages/foundations/package.json b/packages/foundations/package.json index 181cf8169fc..ef8a141c1c6 100644 --- a/packages/foundations/package.json +++ b/packages/foundations/package.json @@ -51,7 +51,7 @@ "nodemon": "3.1.9", "sass": "1.77.4", "tsx": "^4.19.2", - "vite": "^6.0.3" + "vite": "^6.0.4" }, "publishConfig": { "registry": "https://registry.npmjs.org/", diff --git a/showcases/react-showcase/package.json b/showcases/react-showcase/package.json index cf358981832..d471f7bc7c0 100644 --- a/showcases/react-showcase/package.json +++ b/showcases/react-showcase/package.json @@ -27,6 +27,6 @@ "@vitejs/plugin-react": "^4.3.4", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.3" + "vite": "^6.0.4" } } diff --git a/showcases/vue-showcase/package.json b/showcases/vue-showcase/package.json index de9550b7c08..1b429c06d93 100644 --- a/showcases/vue-showcase/package.json +++ b/showcases/vue-showcase/package.json @@ -20,7 +20,7 @@ "@vitejs/plugin-vue": "^5.2.0", "cross-env": "^7.0.3", "typescript": "^5.4.5", - "vite": "^6.0.3", + "vite": "^6.0.4", "vue-tsc": "^2.1.10" } }