fix(plugin-workflow): fix dependencies in package (#192)

This commit is contained in:
Junyi 2022-02-15 00:48:12 +08:00 committed by GitHub
parent 7e59e275e0
commit 405ff75c1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}