From 60767b499bae6e44dc1e658f1b4379eb881ae101 Mon Sep 17 00:00:00 2001 From: alisa Date: Sun, 7 May 2023 08:37:24 +0800 Subject: [PATCH] feat: vite@4.3.5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index ef876196..5458ac09 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "unplugin-auto-import": "^0.13.0", "unplugin-vue-components": "^0.23.0", "unplugin-vue-define-options": "1.1.4", - "vite": "^4.3.3", + "vite": "^4.3.5", "vite-plugin-pages": "^0.28.0", "vue-tsc": "^1.0.12" } diff --git a/yarn.lock b/yarn.lock index c7241904..cd3ea53a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7892,10 +7892,10 @@ vite-plugin-vuetify@^1.0.2: debug "^4.3.3" upath "^2.0.1" -vite@^4.3.3: - version "4.3.3" - resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.3.tgz#26adb4aa01439fc4546c480ea547674d87289396" - integrity sha512-MwFlLBO4udZXd+VBcezo3u8mC77YQk+ik+fbc0GZWGgzfbPP+8Kf0fldhARqvSYmtIWoAJ5BXPClUbMTlqFxrA== +vite@^4.3.5: + version "4.3.5" + resolved "https://registry.yarnpkg.com/vite/-/vite-4.3.5.tgz#3871fe0f4b582ea7f49a85386ac80e84826367d9" + integrity sha512-0gEnL9wiRFxgz40o/i/eTBwm+NEbpUeTWhzKrZDSdKm6nplj+z4lKz8ANDgildxHm47Vg8EUia0aicKbawUVVA== dependencies: esbuild "^0.17.5" postcss "^8.4.23"