diff --git a/examples/v7-concurrent/package.json b/examples/v7-concurrent/package.json index 5c23d00f..2314f2cf 100644 --- a/examples/v7-concurrent/package.json +++ b/examples/v7-concurrent/package.json @@ -18,7 +18,7 @@ "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "typescript": "^5.7.3", - "vite": "^6.0.7" + "vite": "^6.4.3" }, "license": "MIT" } diff --git a/examples/v7-concurrent/yarn.lock b/examples/v7-concurrent/yarn.lock index 18937230..495404f3 100644 --- a/examples/v7-concurrent/yarn.lock +++ b/examples/v7-concurrent/yarn.lock @@ -790,10 +790,10 @@ update-browserslist-db@^1.2.3: escalade "^3.2.0" picocolors "^1.1.1" -vite@^6.0.7: - version "6.4.2" - resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.2.tgz#a4e548ca3a90ca9f3724582cab35e1ba15efc6f2" - integrity sha512-2N/55r4JDJ4gdrCvGgINMy+HH3iRpNIz8K6SFwVsA+JbQScLiC+clmAxBgwiSPgcG9U15QmvqCGWzMbqda5zGQ== +vite@^6.4.3: + version "6.4.3" + resolved "https://registry.yarnpkg.com/vite/-/vite-6.4.3.tgz#85a164db7ce706f2a776812efa2b340f1721858e" + integrity sha512-NTKlcQjlAK7MlQoyb6LgaqHc8sso/pVyUJYWMws3jg21uTJw/LddqIFPcPqP6PzpgbIcZyKI85sFE4HBrQDA8A== dependencies: esbuild "^0.25.0" fdir "^6.4.4"