fix: fix vuepress-vite version error when execute pnpm i (#126)

This commit is contained in:
Kagol 2023-04-11 16:27:54 +08:00 committed by GitHub
parent 2455c1c1b2
commit 8293251184
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@
"vue2": "npm:vue@2.6.14",
"vue2.7": "npm:vue@2.7.10",
"vue3": "npm:vue@3.2.39",
"vite-plugin-importus": "1.0.4"
"vite-plugin-importus": "1.0.4",
"vuepress-vite": "^2.0.0-beta.45"
},
"packageExtensions": {
"vue-template-compiler@2.6.14": {