From abde5326541f653c3ac252bfc7279d9172f85874 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Wed, 3 Aug 2022 19:07:45 +0800 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=E8=A1=A5=E5=85=85=E5=AE=8C?= =?UTF-8?q?=E6=95=B4dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/ui-react/package.json | 1 + packages/ui-vue2/package.json | 2 ++ packages/ui/package.json | 2 ++ 3 files changed, 5 insertions(+) diff --git a/packages/ui-react/package.json b/packages/ui-react/package.json index b1f47d97..52dc4a58 100644 --- a/packages/ui-react/package.json +++ b/packages/ui-react/package.json @@ -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", diff --git a/packages/ui-vue2/package.json b/packages/ui-vue2/package.json index 48ef468d..86776d19 100644 --- a/packages/ui-vue2/package.json +++ b/packages/ui-vue2/package.json @@ -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" }, diff --git a/packages/ui/package.json b/packages/ui/package.json index b32f5d80..87a242e9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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",