Skip to content

Commit 00c15a4

Browse files
chore(deps): update dependency vite to v6.0.5 (#606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4e07627 commit 00c15a4

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "18.3.18",
2020
"@types/react-dom": "18.3.5",
2121
"typescript": "5.7.2",
22-
"vite": "6.0.4"
22+
"vite": "6.0.5"
2323
}
2424
}

demo/yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ csstype@^3.0.2:
240240
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.10.tgz#2ad3a7bed70f35b965707c092e5f30b327c290e5"
241241
integrity sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==
242242

243-
esbuild@^0.24.0:
243+
244244
version "0.24.0"
245245
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.24.0.tgz#f2d470596885fcb2e91c21eb3da3b3c89c0b55e7"
246246
integrity sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==
@@ -387,12 +387,12 @@ [email protected]:
387387
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
388388
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
389389

390-
391-
version "6.0.4"
392-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.4.tgz#fe7cfaedff7c701d5582be5c4ed6a2150538ea9d"
393-
integrity sha512-zwlH6ar+6o6b4Wp+ydhtIKLrGM/LoqZzcdVmkGAFun0KHTzIzjh+h0kungEx7KJg/PYnC80I4TII9WkjciSR6Q==
390+
391+
version "6.0.5"
392+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.5.tgz#1d0fbdb3ffe61e944089abeddb7d2c509420acfd"
393+
integrity sha512-akD5IAH/ID5imgue2DYhzsEwCi0/4VKY31uhMLEYJwPP4TiUp8pL5PIK+Wo7H8qT8JY9i+pVfPydcFPYD1EL7g==
394394
dependencies:
395-
esbuild "^0.24.0"
395+
esbuild "0.24.0"
396396
postcss "^8.4.49"
397397
rollup "^4.23.0"
398398
optionalDependencies:

0 commit comments

Comments
 (0)