From b73b46806b7e7f5fdf811278112f94cec48b14a5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 10:52:41 +0000 Subject: [PATCH] chore(dev-deps): update dependency @vitejs/plugin-vue to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 8561ece6..16850d4d 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", - "@vitejs/plugin-vue": "^1.6.1", + "@vitejs/plugin-vue": "^5.0.0", "@vue/compiler-sfc": "3.4.25", "@vue/eslint-config-prettier": "9.0.0", "@vue/eslint-config-typescript": "10.0.0", diff --git a/yarn.lock b/yarn.lock index 483f6d8e..ebaba34a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1193,10 +1193,10 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitejs/plugin-vue@^1.6.1": - version "1.10.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-1.10.2.tgz#d718479e2789d8a94b63e00f23f1898ba239253a" - integrity sha512-/QJ0Z9qfhAFtKRY+r57ziY4BSbGUTGsPRMpB/Ron3QPwBZM4OZAZHdTa4a8PafCwU5DTatXG8TMDoP8z+oDqJw== +"@vitejs/plugin-vue@^5.0.0": + version "5.0.4" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-5.0.4.tgz#508d6a0f2440f86945835d903fcc0d95d1bb8a37" + integrity sha512-WS3hevEszI6CEVEx28F8RjTX97k3KsrcY6kvTg7+Whm5y3oYvcqzVeGCU3hxSAn4uY2CLCkeokkGKpoctccilQ== "@vitest/expect@0.34.6": version "0.34.6"