From e425fbeed1ffd5b589c4861d782cc5af78d0fe2f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 09:03:13 +0000 Subject: [PATCH] chore(deps): update dependency vite to v3.2.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 33e043b7..ecce7126 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "eslint-plugin-vue": "9.7.0", "prettier": "2.7.1", "unocss": "0.46.1", - "vite": "3.2.1", + "vite": "3.2.2", "vite-plugin-eslint": "1.8.1", "vite-plugin-pwa": "0.13.1" }, diff --git a/yarn.lock b/yarn.lock index 88e9b16a..f524b0a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3850,10 +3850,10 @@ vite-plugin-pwa@0.13.1: workbox-build "^6.5.4" workbox-window "^6.5.4" -vite@3.2.1: - version "3.2.1" - resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.1.tgz#dc1f54568300a7acdd89c8611e2719c21f1334f4" - integrity sha512-ADtMkfHuWq4tskJsri2n2FZkORO8ZyhI+zIz7zTrDAgDEtct1jdxOg3YsZBfHhKjmMoWLOSCr+64qrEDGo/DbQ== +vite@3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.2.tgz#280762bfaf47bcea1d12698427331c0009ac7c1f" + integrity sha512-pLrhatFFOWO9kS19bQ658CnRYzv0WLbsPih6R+iFeEEhDOuYgYCX2rztUViMz/uy/V8cLCJvLFeiOK7RJEzHcw== dependencies: esbuild "^0.15.9" postcss "^8.4.18"