1
0
mirror of synced 2026-04-03 14:38:37 +08:00

chore: 更新依赖

This commit is contained in:
roymondchen
2024-10-31 14:20:47 +08:00
committed by roymondchen
parent aaba8bff03
commit 7cd1bc7aec
48 changed files with 1710 additions and 2045 deletions

View File

@@ -32,8 +32,8 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"peerDependencies": {
"@tmagic/core": "workspace:^",
"@tmagic/editor": "workspace:^",
"@tmagic/core": ">=1.5.0-beta.14",
"@tmagic/editor": ">=1.5.0-beta.14",
"element-plus": ">=2.8.0",
"vue": ">=3.5.0",
"typescript": "*"
@@ -49,9 +49,9 @@
"devDependencies": {
"@types/node": "^18.19.0",
"@vitejs/plugin-vue": "^5.1.3",
"@vue/compiler-sfc": "^3.5.0",
"@vue/compiler-sfc": "^3.5.12",
"rimraf": "^3.0.2",
"vite": "^5.4.3",
"vue-tsc": "^2.1.6"
"vite": "^5.4.10",
"vue-tsc": "^2.1.8"
}
}