Skip to content

Commit 57843cc

Browse files
chore(deps): update dependency vite to v6.3.3 (#652)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e620b4e commit 57843cc

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "18.3.20",
2020
"@types/react-dom": "18.3.6",
2121
"typescript": "5.8.3",
22-
"vite": "6.3.2"
22+
"vite": "6.3.3"
2323
}
2424
}

demo/yarn.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -286,10 +286,10 @@ esbuild@^0.25.0:
286286
"@esbuild/win32-ia32" "0.25.0"
287287
"@esbuild/win32-x64" "0.25.0"
288288

289-
fdir@^6.4.3:
290-
version "6.4.3"
291-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.3.tgz#011cdacf837eca9b811c89dbb902df714273db72"
292-
integrity sha512-PMXmW2y1hDDfTSRc9gaXIuCCRpuoz3Kaz8cUelp3smouvfT632ozg2vrT6lJsHKKOF59YLbOGfAWGUcKEfRMQw==
289+
fdir@^6.4.4:
290+
version "6.4.4"
291+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.4.4.tgz#1cfcf86f875a883e19a8fab53622cfe992e8d2f9"
292+
integrity sha512-1NZP+GK4GfuAv3PqKvxQRDMjdSRZjnkq7KfhlNrCNNlZ0ygQFpebfrnfnq/W7fpUnAv9aGWmY1zKx7FYL3gwhg==
293293

294294
fsevents@~2.3.2:
295295
version "2.3.2"
@@ -410,29 +410,29 @@ tiny-invariant@^1.1.0:
410410
resolved "https://registry.yarnpkg.com/tiny-invariant/-/tiny-invariant-1.2.0.tgz#a1141f86b672a9148c72e978a19a73b9b94a15a9"
411411
integrity sha512-1Uhn/aqw5C6RI4KejVeTg6mIS7IqxnLJ8Mv2tV5rTc0qWobay7pDUz6Wi392Cnc8ak1H0F2cjoRzb2/AW4+Fvg==
412412

413-
tinyglobby@^0.2.12:
414-
version "0.2.12"
415-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.12.tgz#ac941a42e0c5773bd0b5d08f32de82e74a1a61b5"
416-
integrity sha512-qkf4trmKSIiMTs/E63cxH+ojC2unam7rJ0WrauAzpT3ECNTxGRMlaXxVbfxMUC/w0LaYk6jQ4y/nGR9uBO3tww==
413+
tinyglobby@^0.2.13:
414+
version "0.2.13"
415+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.13.tgz#a0e46515ce6cbcd65331537e57484af5a7b2ff7e"
416+
integrity sha512-mEwzpUgrLySlveBwEVDMKk5B57bhLPYovRfPAXD5gA/98Opn0rCDj3GtLwFvCvH5RK9uPCExUROW5NjDwvqkxw==
417417
dependencies:
418-
fdir "^6.4.3"
418+
fdir "^6.4.4"
419419
picomatch "^4.0.2"
420420

421421
422422
version "5.8.3"
423423
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
424424
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
425425

426-
427-
version "6.3.2"
428-
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.2.tgz#4c1bb01b1cea853686a191657bbc14272a038f0a"
429-
integrity sha512-ZSvGOXKGceizRQIZSz7TGJ0pS3QLlVY/9hwxVh17W3re67je1RKYzFHivZ/t0tubU78Vkyb9WnHPENSBCzbckg==
426+
427+
version "6.3.3"
428+
resolved "https://registry.yarnpkg.com/vite/-/vite-6.3.3.tgz#497392c3f2243194e4dbf09ea83e9a3dddf49b88"
429+
integrity sha512-5nXH+QsELbFKhsEfWLkHrvgRpTdGJzqOZ+utSdmPTvwHmvU6ITTm3xx+mRusihkcI8GeC7lCDyn3kDtiki9scw==
430430
dependencies:
431431
esbuild "^0.25.0"
432-
fdir "^6.4.3"
432+
fdir "^6.4.4"
433433
picomatch "^4.0.2"
434434
postcss "^8.5.3"
435435
rollup "^4.34.9"
436-
tinyglobby "^0.2.12"
436+
tinyglobby "^0.2.13"
437437
optionalDependencies:
438438
fsevents "~2.3.3"

0 commit comments

Comments
 (0)