fix(chore): fix vue version of 3.4.24 caught tiny-select component error (#445)

This commit is contained in:
chilingling 2024-04-24 01:44:33 -07:00 committed by GitHub
parent 4fd55d4261
commit 56907693f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@
"monaco-editor": "0.33.0",
"prettier": "2.7.1",
"sortablejs": "^1.14.0",
"vue": "^3.4.15",
"vue": "3.4.23",
"vue-i18n": "^9.9.0"
},
"devDependencies": {

View File

@ -130,7 +130,7 @@ const config = {
const importMapVersions = {
prettier: '2.7.1',
vue: '3',
vue: '3.4.23',
tinyVue: '~3.11'
}