perf(plugin-wechat-auth): add to tachybase preset (#1520)
Reviewed-on: daoyoucloud/tachybase#1520 Reviewed-by: sealday <zhanglin@daoyoucloud.com> Co-authored-by: TomyJan <TomyJan6@gmail.com> Co-committed-by: TomyJan <TomyJan6@gmail.com>
This commit is contained in:
parent
ccfeb178fc
commit
51336e07bd
@ -51,6 +51,7 @@
|
||||
"@tachybase/plugin-ui-schema-storage": "workspace:*",
|
||||
"@tachybase/plugin-users": "workspace:*",
|
||||
"@tachybase/plugin-verification": "workspace:*",
|
||||
"@tachybase/plugin-wechat-auth": "workspace:*",
|
||||
"@tachybase/plugin-work-wechat": "workspace:*",
|
||||
"@tachybase/plugin-workflow": "workspace:*",
|
||||
"@tachybase/schema": "workspace:*",
|
||||
|
@ -61,6 +61,7 @@ export class PresetTachyBase extends Plugin {
|
||||
'sms-auth>=0.10.0-alpha.2',
|
||||
'snapshot-field>=0.8.1-alpha.3',
|
||||
'theme-editor>=0.11.1-alpha.1',
|
||||
'wechat-auth>=0.21.89',
|
||||
];
|
||||
|
||||
get localPlugins() {
|
||||
|
@ -4500,6 +4500,9 @@ importers:
|
||||
'@tachybase/plugin-verification':
|
||||
specifier: workspace:*
|
||||
version: link:../../plugins/@tachybase/plugin-verification
|
||||
'@tachybase/plugin-wechat-auth':
|
||||
specifier: workspace:*
|
||||
version: link:../../plugins/@tachybase/plugin-wechat-auth
|
||||
'@tachybase/plugin-work-wechat':
|
||||
specifier: workspace:*
|
||||
version: link:../../plugins/@tachybase/plugin-work-wechat
|
||||
|
Loading…
Reference in New Issue
Block a user