From 405ff75c1b332939ead187b64fe7d0fae1c20a25 Mon Sep 17 00:00:00 2001 From: Junyi Date: Tue, 15 Feb 2022 00:48:12 +0800 Subject: [PATCH] fix(plugin-workflow): fix dependencies in package (#192) --- packages/plugin-workflow/package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/plugin-workflow/package.json b/packages/plugin-workflow/package.json index 2eecc598ad..0ebeca49a9 100644 --- a/packages/plugin-workflow/package.json +++ b/packages/plugin-workflow/package.json @@ -10,8 +10,11 @@ "build:esm": "tsc --project tsconfig.build.json --module es2015 --outDir esm" }, "dependencies": { + "@nocobase/database": "^0.6.0-alpha.0", + "@nocobase/server": "^0.6.0-alpha.0" }, "devDependencies": { + "@nocobase/test": "^0.6.0-alpha.0" }, "gitHead": "f0b335ac30f29f25c95d7d137655fa64d8d67f1e" }