diff --git a/frontend/package.json b/frontend/package.json index 6b9fbebb..eeaeb8a1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,7 +35,7 @@ "@types/lodash.omit": "^4.5.9", "@types/node": "^18.19.33", "@typescript-eslint/parser": "^7.16.0", - "@vitejs/plugin-vue": "4.6.2", + "@vitejs/plugin-vue": "6.0.0", "autoprefixer": "^10.4.19", "eslint": "8.57.0", "eslint-import-resolver-typescript": "^3.6.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9624295e..0cf2f867 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -304,6 +304,11 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" +"@rolldown/pluginutils@1.0.0-beta.19": + version "1.0.0-beta.19" + resolved "https://registry.yarnpkg.com/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.19.tgz#fc3b95145a8e7a3bf92754269d8e4f40eea8a244" + integrity sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA== + "@tailwindcss/typography@^0.5.13": version "0.5.13" resolved "https://registry.yarnpkg.com/@tailwindcss/typography/-/typography-0.5.13.tgz#cd788a4fa4d0ca2506e242d512f377b22c1f7932" @@ -426,10 +431,12 @@ resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406" integrity sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ== -"@vitejs/plugin-vue@4.6.2": - version "4.6.2" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-4.6.2.tgz#057d2ded94c4e71b94e9814f92dcd9306317aa46" - integrity sha512-kqf7SGFoG+80aZG6Pf+gsZIVvGSCKE98JbiWqcCV9cThtg91Jav0yvYFC9Zb+jKetNGF6ZKeoaxgZfND21fWKw== +"@vitejs/plugin-vue@6.0.0": + version "6.0.0" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-6.0.0.tgz#3f8c3cdeb709d9646770eebead1babe6409bf059" + integrity sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ== + dependencies: + "@rolldown/pluginutils" "1.0.0-beta.19" "@volar/language-core@1.11.1", "@volar/language-core@~1.11.1": version "1.11.1"