Skip to content

Commit fa12151

Browse files
chore(deps): update dependency vite to v7.0.6 (#676)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ff8dd3 commit fa12151

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "18.3.23",
2020
"@types/react-dom": "18.3.7",
2121
"typescript": "5.8.3",
22-
"vite": "7.0.5"
22+
"vite": "7.0.6"
2323
}
2424
}

demo/yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ picomatch@^4.0.2:
333333
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.2.tgz#77c742931e8f3b8820946c76cd0c1f13730d1dab"
334334
integrity sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==
335335

336+
picomatch@^4.0.3:
337+
version "4.0.3"
338+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.3.tgz#796c76136d1eead715db1e7bad785dedd695a042"
339+
integrity sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==
340+
336341
postcss@^8.5.6:
337342
version "8.5.6"
338343
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.6.tgz#2825006615a619b4f62a9e7426cc120b349a8f3c"
@@ -428,14 +433,14 @@ typescript@5.8.3:
428433
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
429434
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
430435

431-
vite@7.0.5:
432-
version "7.0.5"
433-
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.5.tgz#deb2d3b777378f6d3e47c3d41b59f3c93f485738"
434-
integrity sha512-1mncVwJxy2C9ThLwz0+2GKZyEXuC3MyWtAAlNftlZZXZDP3AJt5FmwcMit/IGGaNZ8ZOB2BNO/HFUB+CpN0NQw==
436+
vite@7.0.6:
437+
version "7.0.6"
438+
resolved "https://registry.yarnpkg.com/vite/-/vite-7.0.6.tgz#7866ccb176db4bbeec0adfb3f907f077881591d0"
439+
integrity sha512-MHFiOENNBd+Bd9uvc8GEsIzdkn1JxMmEeYX35tI3fv0sJBUTfW5tQsoaOwuY4KhBI09A3dUJ/DXf2yxPVPUceg==
435440
dependencies:
436441
esbuild "^0.25.0"
437442
fdir "^6.4.6"
438-
picomatch "^4.0.2"
443+
picomatch "^4.0.3"
439444
postcss "^8.5.6"
440445
rollup "^4.40.0"
441446
tinyglobby "^0.2.14"

0 commit comments

Comments
 (0)