Skip to content

Commit

Permalink
Update dependency vite to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 7911a4e commit 3ef1c2c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"stylelint-use-logical": "^2.1.0",
"stylelint-value-no-unknown-custom-properties": "^6.0.0",
"typescript": "^5.2.2",
"vite": "^5.2.11",
"vite": "^6.0.0",
"vite-plugin-dts": "^4.0.0",
"vitest": "^2.0.0"
},
Expand Down
17 changes: 14 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2841,7 +2841,7 @@ esbuild-register@^3.5.0:
dependencies:
debug "^4.3.4"

"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0":
"esbuild@^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0", esbuild@^0.24.0:
version "0.24.0"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.24.0.tgz#f2d470596885fcb2e91c21eb3da3b3c89c0b55e7"
integrity sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==
Expand Down Expand Up @@ -4890,7 +4890,7 @@ rimraf@^6.0.0:
glob "^11.0.0"
package-json-from-dist "^1.0.0"

rollup@^4.20.0:
rollup@^4.20.0, rollup@^4.23.0:
version "4.28.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.28.0.tgz#eb8d28ed43ef60a18f21d0734d230ee79dd0de77"
integrity sha512-G9GOrmgWHBma4YfCcX8PjH0qhXSdH8B4HDE2o4/jaxj93S4DPCIDoLcXz99eWMji4hB29UFCEd7B2gwGJDR9cQ==
Expand Down Expand Up @@ -5722,7 +5722,7 @@ vite-plugin-dts@^4.0.0:
local-pkg "^0.5.0"
magic-string "^0.30.11"

vite@^5.0.0, vite@^5.2.11:
vite@^5.0.0:
version "5.4.11"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.4.11.tgz#3b415cd4aed781a356c1de5a9ebafb837715f6e5"
integrity sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==
Expand All @@ -5733,6 +5733,17 @@ vite@^5.0.0, vite@^5.2.11:
optionalDependencies:
fsevents "~2.3.3"

vite@^6.0.0:
version "6.0.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-6.0.2.tgz#7a22630c73c7b663335ddcdb2390971ffbc14993"
integrity sha512-XdQ+VsY2tJpBsKGs0wf3U/+azx8BBpYRHFAyKm5VeEZNOJZRB63q7Sc8Iup3k0TrN3KO6QgyzFf+opSbfY1y0g==
dependencies:
esbuild "^0.24.0"
postcss "^8.4.49"
rollup "^4.23.0"
optionalDependencies:
fsevents "~2.3.3"

vitest@^2.0.0:
version "2.1.8"
resolved "https://registry.yarnpkg.com/vitest/-/vitest-2.1.8.tgz#2e6a00bc24833574d535c96d6602fb64163092fa"
Expand Down

0 comments on commit 3ef1c2c

Please sign in to comment.