1
0
mirror of synced 2025-12-11 04:07:55 +08:00

chore: update deps

This commit is contained in:
roymondchen
2024-12-13 16:54:56 +08:00
parent 6cf20cee34
commit 98f45d2334
23 changed files with 653 additions and 501 deletions

View File

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