Update dependency vite to v4.3.2

This commit is contained in:
renovate[bot] 2023-04-25 14:51:24 +00:00 committed by Kavin
parent 7536cc040e
commit cbaa3f4ee0
2 changed files with 10 additions and 10 deletions

View file

@ -42,7 +42,7 @@
"eslint-plugin-vue": "9.11.0",
"prettier": "2.8.8",
"unocss": "0.51.8",
"vite": "4.3.1",
"vite": "4.3.2",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-pwa": "0.14.7"
},

View file

@ -4498,10 +4498,10 @@ rollup@^2.43.1, rollup@^2.77.2:
optionalDependencies:
fsevents "~2.3.2"
rollup@^3.20.2:
version "3.20.6"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.20.6.tgz#53c0fd73e397269d2ce5f0ec12851457dd53cacd"
integrity sha512-2yEB3nQXp/tBQDN0hJScJQheXdvU2wFhh6ld7K/aiZ1vYcak6N/BKjY1QrU6BvO2JWYS8bEs14FRaxXosxy2zw==
rollup@^3.21.0:
version "3.21.0"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.21.0.tgz#0a71517db56e150222670f88e5e7acfa4fede7c8"
integrity sha512-ANPhVcyeHvYdQMUyCbczy33nbLzI7RzrBje4uvNiTDJGIMtlKoOStmympwr9OtS1LZxiDmE2wvxHyVhoLtf1KQ==
optionalDependencies:
fsevents "~2.3.2"
@ -4943,14 +4943,14 @@ vite-plugin-pwa@0.14.7:
workbox-build "^6.5.4"
workbox-window "^6.5.4"
vite@4.3.1:
version "4.3.1"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.1.tgz#9badb1377f995632cdcf05f32103414db6fbb95a"
integrity sha512-EPmfPLAI79Z/RofuMvkIS0Yr091T2ReUoXQqc5ppBX/sjFRhHKiPPF/R46cTdoci/XgeQpB23diiJxq5w30vdg==
vite@4.3.2:
version "4.3.2"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.2.tgz#95a5e0ebee80ae218849312019318aa9e3a05c26"
integrity sha512-9R53Mf+TBoXCYejcL+qFbZde+eZveQLDYd9XgULILLC1a5ZwPaqgmdVpL8/uvw2BM/1TzetWjglwm+3RO+xTyw==
dependencies:
esbuild "^0.17.5"
postcss "^8.4.21"
rollup "^3.20.2"
rollup "^3.21.0"
optionalDependencies:
fsevents "~2.3.2"