chore(ui): 补充完整dependencies

This commit is contained in:
roymondchen 2022-08-03 19:07:45 +08:00 committed by jia000
parent 14e9b6ec59
commit abde532654
3 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"react:build": "tsc && vite build"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.5",
"@tmagic/schema": "1.1.0-beta.5",
"qrcode": "^1.5.0",
"react": "^17.0.0",

View File

@ -10,7 +10,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.5",
"@tmagic/schema": "1.1.0-beta.5",
"@tmagic/utils": "1.1.0-beta.5",
"qrcode": "^1.5.0",
"vue": "^2.7.4"
},

View File

@ -11,7 +11,9 @@
"url": "https://github.com/Tencent/tmagic-editor.git"
},
"dependencies": {
"@tmagic/core": "1.1.0-beta.5",
"@tmagic/schema": "1.1.0-beta.5",
"@tmagic/utils": "1.1.0-beta.5",
"delegate": "^3.2.0",
"qrcode": "^1.5.0",
"tiny-emitter": "^2.1.0",