fix(chore): sync vue version (#285)

* fix(chore): sync vue version

* fix(chore): sync vue-i18n version

* fix(chore): change vue and vue-i18n to peerdependencies

* fix(chore): update block build dependencies

* fix(chore): change vue-generator dependencies to update
This commit is contained in:
chilingling 2024-01-31 09:46:07 +08:00 committed by GitHub
parent 3875e16e87
commit caeb540d19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
44 changed files with 170 additions and 91 deletions

View File

@ -36,8 +36,8 @@
"@opentiny/vue-icon": "~3.11.0",
"@opentiny/vue-theme": "~3.11.0",
"@vue/shared": "^3.3.11",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0"
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",

View File

@ -38,14 +38,16 @@
"@opentiny/vue-renderless": "~3.10.0",
"@vue/babel-plugin-jsx": "1.1.1",
"@vue/shared": "^3.3.4",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45",
"vue-i18n": "9.2.2"
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"rollup-plugin-terser": "^7.0.2",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}

View File

@ -45,13 +45,15 @@
"css-tree": "^2.3.1",
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"vue": "3.2.45",
"vue-draggable-next": "2.1.0",
"vue-i18n": "9.2.2"
"vue-draggable-next": "2.1.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}

View File

@ -36,12 +36,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@vue/shared": "^3.3.4",
"vue": "3.2.45"
"@vue/shared": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -91,11 +91,8 @@
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"sortablejs": "^1.14.0",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0",
"vue-draggable-next": "2.1.0",
"vue-i18n": "9.2.2",
"xlsx": "^0.18.5"
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.21.3",

View File

@ -29,12 +29,14 @@
"@opentiny/vue": "~3.10.0",
"@vueuse/core": "^9.6.0",
"axios": "^0.27.2",
"axios-mock-adapter": "^1.21.5",
"vue": "3.2.45"
"axios-mock-adapter": "^1.21.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,9 +29,7 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-webcomponent-core": "workspace:*",
"vue": "^3.2.1",
"vue-i18n": "^9.2.0-beta.32"
"@opentiny/tiny-engine-webcomponent-core": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
@ -44,5 +42,9 @@
"eslint-plugin-vue": "^7.17.0",
"prettier": "^2.4.0",
"vite": "^2.9.1"
},
"peerDependencies": {
"vue": "^3.4.15",
"vue-i18n": "^9.9.0"
}
}

View File

@ -33,12 +33,14 @@
"@opentiny/vue-icon": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"html2canvas": "^1.4.1",
"pinyin-pro": "^3.13.0",
"vue": "3.2.45"
"pinyin-pro": "^3.13.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -31,12 +31,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"monaco-editor": "0.33.0",
"vue": "3.2.45"
"monaco-editor": "0.33.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -34,7 +34,6 @@
"@opentiny/vue-renderless": "~3.10.0",
"@vue/shared": "^3.3.4",
"axios": "^0.27.2",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0",
"xlsx": "^0.18.5"
},
@ -42,5 +41,8 @@
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -27,12 +27,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -30,12 +30,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45",
"vue-clipboard3": "^2.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -28,12 +28,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -28,12 +28,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -30,12 +30,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-renderless": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -28,12 +28,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"marked": "^4.0.17",
"vue": "3.2.45"
"marked": "^4.0.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/vue": "~3.10.0",
"sortablejs": "^1.14.0",
"vue": "3.2.45"
"sortablejs": "^1.14.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45"
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -32,12 +32,14 @@
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-renderless": "~3.10.0",
"@vueuse/core": "^9.6.0",
"postcss": "^8.4.31",
"vue": "3.2.45"
"postcss": "^8.4.31"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -25,12 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -25,12 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -25,12 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,12 +29,14 @@
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"prettier": "2.7.1",
"vue": "3.2.45"
"prettier": "2.7.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@vueuse/core": "^9.6.0",
"vue": "3.2.45"
"@vueuse/core": "^9.6.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -24,12 +24,14 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -27,12 +27,14 @@
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -27,12 +27,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-http": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -24,12 +24,14 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -27,12 +27,14 @@
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"@opentiny/vue-icon": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue-icon": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -27,12 +27,14 @@
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -25,12 +25,14 @@
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -28,12 +28,14 @@
"@opentiny/tiny-engine-common": "workspace:*",
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -26,12 +26,14 @@
"dependencies": {
"@opentiny/tiny-engine-controller": "workspace:*",
"@opentiny/tiny-engine-utils": "workspace:*",
"@opentiny/vue": "~3.10.0",
"vue": "3.2.45"
"@opentiny/vue": "~3.10.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^1.3.10",
"vite": "^4.3.7"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -31,7 +31,9 @@
"vitest": "^0.34.6"
},
"dependencies": {
"@opentiny/vue-renderless": "~3.10.0",
"vue": "^3.3.8"
"@opentiny/vue-renderless": "~3.10.0"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}

View File

@ -29,7 +29,7 @@
"@opentiny/tiny-engine-builtin-component": "workspace:*",
"@vue/compiler-sfc": "3.2.45",
"@vue/shared": "^3.3.4",
"vue": "3.2.45",
"vue": "^3.4.15",
"vue-eslint-parser": "8.3.0"
},
"devDependencies": {

View File

@ -29,8 +29,7 @@
"license": "MIT",
"homepage": "https://opentiny.design/tiny-engine",
"dependencies": {
"@vue/shared": "^3.3.4",
"vue": "^3.2.1"
"@vue/shared": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
@ -43,5 +42,8 @@
"eslint-plugin-vue": "^7.17.0",
"prettier": "^2.4.0",
"vite": "^2.9.1"
},
"peerDependencies": {
"vue": "^3.4.15"
}
}