diff --git a/package.json b/package.json index 09c06e7b..c3c9cbd9 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@types/file-saver": "^2.0.5", "@types/jest": "^27.4.0", "@types/prismjs": "^1.26.0", - "@vitejs/plugin-vue": "^2.1.0", + "@vitejs/plugin-vue": "^6.0.0", "@vue/compiler-sfc": "^3.2.30", "ejs": "^3.1.6", "execa": "^8.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index b7686e60..81ad796c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^1.26.0 version: 1.26.0 '@vitejs/plugin-vue': - specifier: ^2.1.0 - version: 2.3.4(vite@2.7.13)(vue@3.3.4) + specifier: ^6.0.0 + version: 6.0.0(vite@2.7.13)(vue@3.3.4) '@vue/compiler-sfc': specifier: ^3.2.30 version: 3.3.4 @@ -728,6 +728,10 @@ packages: '@octokit/openapi-types': 18.0.0 dev: false + /@rolldown/pluginutils@1.0.0-beta.19: + resolution: {integrity: sha512-3FL3mnMbPu0muGOCaKAhhFEYmqv9eTfPSJRJmANrCwtgK8VuxpsZDGK+m0LYAGoyO8+0j5uRe4PeyPDK1yA/hA==} + dev: false + /@sideway/address@4.1.4: resolution: {integrity: sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==} dependencies: @@ -851,13 +855,14 @@ packages: '@types/yargs-parser': 20.2.1 dev: false - /@vitejs/plugin-vue@2.3.4(vite@2.7.13)(vue@3.3.4): - resolution: {integrity: sha512-IfFNbtkbIm36O9KB8QodlwwYvTEsJb4Lll4c2IwB3VHc2gie2mSPtSzL0eYay7X2jd/2WX02FjSGTWR6OPr/zg==} - engines: {node: '>=12.0.0'} + /@vitejs/plugin-vue@6.0.0(vite@2.7.13)(vue@3.3.4): + resolution: {integrity: sha512-iAliE72WsdhjzTOp2DtvKThq1VBC4REhwRcaA+zPAAph6I+OQhUXv+Xu2KS7ElxYtb7Zc/3R30Hwv1DxEo7NXQ==} + engines: {node: ^20.19.0 || >=22.12.0} peerDependencies: - vite: ^2.5.10 + vite: ^5.0.0 || ^6.0.0 || ^7.0.0 vue: ^3.2.25 dependencies: + '@rolldown/pluginutils': 1.0.0-beta.19 vite: 2.7.13 vue: 3.3.4 dev: false